This is the first release candidate with support for the secrets app (OTP).
Please update pynitrokey to v0.4.34 or newer before installing the firmware update.
To flash the RC firmware, download the correct firmware image and update with:
nitropy nk3 update <downloaded-file>
Warning: On Nitrokey 3 Mini devices, the internal filesystem will be migrated during the update.
- Migration will only work if your internal filesystem does not contain more than 45 Resident Keys. If you have more please remove some.
- After the update it might take up to 3 minutes for the first boot.
Never unplug the device while the LED is active!
Known issues
- To update, it is recommended to use
pynitrokey
v0.4.34 or newer. - For the Nitrokey 3 Mini, see the migration warning above.
- If you have used the OTP app in the alpha firmware, you should reset it before updating
- The firmware reports version
v1.3.0-rc1
but the correct version isv1.3.0-rc.1
- This firmware does not include the OpenPGP application. We will release a new v1.3.0 alpha version with OpenPGP soon. It is not possible to downgrade to a v1.2.2 alpha after installing this firmware.
Applications
- admin-app v0.1.0-nitrokey.2
- fido-authenticator v0.1.1 (FIDO2)
- secrets v0.8.0 (OTP)
Changed
Features
- Add secrets app (#186), implementing OTP functionality
- Return full version in status command (#172)
- Return storage information in status command (#183)
- Reduce risk of data loss by adding journaling to the internal flash (#160)
Changed
- LPC55: use the embedded runner (#97)