diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e1f5ec5..c7f02d282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ - Picopass: Bugfixes and refactoring (by @bettse) - Portal Of Flipper: Implement auth for the xbox 360 (by @sanjay900) - Quac: Fix link imports not working, fix RAW Sub-GHz files (by @xMasterX & @WillyJL), add Sub-GHz duration setting (by @rdefeo) + - Metroflip: Added 80+ card AIDs, more AIDs for DESFire, Calypso card saving, fixed DESFire parsing, Navigo crash, Clipper timestamp (by @luu176) - Seos Compatible: Add support for reading Seader files that have SIO, Add custom zero key ADF OID (by @bettse) - WiFi Marauder: Support for new commands from ESP32Marauder 1.6.x (by @justcallmekoko) - VGM Tool: Fixed RGB firmware UART regression (by @WillyJL) diff --git a/applications/external b/applications/external index ae21e1fee..ddb800eab 160000 --- a/applications/external +++ b/applications/external @@ -1 +1 @@ -Subproject commit ae21e1feee4121fd7935167b991e588e18343e4c +Subproject commit ddb800eab514905ea4462ec4e6f4fa03b3f26d41 diff --git a/scripts/fbt_tools/fbt_extapps.py b/scripts/fbt_tools/fbt_extapps.py index 800184494..3cbda0bfe 100644 --- a/scripts/fbt_tools/fbt_extapps.py +++ b/scripts/fbt_tools/fbt_extapps.py @@ -329,6 +329,7 @@ def _validate_app_imports(target, source, env): "metroflip_", "bit_slice_to_dec", "byte_to_binary", + "read_calypso_data", "read_file", "apdu_success", "select_app",