Skip to content

Releases: browserpass/browserpass-extension

3.10.2

06 Apr 17:35
3.10.2
f1e6f5a
Compare
Choose a tag to compare

What's Changed

  • Allow auth request to proceed when browserpass window is closed by @patgmiller in #372
  • allow options window to overflow to scroll by @patgmiller in #373

Full Changelog: 3.10.1...3.10.2

3.10.1

01 Apr 08:51
3.10.1
11f65ea
Compare
Choose a tag to compare

Add update notification warning:

If you use custom stores or other settings, please configure them again.

Unfortunately, the extension lost all settings during the migration to Manifest V3.

#368

3.10.0

31 Mar 22:34
3.10.0
82002cb
Compare
Choose a tag to compare

What's Changed

  • migrate to v3 manifest by @patgmiller in #366
  • extend docs for HTTP modal auth handling by @RalfJung in #364 (now obsolete, new docs on the way)

New Contributors

Full Changelog: 3.9.0...3.10.0

3.9.0

17 Dec 12:00
3.9.0
d784d64
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.8.0...3.9.0

3.8.0

29 Oct 20:01
3.8.0
dc71d47
Compare
Choose a tag to compare

What's Changed

  • Remove the warning about outdated debian packages by @jayme-github in #275
  • Mention restricted domains workaround for firefox in the readme by @Benjamin-L in #298
  • fix enableOTP handling to match docs: prioritize store, then extension config by @uninsane in #308
  • pass the unmodified login path to the native component instead of assuming .gpg by @uninsane in #312
  • Add Ability to Manage New & Existing Passwords by @patgmiller in #290
  • Fix popup.less layout issues for Chromium browsers by @mcexit in #328
  • README: Add OTP usage by @be-neth in #252
  • Add automatic light/dark theme setting by @erayd in #329
  • Specify shortcut for opening websites by @rapidcow in #333
  • Fix typos in source code comments by @rapidcow in #334
  • Bump browserify-sign from 4.2.1 to 4.2.2 in /src by @dependabot in #335

New Contributors

Full Changelog: 3.7.2...3.8.0

3.8.0-rc1

17 Oct 11:59
3.8.0-rc1
1aa9935
Compare
Choose a tag to compare
3.8.0-rc1 Pre-release
Pre-release

What's Changed

  • Remove the warning about outdated debian packages by @jayme-github in #275
  • Mention restricted domains workaround for firefox in the readme by @Benjamin-L in #298
  • fix enableOTP handling to match docs: prioritize store, then extension config by @uninsane in #308
  • pass the unmodified login path to the native component instead of assuming .gpg by @uninsane in #312
  • Add Ability to Manage New & Existing Passwords by @patgmiller in #290
  • Fix popup.less layout issues for Chromium browsers by @mcexit in #328
  • README: Add OTP usage by @be-neth in #252
  • Add automatic light/dark theme setting by @erayd in #329

New Contributors

Full Changelog: 3.7.2...3.8.0-rc1

3.7.2

18 Jan 23:50
450cc66
Compare
Choose a tag to compare
  • Allow empty login (#232)
  • Update dependencies

3.7.1

17 Sep 11:20
63935b9
Compare
Choose a tag to compare
  • Copy OTP to clipboard only after fill (#239)

3.7.0

17 Sep 07:22
fb17d64
Compare
Choose a tag to compare
  • Add context screen & integrated TOTP support (#229)

3.6.0

26 Aug 14:57
0f8608e
Compare
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