mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Version 1.1.4
This commit is contained in:
parent
20f600cce7
commit
1217769e67
2 changed files with 13 additions and 2 deletions
11
CHANGELOG
11
CHANGELOG
|
|
@ -1,3 +1,14 @@
|
|||
1.1.4 (10-06-2018)
|
||||
=========================
|
||||
- Improve performance of field detection and limit it to 100 fields [#166,#157,185]
|
||||
- Improve option to ignore fields [#170]
|
||||
- Automatically retrieve credentials after unlocking the database [#153]
|
||||
- Fix option to only save the domain name not working as intended [#151]
|
||||
- Fix credentials popup not being shown on some websites [#154]
|
||||
- Improve detection of username fields [#164]
|
||||
- Allow filling of TOTP fields when they are on a separate page [#162]
|
||||
- Ignore invisible input fields more strictly [#176]
|
||||
|
||||
1.1.3 (11-05-2018)
|
||||
=========================
|
||||
- Remove autoreconnect to prevent proxy process leakage on Windows [#147]
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.1.3",
|
||||
"version_name": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"version_name": "1.1.4",
|
||||
"description": "KeePassXC integration for modern web browsers",
|
||||
"author": "KeePassXC Team",
|
||||
"icons": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue