mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Update changelog and increase version to 1.2.0
This commit is contained in:
parent
c571236ce1
commit
40dbe72c48
2 changed files with 11 additions and 2 deletions
10
CHANGELOG
10
CHANGELOG
|
|
@ -1,3 +1,13 @@
|
|||
1.2.0 (29-07-2018)
|
||||
=========================
|
||||
- Replace "Ignored Sites" with new "Site Preferences" settings page [#208]
|
||||
- Fix checks throwing errors [#207, #222]
|
||||
- Ignore more non-input elements [#212, 210]
|
||||
- Fix URL matching when there is a trailing slash [#231]
|
||||
- Allow infiting waiting on "Remember Credentials" popup [#232]
|
||||
- Minor user interface adjustments [#233, #230, #213]
|
||||
- Improve search field detection [#195]
|
||||
|
||||
1.1.7 (13-06-2018)
|
||||
=========================
|
||||
- Fix credential field detection regression [#199]
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.1.7",
|
||||
"version_name": "1.1.7",
|
||||
"version": "1.2.0",
|
||||
"description": "KeePassXC integration for modern web browsers",
|
||||
"author": "KeePassXC Team",
|
||||
"icons": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue