diff options
| author | Shulhan <ms@kilabit.info> | 2022-08-25 19:34:30 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-08-25 19:34:38 +0700 |
| commit | dd5fb8eab675b150ce41c0571f1d5e02905d9e9a (patch) | |
| tree | bf7ad4b68b5022d7597de702681414d6a21159f9 /_doc/CHANGELOG.adoc | |
| parent | a74359d0344293b7ff40b792f1f3ef0798f72c6b (diff) | |
| download | gotp-dd5fb8eab675b150ce41c0571f1d5e02905d9e9a.tar.xz | |
all: group all documents into directory _doc
Diffstat (limited to '_doc/CHANGELOG.adoc')
| -rw-r--r-- | _doc/CHANGELOG.adoc | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/_doc/CHANGELOG.adoc b/_doc/CHANGELOG.adoc new file mode 100644 index 0000000..f5389e5 --- /dev/null +++ b/_doc/CHANGELOG.adoc @@ -0,0 +1,63 @@ +// SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later += gotp changelog +Shulhan <ms@kilabit.info> +:toc: +:sectanchors: +:sectlinks: + + +[#v0_2_1] +== gotp v0.2.1 (2022-08-07) + +[#v0_2_1_bug_fixes] +=== Bug fixes + +all: fix base32 decoding on secret:: ++ +-- +The base32 decoding should be without padding otherwise it will return +an error (for some base32 string): + + illegal base32 data at input byte XX +-- + +[#v0_2_1_chores] +=== Chores + +_AUR: add package build for Arch Linux:: +This package build the gotp based on the latest tag and commit. + +go.mod: set minimum Go version to 1.18 and update all modules:: ++ +-- +The 1.17 has been deprecated since the release of 1.19. + +This update affect the test cases on Cli. +-- + +[#v0_2_0] +== gotp v0.2.0 (2022-03-14) + +Release gotp under GPL 3.0 or later. + +See https://kilabit.info/journal/2022/gpl/ for more information. + + +[#v0_1_0] +== gotp v0.1.0 (2022-02-08) + +The first release of gotp, a command line interface to manage and generate +Time-based One Time Password (TOTP). + +Features, + +* Add a TOTP secret identified by unique LABEL. +* Generate N number passwords using the secret identified by LABEL. +* Import the TOTP configuration from other provider. + Currently, the only supported PROVIDER is Aegis and the supported file + is .txt. +* List all labels stored in the configuration. +* Remove LABEL from configuration. +* Rename a LABEL into NEW-LABEL. +* Encrypted secret using RSA based private key. |
