aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2025-07-12 17:35:04 -0400
committerSpencer Williams <spnw@plexwave.org>2025-07-13 13:58:17 -0400
commit33528bcc8ddace06674f84ef5c6962069c2d3971 (patch)
treefd638d6fb24e739d1551fc37d5fd951203399b15 /CHANGELOG.org
parent3793bef659479acb1179ea1b21ba4e960bbd17ce (diff)
Add new props and vars for file mod/create time
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index fea7417..2ddf21c 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -44,6 +44,15 @@
=seam-export-template-values=, or per profile with
=:template-values=.
+- Added two new optional properties: =SEAM_CREATED= and
+ =SEAM_MODIFIED=. These can be accessed within templates using
+ ={{created}}=, ={{created-dt}}=, ={{modified}}=, and
+ ={{modified-dt}}=. If the new properties are not specified,
+ defaults will be pulled from filesystem metadata as before. (There
+ is no reliable way to know a file's true creation date, so in the
+ absence of =SEAM_CREATED=, creation date is assumed to be the same
+ as modification.)
+
- An option has been added to export internal links with a custom CSS
class. The default is set by =seam-export-internal-link-class=, and
can overridden per profile using =:internal-link-class=.