mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Bump version to 1.3.2
This commit is contained in:
parent
c33f276e0a
commit
4a8d0fbf10
2 changed files with 16 additions and 4 deletions
18
CHANGELOG
18
CHANGELOG
|
|
@ -1,9 +1,21 @@
|
|||
1.3.1 (11-01-2019)
|
||||
1.3.2 (11-01-2019)
|
||||
=========================
|
||||
- Fix reconnect bug with older KeePassXC version [#355]
|
||||
- Reduce CPU usage [#349]
|
||||
- Fix KeePassXC version check [#376]
|
||||
- Fix race condition when web page has multiple frames [#371]
|
||||
- Remove check for aria-hidden [#365]
|
||||
- Reduce CPU usage [#349]
|
||||
|
||||
1.3.1 (11-01-2019)
|
||||
=========================
|
||||
- Fix database unlocking [#309]
|
||||
- Add new key icon [#333]
|
||||
- Add keyboard shortcut configuration page for Firefox [#326]
|
||||
- Fix reconnect bug with older KeePassXC version [#354]
|
||||
- Improve input field detection [#314]
|
||||
- Remove unnecessary white space from translation files [#325]
|
||||
- URL change detection [#340]
|
||||
- HTTP auth credential requests are now handled separately (requires KeePassXC 2.4.0) [#343]
|
||||
- Site preferences fixes [#338]
|
||||
|
||||
1.3.0 (07-10-2018)
|
||||
=========================
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"author": "KeePassXC Team",
|
||||
"icons": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue