aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2025-07-07 13:15:59 -0400
committerSpencer Williams <spnw@plexwave.org>2025-07-07 13:15:59 -0400
commit47592a452efe361b0068ba2a95ce5017cd08806b (patch)
tree084f3176d88ca9c35bdb32bdb320824cef3a0264
parentfc232d53ec6de313cf8302292c8b04aa5ea2fa99 (diff)
Update changelogHEADmain
-rw-r--r--CHANGELOG.org14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index aeb0574..db0b53f 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -21,6 +21,14 @@
*** New features
+- Notes can now be set as drafts for finer-grained control over
+ exporting. If =seam-create-as-draft= is non-nil, new notes will be
+ created as drafts. See =seam-note-types= for info on overriding
+ this per type. A note's draft status can be toggled with the new
+ command =seam-toggle-draft=. A new =seam-export-alist= option,
+ =:include-drafts=, controls whether drafts are included in a given
+ export profile.
+
- 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-export using =:internal-link-class=.
@@ -39,6 +47,12 @@
- Completion support is somewhat improved. =ido-completing-read= now
works properly, and Seam no longer binds =completion-ignore-case=.
+- Changes to =seam-export-alist= are now respected when forcibly
+ re-exporting (e.g. with =seam-export-all-notes=). This is done by
+ always deleting old HTML files before exporting, thus avoiding the
+ situation where notes of no-longer-exported types still have files
+ hanging around.
+
*** Bugfixes
- Notes with single quotes in the name (') are no longer broken.