From a0bcf3c78c45ec034b94a79e83c22266ff26da22 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Thu, 10 May 2018 18:27:28 +0300 Subject: [PATCH 1/2] Remove automatic username field add --- keepassxc-browser/keepassxc-browser.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/keepassxc-browser/keepassxc-browser.js b/keepassxc-browser/keepassxc-browser.js index 87e6bf0..3abc4f0 100755 --- a/keepassxc-browser/keepassxc-browser.js +++ b/keepassxc-browser/keepassxc-browser.js @@ -894,15 +894,6 @@ cipFields.getAllCombinations = function(inputs) { } } - // If only username field found, add it to the array - if (fields.length === 0 && uField) { - const combination = { - username: uField[0].getAttribute('data-cip-id'), - password: null - }; - fields.push(combination); - } - return fields; }; From a05c6dcd559246ce8e8320408d23cadfb1a729ab Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Thu, 10 May 2018 20:27:41 +0200 Subject: [PATCH 2/2] Version 1.1.2 --- CHANGELOG | 4 ++++ keepassxc-browser/manifest.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ff6c804..fa28517 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +1.1.2 (10-05-2018) +========================= +- Fix credentials being requested for non-login fields [#144] + 1.1.1 (10-05-2018) ========================= - Improve dynamic input field detection [#117] diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index 727d865..13d2047 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, "name": "KeePassXC-Browser", - "version": "1.1.1", - "version_name": "1.1.1", + "version": "1.1.2", + "version_name": "1.1.2", "description": "KeePassXC integration for modern web browsers", "author": "KeePassXC Team", "icons": {