Release 2.5.1 includes various small improvements.
- Option to hide the mask button (#23)
- Simplified mask button placement (#25, #28)
- Remove unused CSS class
.hidden
(#26) - Only start content-script code after options are loaded from storage
- Revamped workflow: you do not have to enter your password in the website anymore.
- Reworked UI: updated design, the popup is now a Page Action instead of a Browser Action, and respects the browser UI style.
- The addon now uses the WebExtensions Storage API with which settings persist.
- You can choose to use your Firefox account to synchronize settings across devices
- A new password strength option "Custom" allows you to customize hash word generation in compatibility mode. This should now make it possible to generate hash words which are identical to the old extension with any possible combination of flags.
- The portable page now has a button to copy the hash word to the clipboard
- The options page and popup are styled using "browser-style" to look more like native UI elements
- Fix portable page handling of compatibility mode for individual sites.
- Identical to 2.3.8, new patch release due to AMO issues
- Fix portable page to properly handle compatibility mode for individual tags (i.e. tags with empty seed in configuration, or tags prefixed with compatible: if using portable page exclusively)
- Code hygiene changes
- Initial release on AMO after forking from ...
- Improved Javascript code for the portable page that doesn't produce errors in the JS console
- Improved GUID generation for private key. Now uses
crypto.getRandomValues()
instead ofMath.random()
- Fix portable page generation for Firefox
- Fix potential XSS in portable page javascript