From eab53c6a90f578ef169e7abfce91a6abc9594b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20V=C3=A4nttinen?= Date: Sun, 8 Mar 2026 10:03:31 +0200 Subject: [PATCH] Update to 1.10.0.1 (#2895) --- 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 a26a6e0..6f5e8cf 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +1.10.0.1 (2026-03-08) +========================= +- Remove webRequestBlocking permission from V3 manifests [#2893] +- Fix dynamic password input detection when replacing username [#2896] + 1.10.0 (2026-03-04) ========================= - Add preliminary support for Safari [#2800] diff --git a/dist/manifest_chromium.json b/dist/manifest_chromium.json index 89f202c..7db72e3 100755 --- a/dist/manifest_chromium.json +++ b/dist/manifest_chromium.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "KeePassXC-Browser", - "version": "1.10.0", - "version_name": "1.10.0", + "version": "1.10.0.1", + "version_name": "1.10.0.1", "minimum_chrome_version": "124", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", diff --git a/dist/manifest_firefox.json b/dist/manifest_firefox.json index a19ef81..ed6175e 100644 --- a/dist/manifest_firefox.json +++ b/dist/manifest_firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "KeePassXC-Browser", - "version": "1.10.0", + "version": "1.10.0.1", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", "icons": { diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index 89f202c..7db72e3 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "KeePassXC-Browser", - "version": "1.10.0", - "version_name": "1.10.0", + "version": "1.10.0.1", + "version_name": "1.10.0.1", "minimum_chrome_version": "124", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", diff --git a/package-lock.json b/package-lock.json index d2cfcc2..cf941af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "keepassxc-browser", - "version": "1.10.0", + "version": "1.10.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "keepassxc-browser", - "version": "1.10.0", + "version": "1.10.0.1", "license": "GPL-3.0", "dependencies": { "@npmcli/fs": "^2.1.0" diff --git a/package.json b/package.json index 7e12d0d..e631eb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keepassxc-browser", - "version": "1.10.0", + "version": "1.10.0.1", "description": "KeePassXC-Browser", "main": "build.js", "devDependencies": {