diff --git a/CHANGELOG b/CHANGELOG index 77ec5cf..fc4f43b 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,10 @@ -1.9.9.5 (2025-09-3) +1.9.9.6 (2025-09-09) +========================= +- Add caching to overlay detection for improved performance [#2670] +- Fix protection against form overlays [#2676] +- Fix using custom functions with Elements in TreeWalker [#2677] + +1.9.9.5 (2025-09-03) ========================= - Fix topmost input element check with labels [#2667] - Fix Custom Login Fields with topmost element check [#2673] diff --git a/dist/manifest_chromium.json b/dist/manifest_chromium.json index d020abe..3389999 100755 --- a/dist/manifest_chromium.json +++ b/dist/manifest_chromium.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "KeePassXC-Browser", - "version": "1.9.9.5", - "version_name": "1.9.9.5", + "version": "1.9.9.6", + "version_name": "1.9.9.6", "minimum_chrome_version": "93", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", diff --git a/dist/manifest_firefox.json b/dist/manifest_firefox.json index a05bc4f..3a5fbce 100644 --- a/dist/manifest_firefox.json +++ b/dist/manifest_firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "KeePassXC-Browser", - "version": "1.9.9.5", + "version": "1.9.9.6", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", "icons": { diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index d020abe..3389999 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "KeePassXC-Browser", - "version": "1.9.9.5", - "version_name": "1.9.9.5", + "version": "1.9.9.6", + "version_name": "1.9.9.6", "minimum_chrome_version": "93", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", diff --git a/package-lock.json b/package-lock.json index ed60f47..0d3cc9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "keepassxc-browser", - "version": "1.9.9.5", + "version": "1.9.9.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "keepassxc-browser", - "version": "1.9.9.5", + "version": "1.9.9.6", "license": "GPL-3.0", "dependencies": { "@npmcli/fs": "^2.1.0" diff --git a/package.json b/package.json index 7235617..91b0994 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keepassxc-browser", - "version": "1.9.9.5", + "version": "1.9.9.6", "description": "KeePassXC-Browser", "main": "build.js", "devDependencies": {