mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Bump version to 1.3.1
This commit is contained in:
parent
050dcbda54
commit
e8e731ea75
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
1.3.1 (11-01-2019)
|
||||
=========================
|
||||
- Fix reconnect bug with older KeePassXC version [#355]
|
||||
- Reduce CPU usage [#349]
|
||||
- Fix race condition when web page has multiple frames [#371]
|
||||
- Remove check for aria-hidden [#365]
|
||||
|
||||
1.3.0 (07-10-2018)
|
||||
=========================
|
||||
- Add support for translations [#37]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"author": "KeePassXC Team",
|
||||
"icons": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue