v1.0 (2017-04-26)
Implemented enhancements:
- Nitrokey App should be more accessible to screen reader users #9
Closed issues:
- Update translations #241
- Hidden volume is volatile - check on Mac #37
- 'Filling SD Card' box should not be always on top #182
- Handling of sensitive data in HID transactions #113
- Insecure Password handling #84
- Send debug messages to both file and debug window #73
Binaries notes
Binaries for Windows and OSX are code-signed. On Windows you can check downloaded file validity in file's properties. Microsoft Smart Screen will show up until file will gather enough popularity.
OSX binaries will be checked on installation. In case it would not work please use the unsigned version.
You can verify integrity of the unsigned binaries with following commands:
gpg --import szczepan_at_nitrokey.gpg
gpg --verify nitrokey-app-v1.0-unsigned.dmg.sig
gpg --verify nitrokey-app-v1.0-unsigned.dmg.sha512.sig
gsha512sum --check nitrokey-app-v1.0.dmg.sha512 # on OSX
Edit (20170901): Added code-signed binary for macOS, compiled on Qt5.9.