fix #23: KeePassX compatibility issues

This commit is contained in:
Antelle 2015-11-10 20:09:59 +03:00
parent e948879f14
commit 3dfaf91211
4 changed files with 6 additions and 3 deletions

View File

@ -29,7 +29,7 @@
"dropbox": "antelle/dropbox-js#0.10.4",
"font-awesome": "~4.4.0",
"install": "~1.0.4",
"kdbxweb": "~0.2.4",
"kdbxweb": "~0.2.5",
"normalize.css": "~3.0.3",
"pikaday": "~1.3.3",
"zepto": "~1.1.6",

View File

@ -1,5 +1,5 @@
{
"name": "KeeWeb",
"version": "0.2.0",
"version": "0.2.1",
"main": "main.js"
}

View File

@ -1,6 +1,6 @@
{
"name": "keeweb",
"version": "0.2.0",
"version": "0.2.1",
"description": "KeePass web app",
"main": "Gruntfile.js",
"repository": "https://github.com/antelle/keeweb",

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v0.2.1 (2015-11-10)
Fixed KeePassX compatibility issues
##### v0.2.0 (2015-11-09)
UX improvements, offline, trash, protected fields, bugfixes
`+` improved open page ux