Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarjolintu <sami.vanttinen@protonmail.com>2022-10-24 07:34:30 +0300
committervarjolintu <sami.vanttinen@protonmail.com>2022-10-24 07:34:30 +0300
commit49ade74012745a9a8ffc7cc7a3272d3aa19b233d (patch)
tree6686591cd9ef760a071b48b7a95710fd6b56f992
parenta348668c1c2b63c131ab0079a75fcf22e7dcf013 (diff)
Bump version number and update CHANGELOG
-rwxr-xr-xCHANGELOG9
-rwxr-xr-xkeepassxc-browser/manifest.json4
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 14 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 710aaca..20677ec 100755
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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]
diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json
index 9f584f6..5aefdd2 100755
--- a/keepassxc-browser/manifest.json
+++ b/keepassxc-browser/manifest.json
@@ -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": {
diff --git a/package-lock.json b/package-lock.json
index 477c466..71d73a4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -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",
diff --git a/package.json b/package.json
index 37c5c30..590db79 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "KeePassXC-Browser",
- "version": "1.8.2.2",
+ "version": "1.8.3",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {