diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-04-07 16:55:52 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-04-07 16:55:52 -0400 |
commit | 183afdbb61a1fa3222299bd08c320027fde7ba95 (patch) | |
tree | 56105aaa8929b9eb2324edc8e670b637d92f1c8d | |
parent | d38dfbf3184094a60d1a1f03f6feb75c6404a000 (diff) |
Adjust heading level in CHANGES.org
-rw-r--r-- | CHANGES.org | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.org b/CHANGES.org index 886155b..30e6b86 100644 --- a/CHANGES.org +++ b/CHANGES.org @@ -1,22 +1,22 @@ -* Changes since 0.1.0 +** Changes since 0.1.0 -** New features +*** 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 +*** Improvements - Notes are no longer re-exported unnecessarily whenever a linked note is changed. -** Bugfixes +*** 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. - An issue with regexp escape sequences being interpreted in template variable replacements has been fixed. -** Renamed functions +*** Renamed functions - =seam-replace-string-in-all-notes= (was =seam-replace-string-in-notes=) - =seam-visited-notes= (was =seam-visited-files=) |