| tag name | v0.6.0 (36757ae9e85607202dc04648d6a6337d75c04034) |
| tag date | 2024-06-22 17:34:04 +0700 |
| tagged by | Shulhan <ms@kilabit.info> |
| tagged object | commit d08e28f669... |
| download | gotp-0.6.0.tar.xz |
|---|
Release gotp v0.6.0 (2024-06-22)
=== New features
all: implement command "export"::
The "export" command export all issuers to file or standard output,
$ gotp export <FORMAT> [FILE]
List of known supported FORMAT is: uri. If FILE is not defined it
will print to standard output. The list of exported issuers are
printed in order of its label.
=== Bug fix
Fix "gen" command due to lower case secret::
Sometimes, provider provide base32 of secret in lowercase.
But, to decode it, all of the characters must be in upper case
otherwise it will be failed.
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSyS35x1RIQ2SkuGz5KU2C1AMnE8AUCZnaosgAKCRBKU2C1AMnE
8NmeAP4y16eHHV4NGTNVch/Km3/+0T1dsYLYPPsCCdW+Dxb4rAD9E7gqzwXpiQWv
gA3E4dFxOm56IWtQbGV9S+/pQ5lfpAA=
=q63J
-----END PGP SIGNATURE-----
