diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 18:38:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 18:38:24 -0300 |
commit | 9359e299d6930dc3e48ce6cf267fc2d9e85548ef (patch) | |
tree | fda30fa2ab4acee9756d688c677cf6aab1a039de /ChangeLog | |
parent | 4ae38614ff762ba02545f8aab8cbd006df318487 (diff) | |
download | keyringer-9359e299d6930dc3e48ce6cf267fc2d9e85548ef.tar.gz keyringer-9359e299d6930dc3e48ce6cf267fc2d9e85548ef.tar.bz2 |
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |