Skip to content

v1.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nitrokey-ci nitrokey-ci released this 31 Mar 13:36
· 520 commits to main since this release
v1.3.0
2e035ca

This release is currently in internal testing, signed binaries to be used with nitropy will be uploaded within the next days

This release adds support for One-Time Passwords (OTP) via the Secrets App.

This update requires pynitrokey v0.4.35 or newer.

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, you have to use pynitrokey v0.4.35 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.
  • Directly after the update, nitropy nk3 test or nitropy nk3 status may report an IFS or EFS error. This is expected and should be fixed by rebooting the device. Please open an issue or contact support if the error still occurs after a reboot.

Applications

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)

Bugfixes

  • Use upstream usbd-ccid, including fixed panics and compatibility issues (#164)
  • Improve compatibility of FIDO (#180)
  • Fix a panic with ctaphid (#184)