Skip to content

Tags: replydev/cotp

Tags

v1.9.4

Toggle v1.9.4's commit message
chore(release): 1.9.4 [skip ci]

## [1.9.4](v1.9.3...v1.9.4) (2025-04-08)

### Bug Fixes

* decode otp uri before parsing ([f5f974d](f5f974d))

v1.9.3

Toggle v1.9.3's commit message
chore(release): 1.9.3 [skip ci]

## [1.9.3](v1.9.2...v1.9.3) (2025-04-06)

### Bug Fixes

* implement first glob matching logic for extract subcommand ([2422c9d](2422c9d))
* make matching case insensitive again ([0d564ee](0d564ee))

v1.9.2

Toggle v1.9.2's commit message
chore(release): 1.9.2 [skip ci]

## [1.9.2](v1.9.1...v1.9.2) (2024-11-04)

### Bug Fixes

* cargo clippy ([2c7e601](2c7e601))
* cargo fmt ([e2c3123](e2c3123))
* **keymaps:** some kind of vim-alike keymaps ([ef0cb98](ef0cb98))
* **keymaps:** some kind of vim-alike keymaps ([#510](#510)) ([0ec3a47](0ec3a47))
* **reverts:** results for the future ([a702acb](a702acb))

v1.9.1

Toggle v1.9.1's commit message
chore(release): 1.9.1 [skip ci]

## [1.9.1](v1.9.0...v1.9.1) (2024-09-12)

### Bug Fixes

* prompt for save if user modifies the HOTP counter ([8568771](8568771))

v1.9.0

Toggle v1.9.0's commit message
chore(release): 1.9.0 [skip ci]

# [1.9.0](v1.8.0...v1.9.0) (2024-08-31)

### Features

* add --database-path argument ([9fafde3](9fafde3))
* add --database-path argument ([#485](#485)) ([e32600c](e32600c))
* use new argument to be able to set database path by commandline ([effd184](effd184))

### Performance Improvements

* resolve clippy lints ([565d452](565d452))

v1.8.0

Toggle v1.8.0's commit message
chore(release): 1.8.0 [skip ci]

# [1.8.0](v1.7.3...v1.8.0) (2024-07-29)

### Bug Fixes

* parse user import correctly in delete subcommand ([8ed354f](8ed354f))

### Features

* implement delete subcommand ([4d74db8](4d74db8))

v1.7.3

Toggle v1.7.3's commit message
chore(release): 1.7.3 [skip ci]

## [1.7.3](v1.7.2...v1.7.3) (2024-07-24)

### Bug Fixes

* optimize table width on list subcommand ([c182195](c182195))
* start code index at one as done in dashboard and in edit subcommand ([c90e910](c90e910))
* start code index from one as done in dashboard and in edit subcommand ([#458](#458)) ([6a36c8d](6a36c8d)), closes [#457](#457)

v1.7.2

Toggle v1.7.2's commit message
chore(release): 1.7.2 [skip ci]

## [1.7.2](v1.7.1...v1.7.2) (2024-07-08)

### Bug Fixes

* manipulate secret case by otp_type ([1bcfb17](1bcfb17))
* use builder pattern to build and validate OTPElement ([75242c3](75242c3))

v1.7.1

Toggle v1.7.1's commit message
chore(release): 1.7.1 [skip ci]

## [1.7.1](v1.7.0...v1.7.1) (2024-06-19)

### Bug Fixes

* check for integer overflow if digits value is too high ([95cf5a2](95cf5a2))
* validate digits input value from command line ([d03d4b8](d03d4b8))

v1.7.0

Toggle v1.7.0's commit message
chore(release): 1.7.0 [skip ci]

# [1.7.0](v1.6.1...v1.7.0) (2024-05-09)

### Features

* add new List subcommand ([35673f2](35673f2))
* first draft implementation of List subcommand ([432f428](432f428))
* implement json list output ([163b839](163b839))