diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-04-06 13:50:43 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-04-06 13:50:43 -0400 |
commit | 114fdf2eb20ca4ca0b569d3efcbdb4f815f07d2e (patch) | |
tree | 53787ce1af1dad0164b2dd043139520bde69cd85 /CHANGES.org | |
parent | cbabd1dac3b6a809da8332b326daec926c6c5495 (diff) |
Add CHANGES.org
Diffstat (limited to 'CHANGES.org')
-rw-r--r-- | CHANGES.org | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.org b/CHANGES.org new file mode 100644 index 0000000..f8e8f95 --- /dev/null +++ b/CHANGES.org @@ -0,0 +1,16 @@ +* Changes since 0.1.0 + +** 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. + +** 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. + +** Renamed functions +- =seam-replace-string-in-all-notes= (was =seam-replace-string-in-notes=) +- =seam-visited-notes= (was =seam-visited-files=) |