From d8a94f16ac9ac1b0bf2344b1d27f2e1e597ab5a6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Aug 2022 12:39:24 -0300 Subject: Fix(docs): main documentation moved to README (2) --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 81e4d25..2fd20ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-08-19 - unreleased - Silvio Rhatto + + Moved docs to the README, favouring the GitLab repository over the site + 2022-08-19 - 0.5.8 - Silvio Rhatto Fix re-encryption when the secret hass NULL bytes -- cgit v1.2.3 From 29f9851345cddee59baec92ac62822bb9f540b38 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 18 Mar 2023 10:51:39 -0300 Subject: Keyringer 0.5.9 --- ChangeLog | 8 +++++++- keyringer | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2fd20ac..ee407c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2022-08-19 - unreleased - Silvio Rhatto +2022-08-19 - 0.5.9 - Silvio Rhatto + + 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 Fix re-encryption when the secret hass NULL bytes diff --git a/keyringer b/keyringer index 878d5d1..938216b 100755 --- a/keyringer +++ b/keyringer @@ -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" -- cgit v1.2.3