fix #544: read files with empty binaries

This commit is contained in:
antelle 2017-02-27 23:54:31 +01:00
parent 8a14d0f4e9
commit cbe9d0e691
2 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"bourbon": "4.2.7",
"dropbox": "keeweb/dropbox-js#0ac0efdc2711eece73f6ac044459e1fd0d5e9390",
"font-awesome": "4.7.0",
"kdbxweb": "1.0.0",
"kdbxweb": "1.0.1",
"normalize.css": "5.0.0",
"pikaday": "1.5.1",
"FileSaver.js": "eligrey/FileSaver.js",

View File

@ -8,6 +8,9 @@ Release notes
`+` `kw.require` now provides access to modules
`+` showOnlyFilesFromConfig config option
##### 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