Skip to content

Releases: keepassxreboot/keepassxc-browser

Release 1.10.2

29 May 16:31
1.10.2
cad893d

Choose a tag to compare

  • Fix wrapping publicKey to ArrayBuffer with passkeys [#2940]
  • Fix "Credential is excluded" error message (thanks goekce) [#2941]
  • Fix input field detection when label contains overlaying elements (thanks tiboroche) [#2948]
  • Fix sending context menu messages to current frame only [#2951]
  • Fix filling credentials with readonly username field [#2954]
  • Fix passkeys debug logging [#2959]
  • Fix use of old TOTP (thanks jknockel) [#2973]
  • Fix managed settings not applied on Chromium (thanks RGBCube) [#2969]
  • Refactor tab handling [#2944]

Release 1.10.1

03 Apr 09:31
1.10.1
449a61a

Choose a tag to compare

  • Fix regression when returning Custom Login Fields [#2924]
  • Fix TOTP icon border with Firefox [#2928]
  • Fix loading non-discarded tabs only (thanks tanriol) [#2934]

Release 1.10.0.1

08 Mar 08:08
1.10.0.1
eab53c6

Choose a tag to compare

  • Remove webRequestBlocking permission from V3 manifests [#2893]
  • Fix dynamic password input detection when replacing username [#2896]

Release 1.10.0

04 Mar 13:34
1.10.0
dd9d3d0

Choose a tag to compare

Please note: This version bumbs the minimum Firefox version from 96 to 100, and Chromium from 93 to 124.

  • Add preliminary support for Safari [#2800]
  • Add 'mfaCode' to accepted 2FA token fields (thanks hostops) [#2804]
  • Add "postcode" to ignored TOTP list (thanks JackDunnCodes) [#2793]
  • Add support for Related Origin Requests with passkeys [#2828]
  • Add support for features list [#2848]
  • Add support for publicKey in passkeys response [#2782]
  • Fix hiding form switch animation when options page loads (thanks stefansundin) [#2807]
  • Fix TOTP field detection with Microsoft sites [#2832]
  • Fix the ability to fake same-orogin with passkeys (thanks a2kolbasov) [#2849]
  • Fix detecting transitions [#2855]
  • Fix Google password input detection [#2861]
  • Fix Epic Games and Paypal password input detection [#2863]
  • Fix using invalid parameters with MutationObserver [#2784]
  • Fix ignoring partial nodeNames [#2745]
  • Fix incorrect error message on keyboard fill [#2814]
  • Fix reopen database shortcut (thanks a2kolbasov) [#2767]
  • Fix showing notifications always on the top window [#2789]
  • Fix missing digits in TOTP fill on some sites (thanks ElementW) [#2794]
  • Fix setting default redirect allowance to 3 (thanks SinnySupernova) [#2797]
  • Fix createObserver() check [#2873]
  • Fix retry on input field detection with Custom Login Fields [#2875]
  • Fix detecting new password input on forms [#2878]
  • Fix form submit to ignore password related buttons [#2882]
  • Refactor icon handling [#2791]
  • Update webextension-polyfill library [#2822]

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]