Releases: Xaeroxe/FeatherPasswordManager
Releases · Xaeroxe/FeatherPasswordManager
Version 1.15
Version 1.14
- Rearrange controls for a better mobile experience
Version 1.13
- Add search box, useful for large files
Version 1.12
- In the merge summary, add counts to the report for where each password that was chosen during merge conflict resolution came from
- Fix a rendering bug for the passwords table
- Improve accessibility for screen readers
- Supplement deprecated API usage with non-deprecated API usage.
Version 1.11
Implement loading and saving of file version 3. Fully backwards compatible with version 1 and 2.
File version 3 improvements:
- Contains unencrypted framing around the encrypted payload, which permits Feather to in some circumstances assert that the file is of the correct type. This will in most circumstances improve error messaging when a file can't be decrypted.
- Now uses Stanford JavaScript Crypto Library instead of crypto.js
- Now contains an explicit version number.
Version 1.10
- Enhance merge tool to easily copy password from a non-empty field to an empty field. Useful if the passwords for the files are the same.
Version 1.9
- Rewrite password generation algorithm to permit more password permutations, while still confirming the passwords meet provided criteria.
Version 1.8
- Use Ubuntu Mono in the password field for improved readability when revealed.
- Provide a report of how files were merged in the merge tool to help the user decide if the merged file is worth keeping.
- Fix background color for Progressive Web App icon.
Version 1.7
A small but important release. We now no longer reveal the password when it is copied out of the form.
Version 1.6
Add automatic concealing of passwords, with option to toggle display