From f4050f4f27e1ac0eab25168b0849017afd04aa31 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 23 Oct 2024 04:13:47 +0300 Subject: Release 0.4.6. Minor version release with bug fixes. * Version bump. * NEWS update. --- NEWS | 5 ++++- gnosis.el | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 395f2d4..6fc3919 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ -*- mode: org -*- +* 0.4.6 ++ Refactor gnosis-dashboard without using widgets ++ Improve searching of gnosis notes within dashboard + * 0.4.5 + Fix cloze hint removal issues. + Update documentation @@ -28,7 +32,6 @@ + Update to emacsql-4.0.0 * 0.4.0 - + Major rewrite on gnosis algorithm. + Add gnosis-score + Add epignosis and agnoia diff --git a/gnosis.el b/gnosis.el index 599bf04..444a2e4 100644 --- a/gnosis.el +++ b/gnosis.el @@ -5,7 +5,7 @@ ;; Author: Thanos Apollo ;; Keywords: extensions ;; URL: https://thanosapollo.org/projects/gnosis -;; Version: 0.4.5 +;; Version: 0.4.6 ;; Package-Requires: ((emacs "27.2") (emacsql "4.0.1") (compat "29.1.4.2") (transient "0.7.2")) @@ -53,7 +53,7 @@ (require 'gnosis-algorithm) (require 'gnosis-string-edit) -;; (require 'gnosis-org) +(require 'gnosis-org) (defgroup gnosis nil "Spaced Repetition System For Note Taking & Self Testing." -- cgit v1.2.3