summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-01-04 18:38:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-01-04 18:38:24 -0300
commit9359e299d6930dc3e48ce6cf267fc2d9e85548ef (patch)
treefda30fa2ab4acee9756d688c677cf6aab1a039de /ChangeLog
parent4ae38614ff762ba02545f8aab8cbd006df318487 (diff)
downloadkeyringer-9359e299d6930dc3e48ce6cf267fc2d9e85548ef.tar.gz
keyringer-9359e299d6930dc3e48ce6cf267fc2d9e85548ef.tar.bz2
Keyringer 0.6.0HEAD0.6.0master
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee407c4..2805106 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2025-01-04 - 0.6.0 - Silvio Rhatto <rhatto@riseup.net>
+
+ Fix: check action now exits with non-zero status if there are expiring keys
+ in the keyring.
+
+ Fix: removed shebang from the bash completion file (#9).
+
+ Feat: GitLab CI support (#10).
+
+ Feat: init: allow for non-interactive keyring creation, useful for
+ tests (#10). This is controlled by the KEYRINGER_NON_INTERACTIVE
+ environment variable: when set to "1", keyringer won't do any
+ interactive procedure related to the keyring initialization.
+
2022-08-19 - 0.5.9 - Silvio Rhatto <rhatto@riseup.net>
Fix: edit: check whether decryption suceeded