Skip to content

Releases: IceTheCoder/Passwordsy

v1.4.4-alpha: Valid input no longer deleted if no character set has been chosen

25 Feb 11:10
e4940ee
Compare
Choose a tag to compare

Bug fixes

Password generation

  • A valid input is no longer deleted from the input box if no character set is chosen.

Full Changelog

25 February 2023

v1.4.3-alpha

25 Feb 09:40
c456942
Compare
Choose a tag to compare
v1.4.3-alpha Pre-release
Pre-release

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.

Full Changelog

25 February 2023

v1.4.2-alpha: Oxford comma used properly

24 Feb 16:22
854b9fc
Compare
Choose a tag to compare

Full Changelog

24 February 2023

v1.4.1-alpha: Character sets label moved a bit down

23 Feb 17:29
bbc1f50
Compare
Choose a tag to compare

Changes

Password generation

  • Moved the character sets label a bit down

Before:

16

Now:

20

Full Changelog

23 February 2023

v1.4-alpha: Invalid inputs are automatically changed to be valid

22 Feb 19:06
bc80c66
Compare
Choose a tag to compare

Changes

Password generation

  • An invalid input is automatically changed to the closest valid integer between 4 and 100, if possible.
    12
    13
    14
    15
    16
    17
    18
    19

Full Changelog

22 February 2023

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

21 Feb 16:02
687305c
Compare
Choose a tag to compare

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

v1.3.2.6-alpha: Separated logic and GUI of password strength

20 Feb 15:18
5fc15d5
Compare
Choose a tag to compare

v1.3.2.5-alpha: F-strings are used for readability

20 Feb 12:22
4b7a1b9
Compare
Choose a tag to compare
  • F-strings are used instead of the + symbols to concatenate strings.

Full Changelog

20 February 2023

v1.3.2.4-alpha: Code-cleaning

19 Feb 18:33
5c78705
Compare
Choose a tag to compare
Pre-release
  • Restructured the create_password_labels function so the error is not generated 4 times anymore.

Full Changelog

19 February 2023

v1.3.2.3-alpha: Cleaner code

19 Feb 16:44
be4b117
Compare
Choose a tag to compare
Pre-release
  • Optimised the create_password_labels function of generate_password_gui.py

Full Changelog

19 February 2023