branch: elpa/gnosis commit 4b87d58574d1b8cb2eb7bf7fe571efa758838c03 Author: Thanos Apollo <pub...@thanosapollo.org> Commit: Thanos Apollo <pub...@thanosapollo.org>
version bump 0.5.3 + Fix gnosis algorithm bug for failed reviews with custom amnesia value of lower than 0.5. + Update documentation. --- NEWS.org | 5 +++++ gnosis.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index f9658fbe3c..02694da9c3 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,8 @@ +* 0.5.3 ++ Fix gnosis algorithm bug for failed reviews with custom amnesia + value of lower than 0.5. ++ Update documentation. + * 0.5.2 + Fix importing deck issues with non-new gnosis ids. + Minor aesthetic changes on review header. diff --git a/gnosis.el b/gnosis.el index bdc3e9dbd2..36ab5844d4 100644 --- a/gnosis.el +++ b/gnosis.el @@ -6,7 +6,7 @@ ;; Keywords: extensions ;; URL: https://thanosapollo.org/projects/gnosis -;; Version: 0.5.2 +;; Version: 0.5.3 ;; Package-Requires: ((emacs "27.2") (emacsql "4.1.0") (compat "29.1.4.2") (transient "0.7.2") (org-gnosis "0.0.9"))