branch: elpa/gnosis commit c302df0656f0a6fce69cc2e90c543514a896c75a Author: Thanos Apollo <pub...@thanosapollo.org> Commit: Thanos Apollo <pub...@thanosapollo.org>
Version bump: 0.5.4. + New feature: open of file links in a new buffer. + This can be used to view images or pdf/ebooks. + Change syntax highlighting to org mode. + Quitting viewing notes/decks returns to dashboard home page. + Minor bug fixes & adjustments on dashboard. --- NEWS.org | 6 ++++++ gnosis.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 02694da9c3..e40e9de06f 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,9 @@ +* 0.5.4 ++ New feature: open of file links in a new buffer. + + This can be used to view images or pdf/ebooks. ++ Change syntax highlighting to org mode. ++ Quitting viewing notes/decks returns to dashboard home page. ++ Minor bug fixes & adjustments on dashboard. * 0.5.3 + Fix gnosis algorithm bug for failed reviews with custom amnesia value of lower than 0.5. diff --git a/gnosis.el b/gnosis.el index 209becaa4f..7823cb1734 100644 --- a/gnosis.el +++ b/gnosis.el @@ -6,7 +6,7 @@ ;; Keywords: extensions ;; URL: https://thanosapollo.org/projects/gnosis -;; Version: 0.5.3 +;; Version: 0.5.4 ;; Package-Requires: ((emacs "27.2") (emacsql "4.1.0") (compat "29.1.4.2") (transient "0.7.2") (org-gnosis "0.0.9"))