Skip to content

v1.3.3-alpha: Text deselected after clicking the copy button

Pre-release
Pre-release

Choose a tag to compare

@IceTheCoder IceTheCoder released this 21 Feb 16:02
· 1075 commits to main since this release
687305c

Bug fixes

Password strength

  • The 'Please input a password.' message no longer displays one letter per line.
    10
    11

This happened because the code went through each warning when it got multiple warnings. But when it received only this message, it went through each letter, displaying them individually.

Changes

Password generation

  • Text deselected after clicking the copy button by focusing the keyboard on the input_box.
    8
    9

Password strength

  • The 'Please input a password.' message appears immediately after switching to the password strength tab.

README.md

  • Changed 'repeated characters' to 'repetitiveness' to be clearer.
  • Added a video from Appficial to the acknowledgements section.

Full Changelog

21 February 2023