v0.2.3 (2024-11-02)
- Remove
ecdsa
dependency - Remove two step update handling on macOS
- Correct update message
- Add RPM specification file
- Add CI test to make sure versions in
pyproject.toml
andpython3-nitrokey.spec
are the same
v0.2.2 (2024-10-23)
- Relax version requirement of
cryptography
to>=41
andecdsa
to>=0.18,<=0.19
.
v0.2.1 (2024-10-21)
trussed.admin_app
: AddAdminApp.list_available_fields
function for listing all support config fields
v0.2.0 (2024-09-11)
This release refactors the code used for communication with the bootloader, reducing the number of dependencies.
trussed.admin_app
: Add error codesCONFIG_ERROR
andRNG_ERROR
toInitStatus
enum
- Update
protobuf
dependency to 5.26 - Vendor
spsdk
dependency to reduce the total number of dependencies - Replace
libusbsio
dependency withhidapi
v0.1.0 (2024-07-29)
Initial release with support for Nitrokey 3 and Nitrokey Passkey devices and the admin, provisioner and secrets app.