Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 1.06 KB

CHANGELOG

1.2.0 - 2023-06-24

Added

  • Added verification not to repeat characters more than 2 times when generating the password.
  • Added check not to repeat consecutive identical characters.
  • Added verification to not repeat consecutive uppercase characters.
  • Added check not to repeat consecutive lowercase characters.
  • Added verification not to repeat consecutive numeric characters.

1.1.1 - 2022-03-12

Fixed

  • Fixed button to check available updates.

1.1.0 - 2022-04-10

Added

  • Added button to check available updates.
  • Added internationalization support (es, en, ja).

Fixed

  • Handled error when length field is empty.

1.0.0 - 2022-04-08

  • Initial release