diff --git a/CHANGELOG b/CHANGELOG index 33bb2b2..c748bc2 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,20 @@ +1.8.5 (26-02-2023) +========================= +- Add adf.ly TOTP to Predefined Sites +- Change default redirect value from 1 to 3 with Credential Banner [#1842] +- Fix filling String Fields to readonly fields [#1857] +- Fix filling from Username Icon at reconnect [#1856] +- Fix possible false-positives with Credential Banner [#1782] +- Fix update interval check [#1848] +- Fix allowing fill to readonly fields [#1841] +- Fix removing icon from internal lists after hiding it [#1836] +- Fix showing an empty login popup after database lock [#1835] +- Fix updating Autocomplete Menu on database lock [#1827] +- Fix extension behavior for Auto-Open [#1825] +- Refactor Site Preferences wildcards with a new implementation [#1851] +- Refactor popup code to use Manifest V3 compatible API calls [#1822] +- Update ESLint to use recommended ruleset instead of airbrb-base [#1816] + 1.8.4 (19-12-2022) ========================= - Add more PayPal addresses to Predefines Sites [#1765] diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index dafb64c..53a0753 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, "name": "KeePassXC-Browser", - "version": "1.8.4", - "version_name": "1.8.4", + "version": "1.8.5", + "version_name": "1.8.5", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", "icons": { diff --git a/keepassxc-browser/options/options.html b/keepassxc-browser/options/options.html index 5fe0ced..5f72f15 100644 --- a/keepassxc-browser/options/options.html +++ b/keepassxc-browser/options/options.html @@ -68,7 +68,7 @@ diff --git a/package-lock.json b/package-lock.json index 50836b2..cefa298 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "KeePassXC-Browser", - "version": "1.8.4", + "version": "1.8.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "KeePassXC-Browser", - "version": "1.8.4", + "version": "1.8.5", "license": "GPL-3.0", "dependencies": { "@npmcli/fs": "^2.1.0", diff --git a/package.json b/package.json index 670a71d..80fd26a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "KeePassXC-Browser", - "version": "1.8.4", + "version": "1.8.5", "description": "KeePassXC-Browser", "main": "build.js", "devDependencies": {