From 5e81ca73c106d11aaf04921ae95b0e15cb73e6a4 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Wed, 17 Nov 2021 08:39:09 +0200 Subject: [PATCH] Upgrade version --- CHANGELOG | 51 +++++++++++++++++++++++++++++++++ keepassxc-browser/manifest.json | 4 +-- package-lock.json | 4 +-- package.json | 2 +- 4 files changed, 56 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4813b85..3ae65b8 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,54 @@ +1.7.10.1 (17-11-2021) +========================= +- Fix interfering with mouse events [#1447] + +1.7.10 (16-11-2021) +========================= +- Add support for resolving TOTP field by parent selector [#1381] +- Add support for triggering Global Auto-Type from the extension (2.7.0 and newer) [#1265] +- Add support for launching KeePassXC password generator from the extension (2.7.0 and newer) [#1329] +- Add support for extension reload keyboard shortcut [#1434] +- Add scrolling to Autocomplete Menu [#1439] +- Change update check default value to Never [#1404] +- Fix login page problems with Apple, Twitter, Fidelity and LinkedIn [#1392, #1429, #1445] +- Fix filling dynamic popups [#1388] +- Fix segmented TOTP field with text type [#1396] +- Fix white flash from options page [#1440] +- Fix selecting text content of field when no credentials [#1443] +- Fix autofill with tab key when Autocomplete Menu is closed [#1438] +- Fix CSS leaking that causes possible fingerprinting [#1386] +- Fix some general CSS theme issues [#1389, #1435] +- Update libraries for scripts [#1407] + +1.7.9.1 (22-07-2021) +========================= +- Revert form visibility check [#1380] + +1.7.9. (21-07-2021) +========================= +- Add support for file:// protocol in Site Preferences [#1317] +- Fix for checking Custom Fields [#1320] +- Fix affecting slidein animations [#1335] +- Fix credential retrieval on page reload [#1338] +- Fix password generation fill [#1374] +- Fix for querying elements from Shadow DOM [#1376] +- Fix form detection from style attribute [#1351] +- Ignore prereleases on update check [#1349] +- Ignore transparent forms [#1368] +- TOTP fixes [#1350, #1363] + +1.7.8.1. (12-04-2021) +========================= +- Fix TOTP sorting [#1304] + +1.7.8 (10-04-2021) +========================= +- Fix filling Autocomplete Menu from keyboard [#1294] +- Fix ID and Name check for page form [#1290] +- Fix filling from extension popuo [#1296] +- Accepted OTP fields addition [#1301] +- Improve eBay login flow [#1299] + 1.7.7 (30-03-2021) ========================= - Add support for credential sorting (KeePassXC side option will be removed) [#1280] diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index 6f0ea64..2d156f7 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, "name": "KeePassXC-Browser", - "version": "1.7.10", - "version_name": "1.7.10", + "version": "1.7.10.1", + "version_name": "1.7.10.1", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", "icons": { diff --git a/package-lock.json b/package-lock.json index 9cfd611..6633bbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "KeePassXC-Browser", - "version": "1.7.10", + "version": "1.7.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "KeePassXC-Browser", - "version": "1.7.10", + "version": "1.7.10.1", "license": "GPL-3.0", "dependencies": { "file-url": "^3.0.0", diff --git a/package.json b/package.json index 4c321f6..c4e3713 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "KeePassXC-Browser", - "version": "1.7.10", + "version": "1.7.10.1", "description": "KeePassXC-Browser", "main": "build.js", "devDependencies": {