summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--gnosis.el4
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 <[email protected]>
;; 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."