diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-04-07 22:55:04 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-04-07 22:55:04 -0400 |
commit | 34a219da26808fdde4babed986a66543af878d22 (patch) | |
tree | 5bc3df2e3ab88ca3ec6dd75e5c443d9051760704 /CHANGES.org | |
parent | 43a82661831aa7d1fd019484789c2cf113f3a0a4 (diff) |
Minor reformatting
Diffstat (limited to 'CHANGES.org')
-rw-r--r-- | CHANGES.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.org b/CHANGES.org index bee357b..197f889 100644 --- a/CHANGES.org +++ b/CHANGES.org @@ -9,12 +9,14 @@ **** 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. @@ -22,6 +24,7 @@ - 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. @@ -29,9 +32,12 @@ - =seam-visited-notes= no longer returns buffers visiting non-note files within the Seam directory. + - Buffer titles are now set correctly from narrowed buffers. + - An issue with regexp escape sequences being interpreted in template variable replacements has been fixed. + - Seam now validates note types entered with =C-u seam-set-note-type=, averting any mishaps if your completing-read function returns an invalid type. |