Skip to content

Releases: Abhijeetbyte/MYPmanager

MYPmanager

08 Jun 14:02
d8e881e
Compare
Choose a tag to compare

  • New GUI-based user interface, using Customtkinter and Tkinter
  • Reduced application overall size, and faster load time.
  • Optimized internal operations ( faster )

MYPmanager v1.5

30 Sep 20:28
40805dc
Compare
Choose a tag to compare
  • Improved user interface
  • Changed logo & ASCII art

MYPmanager v1.4

10 Jul 16:40
3f22489
Compare
Choose a tag to compare

Improvements

  1. Reduced application overall size, and faster load time.
  2. Added ANSI codes with output text messages in order to beautify a little bit.
  3. Released a portable version of the application

MYPmanager v1.3

07 Jun 07:40
4427482
Compare
Choose a tag to compare

Bugfixes v1.3

  1. Master Password exception handing, instead of crashing the application it will throw a warning
    to the user, reminding that the Master password consists of letters and numbers only. If the user tries to include special characters or space b/w characters.

  2. Corrected first time instructions:

    • Use any 10 digit password (only letters & numbers) -> Use any 10 characters password (only letters & numbers).
    • This password manager uses a Master Password -> This application uses a Master Password. etc....
  3. Added Portable version of the software MYPmanager.exe

MYPmanager v1.2

28 May 19:09
68f01f8
Compare
Choose a tag to compare

Feature updates v1.2

  1. Removed all delete at once features, to prevent accidental
    mass deletions (not a good idea at all, for password managers)

  2. improved search function and others

    • Like or Related words can be searched with case insensitive

    enter URL or App name, you want to search: Google

     |   index | Url/App name   | Username   | Password   |
     |---------+----------------+------------+------------|
     |       0 | google         | Jhon       | Jhon##$789 |
     |       1 | google.com     | mandy      | @mandy123  |
    
    • Multiple URL/AppName can be saved with the same name

MYPmanager v1.1

21 May 19:26
5307954
Compare
Choose a tag to compare

Feature updates and Bugfixes

  1. Bugfix : Add function

    • Avoid saving duplicate credentials

      check the existence of the given URL/AppName, cause it should be unique, to
      serve as primary key in DataFrame.
      Until a unique URL is not entered, the user will not be allowed to save the credentials.
      And user must enter URL/AppName for crossponding credentials, None/NaN values are not allowed (default)

    • NaN/ None value elements error

      if Password column element value is nan (not given by user) , it cause error
      in encryption and decryption, nan type is float (inherent), it should str
      for encrypt & decrypt functions.
      NaN values are replaced by Unavailable label

  2. Update: Additional Features and Improvements

    • Improved Edit function

      Automatically takes old credentials instead of NaN value. If user entry is found to be empty

    • Auto Backup feature

      This feature has been added, it will take the backup of data.scv file to another
      directory named MYPmanager_Backup in case the application is accidentally uninstalled or the main directory is deleted

MYPmanager v1.0

07 May 15:13
2dd86bb
Compare
Choose a tag to compare
MYPmanager v1.0 Pre-release
Pre-release

This is the very first release of My Password manager