From 9653e214b9eb99c7cc9f7b17b3565117bf1d18ba Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 26 Dec 2022 19:27:04 +0000 Subject: Update version number and update Changelog --- CHANGELOG.org | 9 +++++++++ org-zettelkasten.el | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 -- cgit