Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

Releases: browserpass/browserpass-legacy

v2.0.22

25 Jul 12:44
c00a552
Compare
Choose a tag to compare

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

19 Apr 21:58
a8ec362
Compare
Choose a tag to compare

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

16 Apr 21:52
fb35bcd
Compare
Choose a tag to compare

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

03 Apr 23:50
2c02461
Compare
Choose a tag to compare

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

28 Mar 18:14
5fcf68b
Compare
Choose a tag to compare

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

23 Mar 13:12
452ea3b
Compare
Choose a tag to compare

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

22 Mar 12:04
2f986f7
Compare
Choose a tag to compare

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

21 Mar 22:20
7f595bd
Compare
Choose a tag to compare

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

21 Mar 21:30
57808e2
Compare
Choose a tag to compare

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

19 Mar 17:45
d76a85e
Compare
Choose a tag to compare

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)