NFC: Improve loading of parser plugins

This commit is contained in:
Willy-JL
2025-04-14 08:52:02 +01:00
parent 4ec99873f0
commit 5facd2a593
4 changed files with 14 additions and 5 deletions

View File

@@ -97,6 +97,7 @@
- NFC:
- Support MIFARE DESFire Transaction MAC file type, fixes reading some EV2+ cards (by @Willy-JL)
- Improve NDEF parser handling and display of raw non-text data (by @Willy-JL)
- Improve loading of parser plugins (by @Willy-JL)
- OFW: Added naming for DESFire cards + fix MF3ICD40 cards unable to be read (by @Demae)
- OFW: FeliCa Protocol Expose Read Block API and Allow Specifying Service (by @zinongli)
- OFW: Enable MFUL sync poller to be provided with passwords (by @GMMan)