branch: externals/gnosis
commit 9ac7fc3e23100f22276b94ed6876acc2406c8d35
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
Version bump: 0.10.1.
---
NEWS.org | 14 ++++++++++++++
gnosis.el | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 22d5dbb5da..84fabf8bf4 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -3,6 +3,20 @@
+ [[https://git.thanosapollo.org/gnosis/][Upstream]]
+ [[https://thanosapollo.org/log/gnosis/][Changelog]]
+* 0.10.1
+#+date: 2026/03/26
+
+** Algorithm
++ Cap post-failure interval at 7 days to prevent overly lenient
+ reschedules for mature cards.
+
+** Bug fixes
++ Fix ~gnosis-import-db~ initializing review state with wrong values,
+ causing errors on first review of imported themata.
+
+** Other
++ Demo collection shipped as =.gnosis= instead of org file.
+
* 0.10.0
#+date: 2026/03/25
diff --git a/gnosis.el b/gnosis.el
index 1c1f5d56a2..e666aeb451 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -6,7 +6,7 @@
;; Keywords: extensions
;; URL: https://thanosapollo.org/projects/gnosis
-;; Version: 0.10.0
+;; Version: 0.10.1
;; Package-Requires: ((emacs "29.1") (compat "29.1.4.2"))