mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Version 1.1.6
This commit is contained in:
parent
b24e69ba1f
commit
a38c77fc80
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
1.1.6 (12-06-2018)
|
||||
=========================
|
||||
- Disable single username field detection [#194]
|
||||
- Fix ignored sites [#196]
|
||||
- Detect credential fields without type [#198]
|
||||
|
||||
1.1.5 (11-06-2018)
|
||||
=========================
|
||||
- Fix search fields being detected as username fields [#189]
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.1.5",
|
||||
"version_name": "1.1.5",
|
||||
"version": "1.1.6",
|
||||
"version_name": "1.1.6",
|
||||
"description": "KeePassXC integration for modern web browsers",
|
||||
"author": "KeePassXC Team",
|
||||
"icons": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue