blob: 197f889c63fc4d4b7cb16be27f467ba5de73928a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
** 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.
- 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.
|