Skip to content

Releases: ArthurLeFloch/PasswordManager

v0.3.3

02 Nov 09:24
Compare
Choose a tag to compare

Password Manager 0.3.3 Release Notes

This update brings a few technical adjustments to make it easier to add new features or modify the app in the future.

Interaction changes

When viewing a password, the user is now able to swipe to other parts of the password.

v0.3.2

29 Oct 07:25
Compare
Choose a tag to compare

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

26 Oct 13:20
Compare
Choose a tag to compare

Password Manager 0.3.1 Release Notes

Small update to make the application version match with what the system see.

v0.3.0

26 Oct 13:08
Compare
Choose a tag to compare

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

25 Oct 20:19
Compare
Choose a tag to compare

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

24 Oct 08:28
Compare
Choose a tag to compare

First release of PasswordManager