|
1 | 1 | ## New changes
|
| 2 | +* NFC: Temp fix for `iso14443_4_layer_decode_block` crash |
2 | 3 | * NFC: CharlieCard parser (by @zacharyweiss)
|
| 4 | +* SubGHz: FAAC RC XT - add 0xB button code on arrow buttons for programming mode |
3 | 5 | * SubGHz: Add Manually - Sommer FM fixes
|
4 | 6 | * SubGHz: Enabled tx-rx state on unused gpio pin by default (**external amp option was removed and is enabled by default now**)
|
5 | 7 | * SubGHz: **Status output !TX/RX on the GDO2 CC1101 pin** (by @quen0n | PR #742)
|
6 | 8 | * SubGHz: Reworked saved settings (by @xMasterX and @Willy-JL)
|
7 | 9 | * Desktop: Fixes for animation unload (by @Willy-JL)
|
| 10 | +* iButton: Updated DS1420 for latest ibutton changes |
| 11 | +* Misc: Allow no prefix usage of name_generator_make_detailed_datetime |
| 12 | +* Misc: Allow setting view dispatcher callbacks to NULL |
8 | 13 | * Misc: Added `void` due to `-Wstrict-prototypes`
|
9 | 14 | * Misc: Some code cleanup and proper log levels in nfc parsers
|
10 | 15 | * Infrared: Allow external apps to use infrared settings (by @Willy-JL)
|
11 | 16 | * JS & HAL: Various fixes and FURI_HAL_RANDOM_MAX define added (by @Willy-JL)
|
12 | 17 | * JS: **BadUSB layout support** (by @Willy-JL)
|
13 |
| -* JS: Module `widget` and path globals (by @jamisonderek) |
| 18 | +* JS: New Modules `widget`, `vgm` and path globals (by @jamisonderek) |
14 | 19 | * Apps: NFC Magic - **Gen2 writing support, Gen4 NTAG password and PACK fixes** (by @Astrrra)
|
15 |
| -* Apps: MFKey - **fixed crashes** (by @noproto) |
| 20 | +* Apps: MFKey - **fixed crashes**, add more free ram (by @noproto & @Willy-JL) |
16 | 21 | * Apps: **Check out Apps updates by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev)
|
| 22 | +* OFW PR 3616: NFC: Mf Desfire fix reading big files (by gornekich) |
| 23 | +* OFW: iButton: fix crash when deleting some keys |
| 24 | +* OFW: Desktop: cleanup error popups |
| 25 | +* OFW: Troika parser visual fixes |
| 26 | +* OFW: Fix the retry/exit confirmation prompts in iButton |
| 27 | +* OFW: nfc app: add legacy keys for plantain cards |
| 28 | +* OFW: GUI: Fix array out of bounds in menu exit |
| 29 | +* OFW: add support for S(WTX) request in iso14443_4a_poller |
| 30 | +* OFW: Mosgortrans parser output fixes |
| 31 | +* OFW: BLE: Add GapPairingNone support |
| 32 | +* OFW: iButton new UI |
| 33 | +* OFW: FuriHal: add ADC API |
| 34 | +* OFW: Mf Desfire multiple file rights support |
17 | 35 | * OFW: **Felica poller** (NFC-F)
|
18 | 36 | * OFW: Desktop/Loader: Unload animations before loading FAPs
|
19 | 37 | * OFW: JS Documentation
|
|
49 | 67 | #### Known NFC post-refactor regressions list:
|
50 | 68 | - Mifare Mini clones reading is broken (original mini working fine) (OFW)
|
51 | 69 | - NFC CLI was removed with refactoring (OFW) (will be back soon)
|
52 |
| -- Current list of affected apps: https://github.com/xMasterX/all-the-plugins/tree/dev/apps_broken_by_last_refactors |
53 |
| -- Also in app **Enhanced Sub-GHz Chat** - NFC part was temporarily removed to make app usable, NFC part of the app requires remaking it with new nfc stack |
| 70 | +- Mifare Nested not ported to latest API yet, `unlshd-065` is the latest version on old NFC API that works with "nested app" |
54 | 71 |
|
55 | 72 | ----
|
56 | 73 |
|
|
0 commit comments