mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Update changelog and version numbers
This commit is contained in:
parent
e4cc433433
commit
eb7ee433ab
4 changed files with 16 additions and 4 deletions
12
CHANGELOG
12
CHANGELOG
|
|
@ -1,3 +1,15 @@
|
|||
1.8.2.1 (08-09-2022)
|
||||
=========================
|
||||
- Revert a change required for KeePassXC 2.7.2 [#1714]
|
||||
|
||||
1.8.2 (06-09-2022)
|
||||
=========================
|
||||
- Fix setting toolbar icon on database lock/unlock [#1690]
|
||||
- Fix for ignoring hidden fields with segmented TOTP [#1693]
|
||||
- Fix fill after reconnect from username icon [#1708]
|
||||
- Fix new PayPal 2FA page [#1704]
|
||||
- Fix new Steam 2FA page [#1711]
|
||||
|
||||
1.8.1 (11-07-2022)
|
||||
=========================
|
||||
- Add more PayPal URL's to Predefined Sites [#1673]
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.8.2",
|
||||
"version_name": "1.8.2",
|
||||
"version": "1.8.2.1",
|
||||
"version_name": "1.8.2.1",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"author": "KeePassXC Team",
|
||||
"icons": {
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.8.2",
|
||||
"version": "1.8.2.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.8.2",
|
||||
"version": "1.8.2.1",
|
||||
"description": "KeePassXC-Browser",
|
||||
"main": "build.js",
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue