Nitrokey 3: Nitrokey-app2 2.6.0 and pynitrokey 0.11.4 released
By SecBurg
The updated version 2.6.0 of the Nitrokey-app2, the graphical application for managing and using Nitrokey 3 devices, has now been officially released.
Additionally, Pynitrokey, the Python client for Nitrokey devices, is now available in version 0.11.4.
You can download a precompiled binary of the Nitrokey-app2 from the release page or install it via Flatpak.
Pynitrokey can be upgraded as always by using the command
pipx upgrade pynitrokey
or download a binary from the release page.
Changes for the Nitropy-app2:
v2.6.0 Latest
Remove OpenSymbol font
Fix typo in user visible string
Update documentation
Use CCID when needed to connect to the nitrokey 3
The changes for pynitrokey:
v0.11.4 Latest
Add maintainer keys and check tag signatures in CI
ci: Fetch tags for signature verification
Update maintainers file
Update signature key
Update locked dependencies
Update developer and packaging docs
Add CODEOWNERS file
Feat/better log file handling