Skip to content

Releases: ttyridal/masterpassword-firefox

v3.0.0

12 Oct 00:08
Compare
Choose a tag to compare

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

07 Sep 08:40
Compare
Choose a tag to compare

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)

11 Aug 19:30
Compare
Choose a tag to compare
Pre-release

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

16 Mar 09:15
Compare
Choose a tag to compare
  • 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

15 Mar 07:34
Compare
Choose a tag to compare
2.1 beta6 Pre-release
Pre-release

Changes since beta 4

  • inject username
  • emit focus event before injecting password
  • bugfixes in password injector

2.1 beta4

07 Mar 07:23
Compare
Choose a tag to compare
2.1 beta4 Pre-release
Pre-release

Changes since beta2:

  • Update UI
  • Inject password to active input, event if that input is in a sub frame / iframe
  • Optionally submit login form after password inject
  • Configurable copy password to clipboard

2.1 beta2

12 Feb 09:50
Compare
Choose a tag to compare
2.1 beta2 Pre-release
Pre-release

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

25 Aug 19:06
Compare
Choose a tag to compare
  • 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

11 Aug 07:03
Compare
Choose a tag to compare
2.0.2 preview 2 Pre-release
Pre-release
  • 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)

2.0.2 preview 1

09 Aug 11:50
Compare
Choose a tag to compare
2.0.2 preview 1 Pre-release
Pre-release

This version improves on the following items:

  • Let user resolve conflicts when importing mpsites files (Issue #25, Issue #28)
  • various minor issues and improvements.