1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-22 07:16:38 +02:00

fix #544: read files with empty binaries

(cherry picked from commit cbe9d0e)
This commit is contained in:
antelle 2017-02-27 23:54:31 +01:00 committed by Antelle
parent c651343f80
commit f573c205f7
2 changed files with 8 additions and 5 deletions

View File

@ -26,12 +26,12 @@
"baron": "2.2.2",
"bourbon": "4.2.7",
"dropbox": "keeweb/dropbox-js#0ac0efdc2711eece73f6ac044459e1fd0d5e9390",
"font-awesome": "4.6.3",
"kdbxweb": "a4d58631f2c98667e0de2f46915db2dd79bddd07",
"normalize.css": "4.2.0",
"pikaday": "1.4.0",
"font-awesome": "4.7.0",
"kdbxweb": "1.0.1",
"normalize.css": "5.0.0",
"pikaday": "1.5.1",
"FileSaver.js": "eligrey/FileSaver.js",
"jquery": "3.1.0",
"jquery": "3.1.1",
"jsqrcode": "antelle/jsqrcode#0.1.3",
"argon2-browser": "0.0.5"
}

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v1.4.1 (TBD)
`+` fix #544: read files with empty binaries
##### v1.4.0 (2017-02-04)
KDBX4 format support and minor improvements
`+` password generator usability improvements