summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-10-23 04:13:47 +0300
committerThanos Apollo <[email protected]>2024-10-23 04:13:47 +0300
commitf4050f4f27e1ac0eab25168b0849017afd04aa31 (patch)
treed724c1b265d779e7289da61773d0d5a458c08cde
parent51a70b95455d95967a514918e7021359e54c7c2b (diff)
Release 0.4.6.HEAD0.4.6master
Minor version release with bug fixes. * Version bump. * NEWS update.
-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."