Releases: ttyridal/masterpassword-firefox
v3.0.0
As published in the various stores
- Implement manifest v3. This is a chrome requirement and other browser would likely follow. mv3 has no practical implications for the use of masterpassword, but should in theory make life for rouge extensions harder.
- Minor bug fixes
- Public Suffix List updated
This release requires a recent browser:
- Firefox v117
- Chrome 112
- Edge 115
v2.3.0
With this release Masterpassword for Firefox is a pure webextension based addon.
Your data will be transitioned as long as you've currently installed version 2.2.x. Without the transitional 2.2 version, your site config and addon settings will be lost (you can always reimport the .mpsites) A backup is always recommended.
webextensions (v2.2.1 beta1)
This release marks the end of suport for legacy firefox addon api. This is required from Firefox v57
Additionally: minor fixes to import and export of .mpsites
version 2.2.0 final
- User interface overhaul
- Optionally inject username
- Make copy password to clipboard optional
- Rewritten for webextension
- Support KDE5 Kwallet
(for reasons of limitations in Mozilla's addon repository this release is labeled both 2.1.0 and 2.2.0)
2.1 beta6
2.1 beta4
2.1 beta2
This release is a major update to accommodate Firefox' new way of handling addons
Users of OS' key vault integration are required to install an additional helper app. Please refer to the in-app release note or wiki for further information.
Other changes:
Passwords generated on special pages like blank tabs will no longer be stored.
v2.0.2 final
- Fix: some sites did not recognize password was filled in by the addon
- Let user resolve any conflict when importing mpsites file
- avoid visual duplicates when importing mpsites file
- Improved size and speed (remove jquery dependency)
(the final release has no changes since v2.0.2pre2)
2.0.2 preview 2
- fixed issue: if user changed the master password, accepted the warning and then logged out and in again (without closing the window) the warning would still appear.
not user visible:
- remove dependency to jquery (for improved speed & size)
- avoid using innerHTML (security)