diff options
-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=) |