Update version and changelog for 1.8.4

This commit is contained in:
varjolintu 2022-12-18 16:26:06 +02:00
parent 54bf737f33
commit 27562a3ce3
5 changed files with 22 additions and 6 deletions

View file

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

View file

@ -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');

View file

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

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "KeePassXC-Browser",
"version": "1.8.3.1",
"version": "1.8.4",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {