Skip to content

Releases: waza-ari/python-desfire

v0.1.5

08 Jul 16:21
3da3522

Choose a tag to compare

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

20 Jun 19:35
6092499

Choose a tag to compare

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

22 Apr 09:48

Choose a tag to compare

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

12 Feb 19:50

Choose a tag to compare

v0.1.1

12 Feb 18:25

Choose a tag to compare

v0.1.0

12 Feb 17:58
534f006

Choose a tag to compare

New Features

feat: add support for PN532 readers via UART

Breaking changes

No breaking changes introduced.

v0.0.6

04 Feb 19:30

Choose a tag to compare

This release does not add any new features, it merely fixes the build and publish pipeline.

v0.0.5

04 Feb 19:25

Choose a tag to compare

v0.0.4

04 Feb 19:21

Choose a tag to compare

Initial release of this package. Please refer to the documentation for a list of supported features and commands.

WARNING: This package is early beta quality, please use caution.