aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2025-04-07 17:28:56 -0400
committerSpencer Williams <spnw@plexwave.org>2025-04-07 17:28:56 -0400
commit60a61d4af464ec747faf2b3e3ef4915677474009 (patch)
treeb83351c44cabae15ad32d13ac2d970850ce3acd9
parente83dbc991b70c670502f33151ddf70bf4cf6ad72 (diff)
Minor reformatting
-rw-r--r--CHANGES.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.org b/CHANGES.org
index 55e1708..c3dbca0 100644
--- a/CHANGES.org
+++ b/CHANGES.org
@@ -1,27 +1,32 @@
** Changes since 0.1.0
*** Breaking changes
+
- Code has been moved to =lisp/= subdirectory, where it should have
been all along. Make sure to add =seam/lisp= to your =load-path=
instead of just =seam=.
**** Renamed functions
+
- =seam-replace-string-in-notes= is now =seam-replace-string-in-all-notes=.
- =seam-visited-files= is now =seam-visited-notes=.
*** New features
+
- Option to export internal links with a custom CSS class
(=seam-export-internal-link-class= / =:internal-link-class=).
- =SEAM_SLUG= property can be added to title headline to set a custom
slug.
*** Improvements
+
- Notes are no longer re-exported unnecessarily whenever a linked note
is changed.
- Title is now mentioned when deleting a note, to make it less likely
you delete the wrong one by mistake.
*** Bugfixes
+
- =seam-visited-notes= no longer returns buffers visiting non-note
files within the Seam directory.
- Buffer titles are now set correctly from narrowed buffers.