-
Notifications
You must be signed in to change notification settings - Fork 23
/
CHANGELOG
91 lines (61 loc) · 2.87 KB
/
CHANGELOG
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[More recent changes v1.0.0 are in NEWS file]
Version 0.2.0
- add: org-remark-delete
- rm: Adding Org-ID automatically to file level when file is empty
Version 0.1.0
* Features & additions
- docs: comprehensive user manual (online - Info to be added on ELPA release)
- feat: org-remark-create macro to let users create their own custom pens
- feat: minor-mode menu for menu-bar-mode
This works as mouse context-menu for the new context-menu-mode (>=
Emacs 28)
- add: browse-next/prev: move and display next/prev marginal notes at the same
time
- add: view/open to display side-window by default (user option)
- add: org-remark-link property in marginal notes file with ::line-number
search option
- feat: org-remark-legacy-convert as a separate feature
This is for automatically converting legacy Org-marginalia file to
Org-remark.
- feat: Legacy data facility with org-remark-tracking
* Changes
- chg: `remove' (and delete) only removes one highlight at a time instead of
remove all at point
- chg: Save marginal notes on `mark' instead of wainting for `save'
- chg: define org-remark-mark explicitly for autoload cookie
- chg: `org-remark-view' and `org-remark-open'. View will stay in the
current main note; open will move the cursor to the marginal notes
buffer for further editing.
- chg: When updating the existing headline and position properties, don't
update the headline text when it already exists. Let the user decide
how to manage headlines.
- doc: copyright assignment to FSF; copyright years
* Alpha
** 0.0.6
Feature:
- feat: Add =org-marginalia-global-tracking-mode= with a separate .el file
- feat: Use Org-ID to create a link from the marginal notes back to the main file
Add Customizable variable =org-marginalia-use-org-id=; default is =t=
Change:
- chg: Highlights are now overlay; no longer text-properties
Improvement to existing functions
- add: Deactivate mark after highlighting
- add: org-marginalia-remove can take C-u to delete
Fix & Internal Refactor
- intrnl: Add housekeeping for =org-marginalia-highlights= variable
- fix: org-id-uuid is not found
- fix: Add highlighter face def for terminal
** 0.0.5
- break: Replace the prefix "om/" in the source code with "org-marginalia"
- break: Remove default keybindings; add examples in readme instead. Addresses [#3](https://github.com/nobiot/org-marginalia/issues/3)
** 0.0.4
- feat: Add transient navigation to next/prev
See [[*Credits][§ Credits]] for the piece of code to achieve the transient map I used.
** 0.0.3
- feat: Add om/toggle for show/hide highlighters
** 0.0.2
- feat: Add om/next and /prev
- break: Change om/open-at-point to org-marginalia-open
- break: Change om/save-all to org-marginalia-save
** 0.0.1
Initial alpha release. I consider it to be the minimal viable scope.