branch: elpa/gnosis
commit 653e4effd598a3d362905b6b299867274bfb7490
Author: Thanos Apollo <pub...@thanosapollo.org>
Commit: Thanos Apollo <pub...@thanosapollo.org>

    Version bump: 0.5.6
    
    + Fix issues for clozes with multiple identical answers.
    + Improve performance for suspending multiple notes via the dashboard.
    + Display newlines when reviewing notes.
    + Add feature to mark all notes present at current dashboard.
---
 NEWS.org  | 12 ++++++++----
 gnosis.el |  2 +-
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index e2e1c9552b6..3ab7ab977b4 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,9 @@
+* 0.5.6
++ Fix issues for clozes with multiple identical answers.
++ Improve performance for suspending multiple notes via the dashboard.
++ Display newlines when reviewing notes.
++ Add feature to mark all notes present at current dashboard.
+
 * 0.5.5
 + Performance improvements for un/suspending decks.
 + Minor bug fixes & adjustments.
@@ -50,11 +56,11 @@
 
 * 0.4.10
 + Implement major performance improvements in gnosis-dashboard.
-  
+
 * 0.4.9
 - Implement asynchronous dashboard creation
 - Minor bug fixes
-  
+
 * 0.4.8
 + Refactor average review output
 
@@ -108,5 +114,3 @@
 + Rewrite gnosis database.
   + Remove deck specific values.
   + Use new algorithm variables.
-
-
diff --git a/gnosis.el b/gnosis.el
index cbd67e1c9ac..f69c6de78e7 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -6,7 +6,7 @@
 ;; Keywords: extensions
 ;; URL: https://thanosapollo.org/projects/gnosis
 
-;; Version: 0.5.5
+;; Version: 0.5.6
 
 ;; Package-Requires: ((emacs "27.2") (emacsql "4.1.0") (compat "29.1.4.2") 
(transient "0.7.2") (org-gnosis "0.0.9"))
 

Reply via email to