mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Update version to 1.0.1
This commit is contained in:
parent
9ad8ec0bcb
commit
063c048625
2 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
1.0.1 (04-03-2018)
|
||||
=========================
|
||||
- Don't fill password fields if they already have data
|
||||
- Fix custom placeholders
|
||||
- Fix input type checks
|
||||
- Fix custom input fields with multiple tabs
|
||||
|
||||
1.0.0 (27-02-2018)
|
||||
=========================
|
||||
- First stable release
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.0.0",
|
||||
"version_name": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"version_name": "1.0.1",
|
||||
"description": "KeePassXC integration for modern web browsers",
|
||||
"author": "KeePassXC Team",
|
||||
"icons": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue