Skip to content

Releases: replydev/cotp

v1.9.2

04 Nov 22:42
Compare
Choose a tag to compare

1.9.2 (2024-11-04)

Bug Fixes

v1.9.1

12 Sep 15:10
Compare
Choose a tag to compare

1.9.1 (2024-09-12)

Bug Fixes

  • prompt for save if user modifies the HOTP counter (8568771)

v1.9.0

31 Aug 00:35
Compare
Choose a tag to compare

1.9.0 (2024-08-31)

Features

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

Performance Improvements

v1.8.0

29 Jul 20:37
Compare
Choose a tag to compare

1.8.0 (2024-07-29)

Bug Fixes

  • parse user import correctly in delete subcommand (8ed354f)

Features

  • implement delete subcommand (4d74db8)

v1.7.3

24 Jul 21:03
Compare
Choose a tag to compare

1.7.3 (2024-07-24)

Bug Fixes

  • optimize table width on list subcommand (c182195)
  • start code index at one as done in dashboard and in edit subcommand (c90e910)

v1.7.2

08 Jul 21:55
Compare
Choose a tag to compare

1.7.2 (2024-07-08)

Bug Fixes

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

v1.7.1

19 Jun 21:32
Compare
Choose a tag to compare

1.7.1 (2024-06-19)

Bug Fixes

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

v1.7.0

09 May 17:11
Compare
Choose a tag to compare

1.7.0 (2024-05-09)

Features

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

v1.6.1

05 May 15:22
Compare
Choose a tag to compare

1.6.1 (2024-05-05)

Bug Fixes

  • Misc OTP Uri import changes (#425) (cbe2c72)
  • show useful errors when import file parsing fails (81ffa60)

v1.6.0

02 May 19:50
Compare
Choose a tag to compare

1.6.0 (2024-05-02)

Features

  • implement otp uri copying from QRCode page (1120f07)