summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-12-26 19:27:04 +0000
committerYann Herklotz <git@yannherklotz.com>2022-12-26 19:27:04 +0000
commit9653e214b9eb99c7cc9f7b17b3565117bf1d18ba (patch)
tree5790caecf3cfb61b196b00bc06595d419891a572
parenteec5d6bb343e9d1718466c24c7f2df260c66a682 (diff)
downloadorg-zettelkasten-9653e214b9eb99c7cc9f7b17b3565117bf1d18ba.tar.gz
org-zettelkasten-9653e214b9eb99c7cc9f7b17b3565117bf1d18ba.zip
Update version number and update Changelogv0.6.2
-rw-r--r--CHANGELOG.org9
-rw-r--r--org-zettelkasten.el2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index f6c420f..916b066 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -2,6 +2,15 @@
#+author: Yann Herklotz
#+email: git@yannherklotz.com
+* Version v0.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~).
+
* Version v0.6.1 (2022-12-24)
- Create Org Zettelkasten manual.
diff --git a/org-zettelkasten.el b/org-zettelkasten.el
index f9e2e23..c768227 100644
--- a/org-zettelkasten.el
+++ b/org-zettelkasten.el
@@ -8,7 +8,7 @@
;; Homepage: https://git.sr.ht/~ymherklotz/org-zettelkasten
;; Package-Requires: ((emacs "24.3") (org "9.0"))
-;; Version: 0.6.1
+;; Version: 0.6.2
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by