Releases: browserpass/browserpass-legacy
Releases · browserpass/browserpass-legacy
v2.0.22
Changes to the host app:
- Add pledge for getpw on OpenBSD (no changes for other operating systems) (#260)
Changes to the browser extension:
- Allow using left / right arrows to select buttons (#279)
v2.0.21
Changes to the host app:
- Updated dependencies to fix OTP parsing (fixes #255, this time for real)
Changes to the browser extension:
- Add "Copy OTP code" button (#257) (fixes #256)
v2.0.20
Changes to the host app:
- Support per-site configuration for autoSubmit in pass entries (#252) (fixes #251)
- Updated dependencies to fix OTP parsing (fixes #255)
Changes to the browser extension:
- Support per-site configuration for autoSubmit in pass entries (#252) (fixes #251)
v2.0.19
There are no changes to the host app.
- Feel free to keep using the previous version.
Changes to the browser extension:
- Open URL in the current tab, hold Shift to open a new tab instead (#249)
- Use store path as hover title for store badge (#247)
- Load settings before initializing the popup (#246)
- Improve readability of custom store inputs with dark theme in FF
- Update all dependencies (#245)
v2.0.18
Changes to the host app:
- Allow configuring multiple custom password stores (#237, fixes #98, #34, #77)
- Implement -v to show host app version (fixes #238)
- Improve error reporting
Changes to the browser extension:
- Allow configuring multiple custom password stores (#237, fixes #98, #34, #77)
- Make copy to clipboard or open URL work on the first try if pinentry dialog was shown (fixes #241, only in Chrome!)
- Improve error reporting
v2.0.17
There are no changes to the host app.
- Feel free to keep using the previous version.
Changes to the browser extension:
- Added titles to buttons for a better user experience (#232)
- Refactor basic auth (#233)
- Disable wrapping on filter box (fix #234)
v2.0.16
There are no changes to the host app.
- Feel free to keep using the previous version.
Changes to the browser extension:
- [SECURITY] Fix for credential leak vector #231 (fixes #230)
v2.0.15
There are no changes to the host app.
- Feel free to keep using the previous version.
Changes to the browser extension:
- Make sure all important notifications are shown during update (important when jumping through versions)
v2.0.14
Changes to the host app:
- Support
url:
metadata that configures which URL to open (#224, fixes #214)
- Allow using a bare TOTP token instead of an
otpauth://
URL (#226)
Changes to the browser extension:
- Add button to launch URLs & support basic auth (#224, fixes #214, fixes #103)
v2.0.13
There are no changes to the host app.
- Feel free to keep using the previous version.
Changes to the browser extension:
- Implement as-you-type filtering (#220, fixes #211)
- Make Enter submit the first entry (#220, fixes #40)
- Show notification on update with major changes (#221, fixes #219)