Skip to content

Commit 8d75af8

Browse files
committed
update changelog
1 parent aaa7c81 commit 8d75af8

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* NFC: **EMV Fixes and imporvements** (old saved files may be not compatible now) (by @wosk & @Leptopt1los | PR #702)
33
* NFC: **Parsers refactoring** (by @Leptopt1los)
44
* NFC: **Kazan parser improved** - token parse option added (by @Leptopt1los)
5-
* NFC: Update ndef parser, mf classic dict changes (by @Willy-JL)
5+
* NFC: **Update ndef parser**, mf classic dict changes (by @Willy-JL)
66
* RFID: Test swap of em4100 t5577 blocks (details in issue 3463 OFW)
77
* Infrared: Update universal remote assets (by @amec0e | PR #718 #719)
88
* SubGHz: Add 430.50 mhz (by @MizumasuShoichi | PR #721)
@@ -13,11 +13,19 @@
1313
* HID App: merge official fw hid app keyboard changes
1414
* Misc: Use non prefixed names for regular files with random name
1515
* Misc: Revert usb cdc config changes to verify issue (storage timeout during firmware update) (OFW 3452)
16+
* Misc: Fixes for text box and uart echo demo app, remove duplicated emv parser plugin (by @Willy-JL)
1617
* Expansion `is_connected` API to check for VGM (by @HaxSam)
17-
* New JavaScript Modules `UsbDisk`,`badusb.quit() + altstring`,`SubGHz`,`Submenu`,`BleBeacon`,`Keyboard`,`Math`,`GPIO` (by @Willy-JL, @Spooks4576, @Sil333033, @oldip)
18+
* New JavaScript Modules `UsbDisk`,`badusb.quit() + altstring`,`SubGHz`,`Submenu`,`BleBeacon`,`Keyboard`,`Math`,`GPIO`, `textbox` (by @Willy-JL, @Spooks4576, @Sil333033, @oldip)
19+
* Apps: **BadBT renamed and moved from Apps-Bluetooth to Apps-Tools as BadKB**
1820
* Apps: Added **FindMy Flipper** app
19-
* Apps: NFC Magic - **Gen4 improvements, Gen2 writing support**
21+
* Apps: NFC Magic - **Gen4 improvements**
2022
* Apps: **Check out Apps updates by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev)
23+
* OFW: BLE/GAP fixes
24+
* OFW: Add support for Pioneer SR IR remotes
25+
* OFW: fbt/ufbt: Ensure POSIX paths are passed to GDB on all platforms
26+
* OFW: Add support for DEFAULT_STRING_DELAY in Bad USB App
27+
* OFW: Adding F13-F24 function key support to BadUSB
28+
* OFW PR 3532: NFC UI fixes (by gornekich)
2129
* OFW PR 3504: NFC: **Slix privacy password reveal and Desfire detect fix** (by gornekich)
2230
* OFW: **Infrared fixes and more**
2331
* OFW: NFC Parsers cosmetic fixes

applications/main/nfc/application.fam

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ App(
232232
apptype=FlipperAppType.PLUGIN,
233233
entry_point="emv_plugin_ep",
234234
targets=["f7"],
235-
requires=["nfc", "storage"],
235+
requires=["nfc"],
236236
sources=["plugins/supported_cards/emv.c", "helpers/nfc_emv_parser.c"],
237237
)
238238

0 commit comments

Comments
 (0)