Skip to content

Commit 8042b71

Browse files
authored
Update to 1.9.9.6 (#2683)
2 parents 362448e + de22fa3 commit 8042b71

6 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
1.9.9.5 (2025-09-3)
1+
1.9.9.6 (2025-09-09)
2+
=========================
3+
- Add caching to overlay detection for improved performance [#2670]
4+
- Fix protection against form overlays [#2676]
5+
- Fix using custom functions with Elements in TreeWalker [#2677]
6+
7+
1.9.9.5 (2025-09-03)
28
=========================
39
- Fix topmost input element check with labels [#2667]
410
- Fix Custom Login Fields with topmost element check [#2673]

dist/manifest_chromium.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 3,
33
"name": "KeePassXC-Browser",
4-
"version": "1.9.9.5",
5-
"version_name": "1.9.9.5",
4+
"version": "1.9.9.6",
5+
"version_name": "1.9.9.6",
66
"minimum_chrome_version": "93",
77
"description": "__MSG_extensionDescription__",
88
"author": "KeePassXC Team",

dist/manifest_firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "KeePassXC-Browser",
4-
"version": "1.9.9.5",
4+
"version": "1.9.9.6",
55
"description": "__MSG_extensionDescription__",
66
"author": "KeePassXC Team",
77
"icons": {

keepassxc-browser/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 3,
33
"name": "KeePassXC-Browser",
4-
"version": "1.9.9.5",
5-
"version_name": "1.9.9.5",
4+
"version": "1.9.9.6",
5+
"version_name": "1.9.9.6",
66
"minimum_chrome_version": "93",
77
"description": "__MSG_extensionDescription__",
88
"author": "KeePassXC Team",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keepassxc-browser",
3-
"version": "1.9.9.5",
3+
"version": "1.9.9.6",
44
"description": "KeePassXC-Browser",
55
"main": "build.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)