fix #1279: error opening files with saved keyfiles

This commit is contained in:
antelle 2019-09-29 23:25:53 +02:00
parent f699ece732
commit e97572cfab
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@ FileInfoModel.defineModelProperties({
openDate: null,
keyFileName: null,
keyFileHash: null,
keyFilePath: null,
opts: null,
backup: null,
fingerprint: null

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v1.11.5 (2019-09-29)
`-` fix #1279: error opening files with saved keyfiles
##### v1.11.4 (2019-09-29)
`-` fix #1277: auto-type window matching on Linux
`-` fix #1278: entry selection auto-type window issues