summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-10-09 06:09:56 +0300
committerThanos Apollo <[email protected]>2024-10-09 06:42:13 +0300
commit09fb895a97704139d957a1f7cd1d64fb81df90da (patch)
treee7195746b5acd5fb39432eb9ebbaa6dd732695b8
parentbe7f30d55df4608bfaeeb49c3533df5da4fd0ace (diff)
Add NEWS
-rw-r--r--NEWS42
1 files changed, 42 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..f2cb98a
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,42 @@
+-*- mode: org -*-
+
+
+* 0.4.4
++ Add clear-history.
++ *Refactor* review actions to use read-char-choice.
+ + This is done to allow users to switch buffers during review,
+ something that couldn't be done with read-multiple-choice
++ Add documentation for interactions with other software
+ + Add documentation for using gnosis with =emacs-no-literring=.
+
+* 0.4.3
++ Fix breaking changes for editing cloze notes.
++ Refactor calculation of dates in gnosis algorithm.
+
+* 0.4.2.
+
++ Fix display issues on non-grapical interface.
++ Add variable watchers for custom algorithm values.
++ Update assertions for editing notes
+
+* 0.4.1
++ Update to emacsql-4.0.0
+
+* 0.4.0
+
++ Major rewrite on gnosis algorithm.
+ + Add gnosis-score
+ + Add epignosis and agnoia
+ + Add lethe and anagnosis events
+ + Anagnosis events adjust gnosis-score
+ depending on review performance, using epignosis
+ and agnoia
+ + Lethe resets next interval to 0
+ + Refactor calculations of next interval and gnosis-score
++ Add custom variables for tags and decks, configured using emacs
+ lisp.
++ Rewrite gnosis database.
+ + Remove deck specific values.
+ + Use new algorithm variables.
+
+