Releases: replydev/cotp
Releases · replydev/cotp
Release 1.4.0
Release 1.3.0
What's Changed
- Support import / export of OTP Uri bulk by @replydev in #317
- Support multiple exporters by @replydev in #276
- Migrate to ratatui by @replydev in #284
- Use binary clipboard provider before fork clipboard provider by @tomasol in #332
- Fix clipboard copying on Wayland by @replydev in #333
- Allow quitting the UI using Ctrl-C by @tomasol in #330
- Improve CI jobs by @replydev in #232
- CD Improvements by @replydev in #235
- Refactor Argument Parsing by @replydev in #236
- Code_refactorings by @replydev in #238
- Configure cache on CI/CD by @replydev in #262
- Replace lazy_static with once_cell by @replydev in #273
- Suffix with -DEBUG if we are debug building by @replydev in #277
- Create devcontainer.json by @replydev in #324
- Use db.cotp file if found on the same executable folder by @replydev in #325
- Add python runtime to devcontainers by @replydev in #326
New Contributors
Full Changelog: v1.2.5...v1.3.0
Release 1.2.5
What's Changed
Dependency bumps
- Bump aes-gcm from 0.10.1 to 0.10.2 by @dependabot in #229
- Bump clap from 4.2.7 to 4.3.0 by @dependabot in #228
- Bump data-encoding from 2.3.3 to 2.4.0 by @dependabot in #227
- Bump base64 from 0.21.0 to 0.21.1 by @dependabot in #226
Full Changelog: v1.2.4...v1.2.5
Version 1.2.4
What's Changed
- CI Improvements + Fix deprecations by @replydev in #195
- Fix double input on Windows by @replydev in #224
Dependency bumps
- Bump serde from 1.0.152 to 1.0.154 by @dependabot in #197
- Bump serde_json from 1.0.93 to 1.0.94 by @dependabot in #193
- Bump serde from 1.0.154 to 1.0.156 by @dependabot in #199
- Bump clap from 4.1.8 to 4.1.14 by @dependabot in #208
- Bump serde from 1.0.156 to 1.0.159 by @dependabot in #209
- Bump clap from 4.1.14 to 4.2.7 by @dependabot in #221
- Bump serde from 1.0.159 to 1.0.163 by @dependabot in #223
- Bump KSXGitHub/github-actions-deploy-aur from 2.6.0 to 2.7.0 by @dependabot in #203
- Bump dirs from 4.0.0 to 5.0.1 by @dependabot in #220
- Bump regex from 1.7.1 to 1.8.1 by @dependabot in #218
- Bump zeroize from 1.5.7 to 1.6.0 by @dependabot in #206
- Bump serde_json from 1.0.94 to 1.0.96 by @dependabot in #215
- Bump getrandom from 0.2.8 to 0.2.9 by @dependabot in #211
- Bump scrypt from 0.10.0 to 0.11.0 by @dependabot in #194
Full Changelog: v1.2.3...v1.2.4
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