diff options
-rw-r--r-- | NEWS.org | 9 | ||||
-rw-r--r-- | org-gnosis.el | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -7,7 +7,16 @@ 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.8 +New Features: ++ When org-gnosis-insert is called with a prefix arg, prompt for + custom link description +Fixes: + + Use proper quoting for string literals, see [1][2] + + This resolves previous issues for BSD systems +[1] <https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted> +[2] <https://github.com/magit/emacsql/issues/128#issuecomment-2682104151> * 0.0.7 + Fix insertion of tags for file topic + Add org-gnosis-visit-backlinks. diff --git a/org-gnosis.el b/org-gnosis.el index 29f4562..2fe269f 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.7 +;; Version: 0.0.8 ;; Package-Requires: ((emacs "27.2") (emacsql "4.0.0") (compat "29.1.4.2")) |