Skip to content

Releases: replydev/cotp

v1.9.5

17 May 21:11
Compare
Choose a tag to compare

1.9.5 (2025-05-17)

Bug Fixes

  • fix code format when using 10 digits (45b4a5f)
  • handle integer underflow on code format (71d3933)
  • update allowed digits range from command-line interface (b167d02)

v1.9.4

08 Apr 06:16
Compare
Choose a tag to compare

1.9.4 (2025-04-08)

Bug Fixes

  • decode otp uri before parsing (f5f974d)

v1.9.3

06 Apr 10:20
Compare
Choose a tag to compare

1.9.3 (2025-04-06)

Bug Fixes

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

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)