Skip to content

Latest commit

 

History

History
108 lines (55 loc) · 5.42 KB

CHANGELOG.md

File metadata and controls

108 lines (55 loc) · 5.42 KB

1.9.1 (2024-09-12)

Bug Fixes

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

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

1.8.0 (2024-07-29)

Bug Fixes

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

Features

  • implement delete subcommand (4d74db8)

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)
  • start code index from one as done in dashboard and in edit subcommand (#458) (6a36c8d), closes #457

1.7.2 (2024-07-08)

Bug Fixes

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

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)

1.7.0 (2024-05-09)

Features

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

1.6.1 (2024-05-05)

Bug Fixes

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

1.6.0 (2024-05-02)

Features

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

1.5.0 (2024-03-12)

Features

  • add new extract subcommand and password-stdin flag (e033e60)
  • implement code extraction (87d8ccd)
  • implement password reading from stdin (0f3bef7)
  • parametrize copy to clipboard and do not set the default (794a378)

1.4.5 (2024-02-22)

Bug Fixes

  • 🚀 remove otp-uri argument as now otp uris can be imported (5cb20ae)
  • 🚀 remove otp-uri argument as now otp uris can be imported (#397) (50e647e)

1.4.4 (2024-02-16)

Bug Fixes

  • add changelog semantic release dependency (9e9f151)
  • fix build archive and release name (0798f1e)
  • latest CD fixes (2b6cc8a)