diff --git a/CHANGELOG b/CHANGELOG index 215c505..f254e1b 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +1.9.9.4 (2025-08-29) +========================= +- Fix topmost element check with Shadow DOM [#2659] + 1.9.9.3 (2025-08-27) ========================= - Add protection against style changes for wrapper div elements [#2646] diff --git a/dist/manifest_chromium.json b/dist/manifest_chromium.json index 185e9e2..95ed373 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.3", - "version_name": "1.9.9.3", + "version": "1.9.9.4", + "version_name": "1.9.9.4", "minimum_chrome_version": "93", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", diff --git a/dist/manifest_firefox.json b/dist/manifest_firefox.json index 6b09388..880b3a9 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.3", + "version": "1.9.9.4", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", "icons": { diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index 185e9e2..95ed373 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.3", - "version_name": "1.9.9.3", + "version": "1.9.9.4", + "version_name": "1.9.9.4", "minimum_chrome_version": "93", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", diff --git a/package-lock.json b/package-lock.json index 53a6f0e..e4fe3ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "keepassxc-browser", - "version": "1.9.9.3", + "version": "1.9.9.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "keepassxc-browser", - "version": "1.9.9.3", + "version": "1.9.9.4", "license": "GPL-3.0", "dependencies": { "@npmcli/fs": "^2.1.0" diff --git a/package.json b/package.json index af827a0..f732c86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keepassxc-browser", - "version": "1.9.9.3", + "version": "1.9.9.4", "description": "KeePassXC-Browser", "main": "build.js", "devDependencies": {