Releases: Abhijeetbyte/MYPmanager
MYPmanager
MYPmanager v1.5
- Improved user interface
- Changed logo & ASCII art
MYPmanager v1.4
Improvements
- Reduced application overall size, and faster load time.
- Added ANSI codes with output text messages in order to beautify a little bit.
- Released a portable version of the application
MYPmanager v1.3
Bugfixes v1.3
-
Master Password exception handing, instead of crashing the application it will throw a warning
to the user, reminding that theMaster password consists of letters and numbers only
. If the user tries to include special characters or space b/w characters. -
Corrected first time instructions:
- Use any 10
digitpassword (only letters & numbers) -> Use any 10 characters password (only letters & numbers). - This
password manageruses a Master Password -> This application uses a Master Password. etc....
- Use any 10
-
Added Portable version of the software
MYPmanager.exe
MYPmanager v1.2
Feature updates v1.2
-
Removed
all delete at once features
, to prevent accidental
mass deletions (not a good idea at all, for password managers) -
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
Feature updates and Bugfixes
-
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 isfloat
(inherent), it shouldstr
for encrypt & decrypt functions.
NaN values are replaced byUnavailable
label
-
-
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 namedMYPmanager_Backup
in case the application is accidentally uninstalled or the main directory is deleted
-
MYPmanager v1.0
This is the very first release of My Password manager