Skip to content

Releases: Zebradil/rustotpony

0.5.2

26 Sep 22:27
d700c1f
Compare
Choose a tag to compare

0.5.2 (2024-09-26)

Bug Fixes

0.5.1

26 Sep 22:13
7ea6da0
Compare
Choose a tag to compare

0.5.1 (2024-09-26)

Bug Fixes

  • ci: configure semantic-release/git to commit Cargo.toml (5259603)

0.5.0

26 Sep 21:56
0e8c5ff
Compare
Choose a tag to compare

0.5.0 (2024-09-26)

Important

In this version RusTOTPony switches to the new encryption format, it will automatically migrate from the old $HOME/.rustotpony/db.json to the new $HOME/.rustotpony/totp.safe. In future versions the migration mechanism will be removed.

Features

  • rewrite (#65) (b0a379a)
    • updated all dependencies
    • replaced unsupported libraries with modern ones
    • changed encryption format to age
    • replaced rpassword with promkit for secret prompts
    • implemented short-term password cache
    • improved release process
    • added a workflow for testing PRs

0.4.5

26 Feb 11:20
5ab5260
Compare
Choose a tag to compare

0.4.5 (2024-02-26)

Bug Fixes

0.4.4

06 Dec 01:39
6cc815b
Compare
Choose a tag to compare

0.4.4 (2023-12-06)

Bug Fixes

0.4.3

05 Dec 00:04
607cc94
Compare
Choose a tag to compare

0.4.3 (2023-12-05)

Bug Fixes

Release 0.4.2

28 Nov 22:38
0.4.2
016081e
Compare
Choose a tag to compare
Bump version to 0.4.2

Release 0.4.1

25 Feb 14:27
c6c84f2
Compare
Choose a tag to compare
  • New command to export all generators in JSON format: totp export
  • Update dependencies

Full changelog: 0.3.2...0.4.1

Release 0.3.2

23 Oct 23:02
6d9dab5
Compare
Choose a tag to compare

Updated dependencies, and migrated to the newest version of the clap library.

Full Changelog: 0.2.6...0.3.2

Release 0.2.6

01 Dec 01:34
d4a4458
Compare
Choose a tag to compare

This release is just a container for binaries. There are no actual changes.