TL;DR
- NFC: FeliCa UID emulation, ST25B support improvements, MFC fixes and improvements, ISO15693 support improvements, initial NTAG write support, new card parsers
- Dolphin: new animation
- SubGhz: Gate TX support improvements
- System: mbedtls now default for all crypto operations, various fixes and improvements
- Remote: remove ble pairing option, keyboard UI cleanup
We are working on new serial API for next release, your comments are welcome #3211
Also feel free to report any issues with the new NFC stack and application https://github.com/flipperdevices/flipperzero-firmware/issues
What's Changed
- [FL-3640] NFC: Felica UID emulation by @RebornedBrain in #3190
- [FL-3686] Mifare Classic fixes by @Astrrra in #3221
- allows you to use UCS-2 in canvas_glyph_width by @bolknote in #3226
- [FL-3682] Add the secret door animation by @Astrrra in #3233
- [FL-3690] Libraries cleanup; u2f crypto rework to use mbedtls by @hedger in #3234
- ST25TB poller refining + write support by @augustozanellato in #3239
- Mifare Classic nested auth support by @augustozanellato in #3238
- [FL-3675] Ntag21x write by @RebornedBrain in #3246
- [FL-3132] HID app: Add new function key icons by @Astrrra in #3236
- [FL-3620] Add the "remove pairing" button to BLE hid by @Astrrra in #3237
- Fixed error when reading an iso15693 nfc tag with no blocks by @pborsutzki in #3229
- SubGhz: fix count bit for detect gate_tx protocol by @Skorpionm in #3253
- nfc: m1k-based Aime (non-AIC) card support by @magicnat in #3241
New Contributors
- @bolknote made their first contribution in #3226
- @pborsutzki made their first contribution in #3229
- @magicnat made their first contribution in #3241
Ongoing
- Nfc: new and old protocols support improvements, API finalization
- BadUSB, BadUART, scripting language
- UART refactoring, RPC over UART
- Furi & FuriHal improvements and preparation for release version 1.0.0
- Documentation
Full Changelog: 0.95.0-rc...0.96.0-rc