summaryrefslogtreecommitdiff
path: root/_doc
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-05-25 18:34:33 +0700
committerShulhan <ms@kilabit.info>2023-05-25 18:34:33 +0700
commit479e33040d93e582aa10f19c299b2633f2270d24 (patch)
tree63b72a79821107492367ede820fa5fcc9578e7f5 /_doc
parenta31b534b36eda669bab99819e4b45fa343ff38d9 (diff)
downloadgotp-0.3.1.tar.xz
Release gotp v0.3.1 (2023-05-25)v0.3.1
=== Bug fix * all: load private key only when needed In case the configuration use private key with passphrase, the bash completion will hang due to the command ask for passphrase. This changes fix this issue by loading private key only when doing add, generate, import, or remote-private-key.
Diffstat (limited to '_doc')
-rw-r--r--_doc/CHANGELOG.adoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/_doc/CHANGELOG.adoc b/_doc/CHANGELOG.adoc
index ab7975b..ab11936 100644
--- a/_doc/CHANGELOG.adoc
+++ b/_doc/CHANGELOG.adoc
@@ -6,6 +6,23 @@ Shulhan <ms@kilabit.info>
:sectanchors:
:sectlinks:
+[#v0_3_1]
+== gotp v0.3.1 (2023-05-25)
+
+[#v0_3_1__bug_fix]
+=== Bug fix
+
+all: load private key only when needed::
++
+--
+In case the configuration use private key with passphrase, the bash
+completion will hang due to the command ask for passphrase.
+
+This changes fix this issue by loading private key only when doing add,
+generate, import, or remote-private-key.
+--
+
+
[#v0_3_0]
== gotp v0.3.0 (2023-05-17)