Releases: waza-ari/python-desfire
v0.1.5
Features
PN532: timeout when waiting for a target is now configurable. Default behavior hasn't changed. Usage:
device = PN532UARTDevice(
PN532_UART_PORT,
timeout=0.1, # Optional, is passed to the pyserial constructor as before
listen_timeout=0.5 # New, optional, is passed to _listen_for_passive_target() command
)Bugfixes
✏️ The version command allows the code to detect if a connection was made. The wakeup makes connecting more reliable. by @veloyage
Contributors
Thanks to @veloyage for their contributions!
Full Changelog: v0.1.4...v0.1.5
v0.1.4
This release introduces a bug fixes that prevented applications from being deleted.
Features
No new features introduced in this release.
Bugfixes
✏️ fix: deleting application should use PLAIN as tx_mode by @MRUnbekanntOP
Contributors
Thanks to @MRUnbekanntOP for their contributions!
Full Changelog: v0.1.3...v0.1.4
v0.1.3
This release introduces two bug fixes that prevented the master keys from being changed.
Features
No new features introduced in this release.
Bugfixes
✏️ fix PICC key changes to AES by @veloyage
✏️ Fix reversed app IDs by @veloyage
Contributors
Thanks to @veloyage for their contributions!
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
v0.1.0
New Features
feat: add support for PN532 readers via UART
Breaking changes
No breaking changes introduced.