1.9.2 (2024-11-04)
- cargo clippy (2c7e601)
- cargo fmt (e2c3123)
- keymaps: some kind of vim-alike keymaps (ef0cb98)
- keymaps: some kind of vim-alike keymaps (#510) (0ec3a47)
- reverts: results for the future (a702acb)
1.9.1 (2024-09-12)
- prompt for save if user modifies the HOTP counter (8568771)
1.9.0 (2024-08-31)
- add --database-path argument (9fafde3)
- add --database-path argument (#485) (e32600c)
- use new argument to be able to set database path by commandline (effd184)
- resolve clippy lints (565d452)
1.8.0 (2024-07-29)
- parse user import correctly in delete subcommand (8ed354f)
- implement delete subcommand (4d74db8)
1.7.3 (2024-07-24)
- optimize table width on list subcommand (c182195)
- start code index at one as done in dashboard and in edit subcommand (c90e910)
- start code index from one as done in dashboard and in edit subcommand (#458) (6a36c8d), closes #457
1.7.2 (2024-07-08)
- manipulate secret case by otp_type (1bcfb17)
- use builder pattern to build and validate OTPElement (75242c3)
1.7.1 (2024-06-19)
- check for integer overflow if digits value is too high (95cf5a2)
- validate digits input value from command line (d03d4b8)
1.7.0 (2024-05-09)
- add new List subcommand (35673f2)
- first draft implementation of List subcommand (432f428)
- implement json list output (163b839)
1.6.1 (2024-05-05)
- Misc OTP Uri import changes (#425) (cbe2c72)
- show useful errors when import file parsing fails (81ffa60)
1.6.0 (2024-05-02)
- implement otp uri copying from QRCode page (1120f07)
1.5.0 (2024-03-12)
- add new extract subcommand and password-stdin flag (e033e60)
- implement code extraction (87d8ccd)
- implement password reading from stdin (0f3bef7)
- parametrize copy to clipboard and do not set the default (794a378)
1.4.5 (2024-02-22)
- 🚀 remove otp-uri argument as now otp uris can be imported (5cb20ae)
- 🚀 remove otp-uri argument as now otp uris can be imported (#397) (50e647e)