Skip to content

Releases: browserpass/browserpass-extension

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

3.5.0

27 Jun 11:38
9250902
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Support distinguishing credentials for different ports (#179, #164)