Skip to content

Releases: arcanericky/totp

1.0.2

03 Jun 23:35
b41128d
Compare
Choose a tag to compare

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

02 Jun 15:31
c3d3f19
Compare
Choose a tag to compare

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

01 Jun 15:39
79b1f17
Compare
Choose a tag to compare

Initial release of Linux, Windows, and Darwin builds.