mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Bump version number and update CHANGELOG
This commit is contained in:
parent
a348668c1c
commit
49ade74012
4 changed files with 14 additions and 5 deletions
|
|
@ -1,3 +1,12 @@
|
|||
1.8.3 (24-10-2022)
|
||||
=========================
|
||||
- Fix filling TOTP without detecting a input field combination [#1726]
|
||||
- Fix saving Custom Login Fields with iframes [#1731]
|
||||
- Fix options page checkbox colors [#1722]
|
||||
- Fix options page hamburger menu with small resolutions [#1735]
|
||||
- Fix hiding a duplicate TOTP entry [#1724]
|
||||
- Fix detecting submit button on Microsoft Login page [#1741]
|
||||
|
||||
1.8.2.2 (11-09-2022)
|
||||
=========================
|
||||
- Add support for new Access Confirm Dialog with KeePassXC 2.7.2 [#1719]
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.8.2.2",
|
||||
"version_name": "1.8.2.2",
|
||||
"version": "1.8.3",
|
||||
"version_name": "1.8.3",
|
||||
"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.2.2",
|
||||
"version": "1.8.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.8.2",
|
||||
"version": "1.8.3",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@npmcli/fs": "^2.1.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.8.2.2",
|
||||
"version": "1.8.3",
|
||||
"description": "KeePassXC-Browser",
|
||||
"main": "build.js",
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue