-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
50 lines (43 loc) · 2.34 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
2023-11-21 Gunther Bachmann <[email protected]>
version 0.0.8
* dired-annotator.el: fix shell command failures
fix subtree glitches on icon display/hide
2023-11-21 Gunther Bachmann <[email protected]>
version 0.0.7
* project setup add github action
add Makefile
* dired-annotator.el: add basic testing
complete logging
add capability to do testing
allow annotating directories
2022-11-03 Gunther Bachmann <[email protected]>
version 0.0.6
* dired-annotator.el: add basic logging
make initial note content configurable
ignore errors when using `dired-get-filename`
add function to collect/report configuration data
* README.org: add basic use cases
add description for retrieving additional data for issue reporting
add note to adjust load-path and default folder in complex configuration
2022-11-02 Gunther Bachmann <[email protected]>
version 0.0.5
* dired-annotator.el: use shell-quote-argument to pass filenames to shell commands
early init of some hash maps
fix some issues when natively compiling
* README.org: make sure to point out that the default folder for annotations should be set
2022-02-04 Gunther Bachmann <[email protected]>
version 0.0.4
* dired-annotator.el: add delayed annotation note buffer removal
2021-05-23 Gunther Bachmann <[email protected]>
version 0.0.3
* dired-annotator.el: dired-narrow integration
2021-05-23 Gunther Bachmann <[email protected]>
version 0.0.2
* dired-annotator.el: allow posframe customization
toggle visibility of posframe notes
add modeline
allow for dirlocal variable to show notes
integration with dired subtree
2021-05-13 Gunther Bachmann <[email protected]>
version 0.0.1
* dired-annotator.el: first public commit