blob: 96ec7db3143106ee6e3807ca0be811dbe31b0d32 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
-*- mode: org -*-
* 0.4.7
+ Optimized performance for dashboard homepage
+ Fix face issues on emacs-30
* 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
+ Add Contributing section
+ Refactor gnosis-dashboard module as part of gnosis.el
* 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.
|