forked from gunther-bachmann/emacs-dired-annotator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
36 lines (31 loc) · 1.58 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
2022-11-03 Gunther Bachmann <gunther.bachmann@web.de>
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 <gunther.bachmann@web.de>
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 <gunther.bachmann@web.de>
version 0.0.4
* dired-annotator.el: add delayed annotation note buffer removal
2021-05-23 Gunther Bachmann <gunther.bachmann@web.de>
version 0.0.3
* dired-annotator.el: dired-narrow integration
2021-05-23 Gunther Bachmann <gunther.bachmann@web.de>
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 <gunther.bachmann@web.de>
version 0.0.1
* dired-annotator.el: first public commit