Skip to content

Releases: yitsushi/totp-cli

v1.5.3

30 Aug 12:23
v1.5.3
37078aa
Compare
Choose a tag to compare
  • try to reduce binary size
  • refactor: small changes by @yitsushi in #85
  • chore(deps): update dependencies by @yitsushi in #86

Full Changelog: v1.5.0...v1.5.3

v1.5.0

19 Jul 10:40
v1.5.0
990142c
Compare
Choose a tag to compare

What's Changed

  • feat: support setting passphrase through environment variable by @yitsushi in #81

Full Changelog: v1.4.0...v1.5.0

v1.4.0

18 Jul 08:42
v1.4.0
fd716ab
Compare
Choose a tag to compare

What's Changed

  • refactor: use urfave/cli instead of yitsushi/go-commander by @yitsushi in #79

Full Changelog: v1.3.3...v1.4.0

Breaking changes

  • The import command now requires an --input flag instead of a positional argument.
  • The dump command now required a --yes-please flag to make sure the user understands that the exported content will NOT be encrypted.
  • The dump command now requires an --output flag, stdout is not the default behaviour. If someone really wants to dump secrets to stdout... Well, you can use --output=/dev/stdout.
  • There is no version subcommand. A simple --version flag replaced it.

v1.3.3

05 May 10:00
v1.3.3
f3854fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

05 May 09:49
v1.3.2
29f804a
Compare
Choose a tag to compare

Full Changelog: v1.3.1...v1.3.2

Jump bumped the version in the code

v1.3.1

01 May 20:59
v1.3.1
0db55f8
Compare
Choose a tag to compare

What's Changed

  • docs: document default credentials file location by @yitsushi in #71
  • add follow option to generate + sort accounts on list by @obouchet in #72

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

11 Apr 14:43
v1.3.0
d9b3433
Compare
Choose a tag to compare

Important

Starting with totp-cli v1.2.8 a more secure storage format1 is used.
The storage will be upgraded the first time it is written to by
totp-cli. You can force this to occur by running totp-cli change-password.

What's Changed

  • Use age for storage encryption by @nuxi in #69

New Contributors

  • @nuxi made their first contribution in #69

Full Changelog: v1.2.7...v1.3.0

  1. https://github.com/FiloSottile/age

v1.2.7

21 Mar 11:54
v1.2.7
564fb57
Compare
Choose a tag to compare

Full Changelog: v1.2.6...v1.2.7

v1.2.6

18 Feb 12:17
v1.2.6
46c9e5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v1.2.6

v1.2.5

20 Jan 22:23
v1.2.5
fcfeb5b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.2.5