Releases: replydev/cotp
Releases · replydev/cotp
Version 1.2.3
What's Changed
- Hightlight errors instead of crashing - Better error handling by @replydev in #192
- Bump clap from 4.1.4 to 4.1.6 by @dependabot in #186
- Bump copypasta-ext from 0.4.1 to 0.4.4 by @dependabot in #189
- Bump crossterm from 0.26.0 to 0.26.1 by @dependabot in #190
- Bump clap from 4.1.6 to 4.1.8 by @dependabot in #191
Full Changelog: v1.2.2...v1.2.3
Release 1.2.2
What's Changed
- Fix panic when importing on first run. by @replydev in #183
- Follow terminal background color on rendering by @replydev in #184
- Bump crossterm from 0.25.0 to 0.26.0 by @dependabot in #180
- Bump serde_json from 1.0.91 to 1.0.92 by @dependabot in #181
- Bump serde_json from 1.0.92 to 1.0.93 by @dependabot in #182
Full Changelog: v1.2.1...v1.2.2
Release 1.2.1
What's Changed
- Bump version to 1.2.1 by @replydev in https://github.com/replydev/cotp/pull/1797
This fixes publish on crates.io.
Full Changelog: v1.2.0...v1.2.1
Release 1.2.0
What's Changed
- Upgrade dependencies
- Fix clippy lints by @replydev in #139
- Fix typo:
algoritmh
->algorithm
by @brian6932 in #158 - Feat/add via uri by @replydev in #159
- Fix new clippy lints from rust 1.66 by @replydev in #170
- Fix compiler warnings by @replydev in #171
- Fix/refactors by @replydev in #172
- Fix clippy 1.67 warnings by @replydev in #178
New Contributors
- @brian6932 made their first contribution in #158
Full Changelog: v1.1.0...v1.2.0
Release 1.1.0
Release 1.0.0
What's Changed
Added
- Delete code directly from the dashboard by pressing
D
- Shows a box containing information about the selected OTP code
Modified
- Code refactors
- General improvements
- We now use sematic versioning (x.y.z), every PR containing breaking changes will increment MAJOR, every PR containing features will increment MINOR, every fix will increment PATCH.
New Contributors
Full Changelog: v0.2.1...v1.0.0
Version 0.2.1
What's Changed
- Import from Authy JSON from remote debugging
- Search codes using CTRL + F
- Copy the clipboard from remote sessions (osc52 support)
- Upgrade dependencies
- Minor code fixes and refactors
Full Changelog: 0.2.0...v0.2.1
Version 0.2.0
Changelog
Added
- Import from encrypted Aegis Databases
- Set env var
COTP_DB_PATH
to set a custom path - Show QRCode of the codes by pressing 'k' in the dashboard or by using the qrcode subcommand
- search subcommand
- Increment or decrement the HOTP counter by pressing + or -
- Show information by pressing 'i' in the dashboard
Changed
- Rewritten database encryption due to sodiumoxide deprecation
- Update dependencies
- Compile binary using optimization flags
Fixes
General bug fixes and optimizations
Version 0.1.9
Changes
- New argument parser
- Sort by issuer
- General improvements
Version 0.1.8
This version implements:
- A TUI interface
- Ability to copy OTP codes to the clipboard in Windows, Mac OS, X11, Wayland
- Password and secrets zeroing
- Minor code cleanup
- Minor improvements and optimizations
For further information check commit history.