summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2025-02-26 13:23:23 +0200
committerThanos Apollo <[email protected]>2025-02-26 13:35:01 +0200
commit3b1444e0e931cb187255d9bba9288c0443945d8b (patch)
tree89ba124b24bb51382719b1200664e9b8845981f2
parenta6dbd9b7d2b5dcb26b0e469c3f938b5c49c9485a (diff)
Version bump: 0.0.80.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>
-rw-r--r--NEWS.org9
-rw-r--r--org-gnosis.el2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS.org b/NEWS.org
index e327db5..1f79799 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 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"))