Releases: ArthurLeFloch/PasswordManager
v0.3.3
v0.3.2
Password Manager 0.3.2 Release Notes
This update fixes a bug: the user could click the save button (when creating a new account for example) multiple times during the web request, resulting in multiple identical accounts created.
v0.3.1
Password Manager 0.3.1 Release Notes
Small update to make the application version match with what the system see.
v0.3.0
Password Manager 0.3.0 Release Notes
Languages
This update brings two new languages:
- English (now the default one, instead of French)
- Spanish
Others
In previous releases, app version is settings was v1.0.0
, now v0.3.0
for this release.
Now, master password cannot be created empty in the first logging page.
v0.2.0
Password Manager 0.2.0 Release Notes
This release is full of changes.
Security
Before, unlike how the master password is saved, passwords of every single account were dynamically saved without encryption after logging in. Now, only encrypted versions are stored in memory, and decrypted only when needed (to display it).
New activity
A new button has been placed in each of the elements in the accounts menu. Clicking on it opens a new window (or activity) to be able to see the password.
This new window shows the password parts by parts. I think making it this way makes it easier to read. If needed, I might add an option in preferences later to display either password in its entirety or this way.
Preferences
This release brings two new elements in the settings menu:
- Default password length (for creating new accounts or editing one);
- Number of characters (in the new menu, displaying passwords parts).
v0.1.0
First release of PasswordManager