mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1805 from keepassxreboot/update_version_to_184
Update version and changelog for 1.8.4
This commit is contained in:
commit
2cc86fad92
5 changed files with 22 additions and 6 deletions
16
CHANGELOG
16
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]
|
||||
|
|
|
|||
2
build.js
2
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');
|
||||
|
|
|
|||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.8.3.1",
|
||||
"version": "1.8.4",
|
||||
"description": "KeePassXC-Browser",
|
||||
"main": "build.js",
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue