diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-03-18 10:51:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-03-18 10:51:39 -0300 |
commit | 29f9851345cddee59baec92ac62822bb9f540b38 (patch) | |
tree | edfcfab6adb37a52966b9e390c00a51d3fb00f6a | |
parent | 5e9564f62128c681d8bbc3c319051f01b0ea5123 (diff) | |
download | keyringer-master.tar.gz keyringer-master.tar.bz2 |
-rw-r--r-- | ChangeLog | 8 | ||||
-rwxr-xr-x | keyringer | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -1,7 +1,13 @@ -2022-08-19 - unreleased - Silvio Rhatto <rhatto@riseup.net> +2022-08-19 - 0.5.9 - Silvio Rhatto <rhatto@riseup.net> + + Fix: edit: check whether decryption suceeded + + Fix: xclip: avoid 'Error: target STRING not available' Moved docs to the README, favouring the GitLab repository over the site + New upstream repository: https://0xacab.org/rhatto/keyringer + 2022-08-19 - 0.5.8 - Silvio Rhatto <rhatto@riseup.net> Fix re-encryption when the secret hass NULL bytes @@ -140,7 +140,7 @@ function keyringer_dispatch { # Config NAME="keyringer" -KEYRINGER_VERSION="0.5.8" +KEYRINGER_VERSION="0.5.9" CONFIG_VERSION="0.1" CONFIG_BASE="$HOME/.$NAME" CONFIG="$CONFIG_BASE/config" |