Skip to content

Releases: keepassxreboot/keepassxc-browser

Release 1.9.11

26 Nov 04:54
1.9.11

Choose a tag to compare

  • Add support for reseting all settings to defaults [#2720]
  • Add support for toJSON() with createPublicKeyCredential (passkeys) [#2734]
  • Add site exception for dei.gr [#2760]
  • Add submit button exception for Dubverse [#2759]
  • Add support for selecting a custom submit button with Custom Login Fields [#2756]
  • Fix check for Firefox browser [#2724, #2725]
  • Fix JavaScript error in console (thanks ygoe) [#2721]
  • Fix overlap check with labels [#2731]
  • Fix checking overlays before fill [#2733]
  • Fix requerying form if password input changed [#2738]
  • Fix incorrect fields variable [#2740]
  • Fix malformed page content with passkeys script injection (thanks a2kolbasov) [#2757]
  • Fix layout issues with banners [#2764]
  • Update Playwright libraries [#2727]

Release 1.9.10

05 Oct 19:02
1.9.10
c2dd4cb

Choose a tag to compare

  • Add Disable passkeys option to Site Preferences [#2694]
  • Add overlay exceptions feature to Predefined Sites [#2693]
  • Change DOM to use popover for icons and content [#2687]
  • Change some icons [#2706]
  • Fix detecting existing login combination [#2682]
  • Fix Mutation Observer to handle multiple element mutations (thanks mihai-vlc) [#2635]
  • Fix using popovers with Firefox ESR 115 [#2690]
  • Fix filling relevant entries [#2691]
  • Fix filling wrapped input fields [#2699]
  • Fix filling username to already filled field [#2700]
  • Fix ignore regex list (thanks EamonNerbonne) [#2711]
  • Fix is element inside function [#2714]
  • Fix handling window offsets for DOM content positioningΒ [#2698]
  • Refactor Site Preferences options settings page [#2666]
  • Refactor browser information function [#2709]

Release 1.9.9.6

09 Sep 16:31
1.9.9.6
8042b71

Choose a tag to compare

  • Add caching to overlay detection for improved performance [#2670]
  • Fix protection against form overlays [#2676]
  • Fix using custom functions with Elements in TreeWalker [#2677]

Release 1.9.9.5

03 Sep 12:18
1.9.9.5
1b547ac

Choose a tag to compare

  • Fix topmost input element check with labels [#2667]
  • Fix Custom Login Fields with topmost element check [#2673]

Release 1.9.9.4

29 Aug 14:05
1.9.9.4
7f062de

Choose a tag to compare

A hotfix release for clickjacking prevention changes

  • Fix topmost element check with Shadow DOM [#2659]

Release 1.9.9.3

27 Aug 10:38
1.9.9.3
3e99239

Choose a tag to compare

Protections against DOM-based extension clickjacking:

  • Add protection against style changes for wrapper div elements [#2646]
  • Add protection against for sandboxed iframes [#2648]
  • Add protection against overlays [#2651]
  • Add protection against html, body and form opacity [#2653]
  • Add error message for untrusted iframes during fill [#2649]

Release 1.9.9.2

21 Aug 11:15
23d7305

Choose a tag to compare

  • Fix parent element opacity check for better clickjacking attempt prevention [#2641]

Release 1.9.9.1

03 Jul 20:57
bfbb317

Choose a tag to compare

  • Move privacy permission to optional permissions list [#2595, #2601]

Release 1.9.9

22 Jun 14:07
c8c0ccc

Choose a tag to compare

Please note that the new feature for setting the extension as default password manager needs a new permission privacy. You will probably have a popup for accepting it after the extension has been updated.

  • Add support for opening keyboard shortcuts page with Firefox [#2524]
  • Add submit button exception for OpenAI login page [#2542]
  • Add styling changes to settings pages [#2553]
  • Add Getting Started page when extension is installed for the first time [#2570]
  • Fix retrieving credentials when switching databases in unlock dialog [#2534]
  • Fix username input field detection with Credential Banner [#2525]
  • Fix submit button detection [#2531]
  • Fix browser integration document link (thanks joetor5) [#2548]
  • Fix querying forms when saving them temporarily [#2566]
  • Fix checking input field width with segmeted TOTP fields [#2571]
  • Fix detecting password input on Atlassian login page [#2574]
  • Fix checking managed settings [#2577]
  • Fix Global Auto-Type trigger search parameters [#2585]

Release 1.9.8

20 Apr 06:35
0de621f

Choose a tag to compare

  • Add support for autocomplete=username with single input fields [#2521]
  • Add support for hiding icons manually [#2477]
  • Add support for editing Site Preferences table [#2483]
  • Fix adding non-lowercase URL to Site Preferences [#2482]
  • Fix handling XML URLs in the manifest exclude list [#2506]
  • Fix disabling passkeys script injection when site is ignored [#2500]
  • Fix page objects checks and slow start when loading managed settings [#2510]