mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge branch 'develop'
This commit is contained in:
commit
85453628e5
3 changed files with 6 additions and 11 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue