summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.org
blob: edec80f7ff1c646d646572c67f3fe05106e64cb9 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#+title: Changelog
#+author: Yann Herklotz
#+email: git@yannherklotz.com

* Unpublished

- Added =org-zettelkasten-new-topic= to create a new topic file in the current
  Zettelkasten.
- Added persistent storage for =org-zettelkasten--mapping= in
  =org-zettelkasten-mapping-file=.

* Org Zettelkasten 0.7.0 (2022-12-27)

- Improve initialisation of =org-zettelkasten= mode.  It will now only activate
  when editing a file that belongs to the Zettelkasten.
- Fix keybindings by calling the ~kbd~ function.

* Org Zettelkasten 0.6.2 (2022-12-26)

- Add new customisation mapping for base identifiers to files
  (~org-zettelkasten-mapping~).
- Add function to go straight to an ID using only the number
  (~org-zettelkasten-goto-id~).
- Add Org agenda search function only for Org zettelkasten files
  (~org-zettelkasten-agenda-search-view~).

* Org Zettelkasten 0.6.1 (2022-12-24)

- Create Org Zettelkasten manual.

* Org Zettelkasten 0.6.0 (2022-12-24)

- Add modified date which can be added on a before-save-hook.
- Add search back ends for optional consult and counsel.
- Add default search back end.

* Org Zettelkasten 0.5.0 (2022-05-03)

- Add date stamps to org-zettelkasten entries.

* Org Zettelkasten 0.4.0 (2021-10-02)

- Remove counsel dependency and add function to README.

* Org Zettelkasten 0.3.0 (2021-08-27)

- Add all dependencies and fix for Melpa release.

* Org Zettelkasten 0.2.0 (2021-01-22)

- Add org-zettelkasten, a different mode which adds helper functions to org-mode
  to use it as a Zettelkasten.

* Org Zettelkasten 0.1.1 (2020-12-08)

- Implemented simple Zettelkasten method, which just contains chronological
  notes and links to relate them.

- (website): Better generation of website from the Zettelkasten.

* Org Zettelkasten 0.1.1 (2020-12-08)

- Implement simple Zettelkasten method which also allows for a simple generation
of a website.