From 57b3600f0893b23ec376d9d246e91c1b048cdf4e Mon Sep 17 00:00:00 2001 From: varjolintu Date: Wed, 3 Sep 2025 12:01:19 +0300 Subject: [PATCH] Update to 1.9.9.5 --- CHANGELOG | 5 +++++ dist/manifest_chromium.json | 4 ++-- dist/manifest_firefox.json | 2 +- keepassxc-browser/manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f254e1b..77ec5cf 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +1.9.9.5 (2025-09-3) +========================= +- Fix topmost input element check with labels [#2667] +- Fix Custom Login Fields with topmost element check [#2673] + 1.9.9.4 (2025-08-29) ========================= - Fix topmost element check with Shadow DOM [#2659] diff --git a/dist/manifest_chromium.json b/dist/manifest_chromium.json index 95ed373..d020abe 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.4", - "version_name": "1.9.9.4", + "version": "1.9.9.5", + "version_name": "1.9.9.5", "minimum_chrome_version": "93", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", diff --git a/dist/manifest_firefox.json b/dist/manifest_firefox.json index 880b3a9..a05bc4f 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.4", + "version": "1.9.9.5", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", "icons": { diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index 95ed373..d020abe 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.4", - "version_name": "1.9.9.4", + "version": "1.9.9.5", + "version_name": "1.9.9.5", "minimum_chrome_version": "93", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", diff --git a/package-lock.json b/package-lock.json index e4fe3ab..ed60f47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "keepassxc-browser", - "version": "1.9.9.4", + "version": "1.9.9.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "keepassxc-browser", - "version": "1.9.9.4", + "version": "1.9.9.5", "license": "GPL-3.0", "dependencies": { "@npmcli/fs": "^2.1.0" diff --git a/package.json b/package.json index f732c86..7235617 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keepassxc-browser", - "version": "1.9.9.4", + "version": "1.9.9.5", "description": "KeePassXC-Browser", "main": "build.js", "devDependencies": {