Skip to content

Releases: Xaeroxe/FeatherPasswordManager

Version 1.15

02 Apr 19:32
Compare
Choose a tag to compare
  • Use sessionStorage to preserve page state between refreshes. Helps with mobile browsers that frequently unload the DOM.
  • Add unload buttons to explicitly unload the data since refreshing the page no longer accomplishes this.

Version 1.14

05 Dec 17:37
Compare
Choose a tag to compare
  • Rearrange controls for a better mobile experience

Version 1.13

09 Nov 20:34
Compare
Choose a tag to compare
  • Add search box, useful for large files

Version 1.12

09 Nov 05:14
Compare
Choose a tag to compare
  • 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

20 Aug 22:05
Compare
Choose a tag to compare

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

24 May 02:22
Compare
Choose a tag to compare
  • 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

26 Apr 04:51
Compare
Choose a tag to compare
  • Rewrite password generation algorithm to permit more password permutations, while still confirming the passwords meet provided criteria.

Version 1.8

23 Feb 22:13
Compare
Choose a tag to compare
  • 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

04 Feb 02:30
Compare
Choose a tag to compare

A small but important release. We now no longer reveal the password when it is copied out of the form.

Version 1.6

22 Oct 22:54
Compare
Choose a tag to compare

Add automatic concealing of passwords, with option to toggle display