mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Update version number and changelog
This commit is contained in:
parent
252732c22f
commit
3b019b672e
2 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,12 @@
|
|||
1.3.3 (26-03-2019)
|
||||
=========================
|
||||
- Prevent page scripts from using added DOM elements [#438]
|
||||
- Clear credentials when screen is locked [#358]
|
||||
- Fix z-order of password generator icon [#447]
|
||||
- Allow to select group when adding new credentials [#369]
|
||||
- Improve error messages [#392]
|
||||
- Fix shortcuts [#414]
|
||||
|
||||
1.3.2 (11-01-2019)
|
||||
=========================
|
||||
- Fix KeePassXC version check [#376]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"author": "KeePassXC Team",
|
||||
"icons": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue