branch: externals/org-gnosis commit 2f1ed5320b8e9b31c67c0720be2693fe416f16a1 Author: Thanos Apollo <pub...@thanosapollo.org> Commit: Thanos Apollo <pub...@thanosapollo.org>
Version bump: 0.0.9 + Add support for inserting journal entries as links with custom description. --- NEWS.org | 4 ++++ org-gnosis.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 1f797993a0..e7ec84185a 100644 --- a/NEWS.org +++ b/NEWS.org @@ -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 064814fda7..ff56742c88 100644 --- a/org-gnosis.el +++ b/org-gnosis.el @@ -5,7 +5,7 @@ ;; Author: Thanos Apollo <pub...@thanosapollo.org> ;; 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"))