summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-12-24 18:20:43 +0000
committerYann Herklotz <git@yannherklotz.com>2022-12-24 18:20:43 +0000
commit5d7be9d9d24d6bfb8a1c45cf6b9fd2ba2da6fb3e (patch)
tree0499a8b8201dc4314fede6dac0e3ef38cc283d38
parent6494b8a213dfa4102a2a9fb4201c5b74d7eb5e2e (diff)
downloadorg-zettelkasten-5d7be9d9d24d6bfb8a1c45cf6b9fd2ba2da6fb3e.tar.gz
org-zettelkasten-5d7be9d9d24d6bfb8a1c45cf6b9fd2ba2da6fb3e.zip
Update Changelog format and update version
-rw-r--r--CHANGELOG.org42
-rw-r--r--ChangeLog40
-rw-r--r--org-zettelkasten.el2
3 files changed, 43 insertions, 41 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
new file mode 100644
index 0000000..f6c420f
--- /dev/null
+++ b/CHANGELOG.org
@@ -0,0 +1,42 @@
+#+title: Changelog
+#+author: Yann Herklotz
+#+email: git@yannherklotz.com
+
+* Version v0.6.1 (2022-12-24)
+
+- Create Org Zettelkasten manual.
+
+* Version v0.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.
+
+* Version v0.5.0 (2022-05-03)
+
+- Add date stamps to org-zettelkasten entries.
+
+* Version v0.4.0 (2021-10-02)
+
+- Remove counsel dependency and add function to README.
+
+* Version v0.3.0 (2021-08-27)
+
+- Add all dependencies and fix for Melpa release.
+
+* Version v0.2.0 (2021-01-22)
+
+- Add org-zettelkasten, a different mode which adds helper functions to org-mode
+ to use it as a Zettelkasten.
+
+* Version v0.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.
+
+* Version v0.1.1 (2020-12-08)
+
+- Implement simple Zettelkasten method which also allows for a simple generation
+of a website.
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 5f90fa5..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,40 +0,0 @@
-2022-12-24 Yann Herklotz <git@ymhg.org>
-
- * v0.6.0:
-
- (org): Add modified date which can be added on a before-save-hook.
- (org): Add search back ends for optional consult and counsel.
- (org): Add default search back end.
-
-2022-05-03 Yann Herklotz <git@ymhg.org>
-
- * v0.5.0: Add date stamps to org-zettelkasten entries.
-
- (org): Add a date stamp to new notes.
-
-2021-10-02 Yann Herklotz <git@ymhg.org>
-
- * v0.4.0: Remove counsel dependency and add function to README.
-
-2021-08-27 Yann Herklotz <git@ymhg.org>
-
- * v0.3.0: Add all dependencies and fix for Melpa release.
-
-2021-01-22 Yann Herklotz <git@ymhg.org>
-
- * v0.2.0: Add org-zettelkasten, a different mode which adds helper
- functions to org-mode to use it as a Zettelkasten.
-
-2020-12-08 Yann Herklotz <git@ymhg.org>
-
- * v0.1.1: Release the first stable version of Zettelkasten.
-
- Implemented simple Zettelkasten method, which just contains
- chronological notes and links to relate them.
-
- (website): Better generation of website from the Zettelkasten.
-
- * v0.1.0: First release.
-
- Implement simple Zettelkasten method which also allows for a
- simple generation of a website.
diff --git a/org-zettelkasten.el b/org-zettelkasten.el
index 4d18dcc..90a6d94 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.0
+;; Version: 0.6.1
;; 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