Releases: arcanericky/totp
1.0.2
Nomenclature and configuration file changes
Previously the README, help, options, and code referred to secrets as keys and seeds. Everything(?) has been modified to refer to these values as secrets.
The configuration file can now have a section with items other than secrets in the event there are other settings this utility would like to persist. As with version 1.0.1 this is a breaking change. Use the instructions for 1.0.1 when updating.
1.0.1
Use a map rather than an array for seed collection storage. Note this is a breaking change as it modifies the format of the .totp-config.json
file where the TOTP seeds are stored.
Backup the .totp-config.json
file, then use
$ totp config reset
to delete it.
Add the keys back in using the data from the backed up .totp-config.json
file with
$ totp config update keyname seedvalue
Afterwords, delete the backup file as it contains your seeds and is a liability.
1.0.0
Initial release of Linux, Windows, and Darwin builds.