Update to 1.10.0.1 (#2895)

This commit is contained in:
Sami Vänttinen 2026-03-08 10:03:31 +02:00 committed by GitHub
parent f1f4c1e0ff
commit eab53c6a90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 13 additions and 8 deletions

View file

@ -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]

View file

@ -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",

View file

@ -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": {

View file

@ -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",

4
package-lock.json generated
View file

@ -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"

View file

@ -1,6 +1,6 @@
{
"name": "keepassxc-browser",
"version": "1.10.0",
"version": "1.10.0.1",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {