Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MYPmanager_setup.exe | 2022-05-21 | 55.4 MB | |
MYPmanager v1.1 source code.tar.gz | 2022-05-21 | 1.2 MB | |
MYPmanager v1.1 source code.zip | 2022-05-21 | 1.2 MB | |
README.md | 2022-05-21 | 1.2 kB | |
Totals: 4 Items | 57.8 MB | 0 |
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 is
float
(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
-