Skip to content

0.5.0

Compare
Choose a tag to compare
@zebradil-bot zebradil-bot released this 26 Sep 21:56
· 10 commits to master since this release
0e8c5ff

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