Add Request ID with version check (#1719)

Add Request ID with version check
This commit is contained in:
Sami Vänttinen 2022-09-11 21:12:22 +03:00 committed by GitHub
parent 1c6c8bb141
commit f6cc6d3422
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,7 @@
1.8.2.2 (11-09-2022)
=========================
- Add support for new Access Confirm Dialog with KeePassXC 2.7.2 [#1719]
1.8.2.1 (08-09-2022)
=========================
- Revert a change required for KeePassXC 2.7.2 [#1714]

View file

@ -140,6 +140,10 @@ keepass.retrieveCredentials = async function(tab, args = []) {
keys: keys
};
if (keepass.compareVersion('2.7.2', keepass.currentKeePassXC)) {
messageData.requestID = keepassClient.getRequestId();
}
if (submiturl) {
messageData.submitUrl = submiturl;
}

View file

@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "KeePassXC-Browser",
"version": "1.8.2.1",
"version_name": "1.8.2.1",
"version": "1.8.2.2",
"version_name": "1.8.2.2",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",
"icons": {

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "KeePassXC-Browser",
"version": "1.8.2.1",
"version": "1.8.2.2",
"lockfileVersion": 2,
"requires": true,
"packages": {

View file

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