Releases: browserpass/browserpass-extension
Releases · browserpass/browserpass-extension
3.5.0
- 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
- 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
- Add light theme (#120)
- Improve autofill: re-set the field value if necessary (#182)
3.3.0
- Support distinguishing credentials for different ports (#179, #164)
3.2.3
- 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
- Avoid live-updating badgeCache object (#174)
3.2.1
- 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
- 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
- Add 16px pixel-drawn icon
- Perf bugfix: reduce number of times badge counter is refreshed (#136)
3.1.0
- Fill best matching password entry with Ctrl+Shift+F (#131)