Releases: IceTheCoder/Passwordsy
Releases · IceTheCoder/Passwordsy
v1.4.4-alpha: Valid input no longer deleted if no character set has been chosen
Pre-release
Bug fixes
Password generation
- A valid input is no longer deleted from the input box if no character set is chosen.
25 February 2023
v1.4.3-alpha
Additions
Password generation
- Added a label, instructing the user to 'Right-click to copy', in accordance with a new change.
Changes
Password generation
- The copy button no longer appears when the user releases a mouse button. Instead, it appears when the user right-clicks on a password label.'
Bug fixes
Password generation
- The CTRL + C combination works again because of the new change.
README.md
- Updated screenshots.
25 February 2023
v1.4.2-alpha: Oxford comma used properly
24 February 2023
v1.4.1-alpha: Character sets label moved a bit down
Changes
Password generation
- Moved the character sets label a bit down
Before:
Now:
23 February 2023
v1.4-alpha: Invalid inputs are automatically changed to be valid
v1.3.3-alpha: Text deselected after clicking the copy button
Bug fixes
Password strength
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
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.
21 February 2023
v1.3.2.6-alpha: Separated logic and GUI of password strength
20 February 2023
v1.3.2.5-alpha: F-strings are used for readability
v1.3.2.4-alpha: Code-cleaning
- Restructured the create_password_labels function so the error is not generated 4 times anymore.
19 February 2023
v1.3.2.3-alpha: Cleaner code
- Optimised the create_password_labels function of generate_password_gui.py
19 February 2023