diff options
-rw-r--r-- | NEWS.org | 4 | ||||
-rw-r--r-- | org-gnosis.el | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -7,6 +7,10 @@ This document contains the release notes that are included in each tagged commit on the project's main git repository: <https://git.thanosapollo.org/org-gnosis>. +* 0.0.9 ++ Add support for inserting journal entries as links with custom + description. + * 0.0.8 New Features: + When org-gnosis-insert is called with a prefix arg, prompt for diff --git a/org-gnosis.el b/org-gnosis.el index 064814f..ff56742 100644 --- a/org-gnosis.el +++ b/org-gnosis.el @@ -5,7 +5,7 @@ ;; Author: Thanos Apollo <[email protected]> ;; Keywords: extensions ;; URL: https://thanosapollo.org/projects/org-gnosis/ -;; Version: 0.0.8 +;; Version: 0.0.9 ;; Package-Requires: ((emacs "27.2") (emacsql "4.0.0") (compat "29.1.4.2")) |