diff --git a/CHANGELOG b/CHANGELOG index 20677ec..33bb2b2 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +1.8.4 (19-12-2022) +========================= +- Add more PayPal addresses to Predefines Sites [#1765] +- Add new ESLint rules and file formatting [#1756] +- Change TOTP field to be always accepted with autocomplete=one-time-code [#1797] +- Fix TOTP with steamcommunity.com [#1769] +- Fix segmented TOTP detection with Epic Games [#1755] +- Fix enter key issue with Google login [#1758] +- Fix Autocomplete Menu colors on dark theme [#1770] +- Fix stylesheet loading on Shadow DOM elements [#1773] +- Update translations to repository [#1791] + +1.8.3.1 (30-10-2022) +========================= +- Remove request id from retrieve credentials request [#1761] + 1.8.3 (24-10-2022) ========================= - Fix filling TOTP without detecting a input field combination [#1726] diff --git a/build.js b/build.js index cb7c693..9f40d96 100644 --- a/build.js +++ b/build.js @@ -1,6 +1,6 @@ 'use strict'; -const fs = require('@npmcli/fs') +const fs = require('@npmcli/fs'); const util = require('util'); const exec = util.promisify(require('child_process').exec); const zaf = require('zip-a-folder'); diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index 0955a11..dafb64c 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, "name": "KeePassXC-Browser", - "version": "1.8.3.1", - "version_name": "1.8.3.1", + "version": "1.8.4", + "version_name": "1.8.4", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", "icons": { diff --git a/package-lock.json b/package-lock.json index 748b9de..071957e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "KeePassXC-Browser", - "version": "1.8.3.1", + "version": "1.8.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "KeePassXC-Browser", - "version": "1.8.3", + "version": "1.8.4", "license": "GPL-3.0", "dependencies": { "@npmcli/fs": "^2.1.0", diff --git a/package.json b/package.json index c1453ed..93f1c2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "KeePassXC-Browser", - "version": "1.8.3.1", + "version": "1.8.4", "description": "KeePassXC-Browser", "main": "build.js", "devDependencies": {