diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 18:49:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 18:49:05 -0300 |
commit | e127bc4beadb40618cd313482593673b1ccbbb38 (patch) | |
tree | 92c9d2d328a0f4b4cf33be912054076cbfd178c2 /ChangeLog | |
parent | 409a111fca74bf2712e29ca5811b19d431efb54a (diff) | |
parent | 9359e299d6930dc3e48ce6cf267fc2d9e85548ef (diff) | |
download | keyringer-upstream_keyringer_0.6.0.tar.gz keyringer-upstream_keyringer_0.6.0.tar.bz2 |
New upstream version 0.6.0upstream_keyringer_0.6.0upstream
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 |