mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Update version to 1.3.0
This commit is contained in:
parent
e7e2557be9
commit
41cde4db08
2 changed files with 19 additions and 1 deletions
18
CHANGELOG
18
CHANGELOG
|
|
@ -1,3 +1,21 @@
|
|||
1.3.0 (07-10-2018)
|
||||
=========================
|
||||
- Add support for translations [#37]
|
||||
- Add quick-filter bar to credentials selection popup [#252]
|
||||
- Disable automatic filling and submission of HTTP basic-auth fields by default [#260]
|
||||
- Do not fill password fields if a manually entered username does not match retrieved credentials [#289]
|
||||
- Fix handling of websites with separate pages for username and password [#291]
|
||||
- Improve detection and handling of hidden input fields [#263, #293]
|
||||
- Fix updating credentials from the context menu [#256]
|
||||
- Improve shortcuts and add button to open shortcut settings [#304]
|
||||
- Do not mix pairing IDs across multiple databases within a session [#258]
|
||||
- Ignore certain elements on a page, such as SVGs [#246]
|
||||
- Do not show the full pairing key on the settings page [#242]
|
||||
- Default to checking for updates every 3 days [#239]
|
||||
- Hide update message when updates are turned off [#285]
|
||||
- Fix discard button not being shown when selection custom login fields [#307]
|
||||
- Update webextension polyfill to a newer version, which fixes various errors [#296]
|
||||
|
||||
1.2.0 (29-07-2018)
|
||||
=========================
|
||||
- Replace "Ignored Sites" with new "Site Preferences" settings page [#208]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"author": "KeePassXC Team",
|
||||
"icons": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue