branch: externals/org-gnosis
commit 3b1444e0e931cb187255d9bba9288c0443945d8b
Author: Thanos Apollo <pub...@thanosapollo.org>
Commit: Thanos Apollo <pub...@thanosapollo.org>

    Version bump: 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>
---
 NEWS.org      | 9 +++++++++
 org-gnosis.el | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index e327db59d8..1f797993a0 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -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 29f4562a2e..2fe269f0a7 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.7
+;; Version: 0.0.8
 
 ;; Package-Requires: ((emacs "27.2") (emacsql "4.0.0") (compat "29.1.4.2"))
 

Reply via email to