Skip to content

Releases: browserpass/browserpass-extension

3.6.0

26 Aug 14:57
0f8608e

Choose a tag to compare

  • Remove debugger permissions (#226)
    • This results in auto-submit not working anymore on some websites in Chrome, see the linked issue for the discussion
  • Some auto-complete improvements

3.5.0

27 Jun 11:38
9250902

Choose a tag to compare

  • Implement home / end keys for popup (#187)
  • Improve autosubmit via Chromium's debugger
  • Truncate maxlength= fields (#189)
  • Detect username by autocomplete=email
  • Fix SVG icon in Firefox without allowing insecure CSS (#199)
  • Add hotkeys to tooltips (#213)
  • Fix about:XXX support in Firefox (#198)

3.4.1

19 Oct 22:12
33ff35f

Choose a tag to compare

  • Make Ctrl+C copy username if username button is focused (#183)
  • Allow data: scheme for images in CSP (#185)
  • Add alias as a valid identifier for a username field

3.4.0

19 Oct 17:01
f47ffce

Choose a tag to compare

  • Add light theme (#120)
  • Improve autofill: re-set the field value if necessary (#182)

3.3.0

14 Oct 23:31
a7d291e

Choose a tag to compare

  • Support distinguishing credentials for different ports (#179, #164)

3.2.3

10 Oct 08:16
02efc62

Choose a tag to compare

  • Follow-up to the fix in 3.2.2 to reduce calls to native host even more (3a2af64)
  • Support and prioritize fields with autocomplete attributes (#176)
  • Add note about Mozilla domains and Firefox to README (#175)

3.2.2

27 Sep 12:35
a87623f

Choose a tag to compare

  • Avoid live-updating badgeCache object (#174)

3.2.1

27 Sep 10:58
8b22fdb

Choose a tag to compare

  • Send more keyboard events to improve autofill (#171)
  • Improve domain matching to reduce false positives (#172)
  • Reduce number of calls to host app when computing badge counters (#173)

3.2.0

25 Sep 18:12
3bb7723

Choose a tag to compare

  • Add option to ignore entries matching a pattern (#161)
  • Clear credentials from clipboard after 60 seconds (#141)
  • Set an explicit, stricter CSP (#144)
  • Add privacy policy (#166)
  • Clarify security guarantees in case of extension takeover (#145)

3.1.1

25 Apr 08:07
064fe57

Choose a tag to compare

  • Add 16px pixel-drawn icon
  • Perf bugfix: reduce number of times badge counter is refreshed (#136)