diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a978775..1f317a3ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,21 @@ ### New changes +* Extra [apps pack](https://download-directory.github.io/?url=https://github.com/xMasterX/unleashed-extra-pack/tree/main/apps) update required! Please download using link below, API version changed to 8.x (details below) * SubGHz: Fix counter can go higher than 16bits in protocols - Keeloq, SL, Came Atomo, Nice Flor S * SubGHz -> Plugin: WS - Add protocol Auriol HG0601A (by @LY2NEO) [(Details)](https://github.com/DarkFlippers/unleashed-firmware/issues/184) * NFC -> PR: Assets - mf classic dict update - Possible keys for Omsk transport cards (by @vadrozh | PR #181) * BadUSB -> PR: Keyboard layouts: Slovenian (si) / Croatian (hr), Bosnian (ba) (Latin, Bosnia and Herzegovina) (by @StellarStoic | PR #187) * Plugins: Update Temperature Sensor Plugin - HTU2xD, SHT2x, SI702x, SI700x, SI701x, AM2320 [(by Mywk)](https://github.com/Mywk/FlipperTemperatureSensor) * Plugins: Update HEX Viewer [(by QtRoS)](https://github.com/QtRoS/flipper-zero-hex-viewer) +* OFW: SubGhz: fix RAW "Send never ends +* OFW: Allow "Detect reader" for unsaved card +* OFW: Blocking USB driver API +* OFW: Unified Info API, App Error, Data Xchange (breaking change in API, API version was bumped to 8.x - OFW) +* OFW: Improve file name filtering +* OFW: SubGhz: fix duration pricenton protocol +* OFW: Gui: better navigation in file browser dialog +* OFW: Nfc: NTAG password auto capture (and other password-related changes) +* OFW: NFC: Accept non-parsed apps in Mifare DESFire. +* OFW: NFC: Fix MIFARE DESfire info action to open app menu #### [🎲 Download latest extra apps pack](https://download-directory.github.io/?url=https://github.com/xMasterX/unleashed-extra-pack/tree/main/apps) diff --git a/applications/main/subghz/scenes/subghz_scene_decode_raw.c b/applications/main/subghz/scenes/subghz_scene_decode_raw.c index ccfb40820..7ce5a8b3a 100644 --- a/applications/main/subghz/scenes/subghz_scene_decode_raw.c +++ b/applications/main/subghz/scenes/subghz_scene_decode_raw.c @@ -137,7 +137,7 @@ bool subghz_scene_decode_raw_next(SubGhz* subghz) { subghz->decode_raw_state = SubGhzDecodeRawStateLoaded; subghz->state_notifications = SubGhzNotificationStateIDLE; - subghz_view_receiver_add_data_progress(subghz->subghz_receiver, "100%"); + subghz_view_receiver_add_data_progress(subghz->subghz_receiver, "Done!"); return false; // No more samples available } } diff --git a/applications/plugins/hid_app/application.fam b/applications/plugins/hid_app/application.fam index 7e04f0780..86c65c2dd 100644 --- a/applications/plugins/hid_app/application.fam +++ b/applications/plugins/hid_app/application.fam @@ -10,7 +10,6 @@ App( fap_icon_assets_symbol="hid", ) - App( appid="Bluetooth_Remote", name="Bluetooth Remote", diff --git a/firmware/targets/f7/api_symbols.csv b/firmware/targets/f7/api_symbols.csv index 59435ed81..46f1288db 100644 --- a/firmware/targets/f7/api_symbols.csv +++ b/firmware/targets/f7/api_symbols.csv @@ -1,5 +1,5 @@ entry,status,name,type,params -Version,+,8.1,, +Version,+,8.11,, Header,+,applications/services/bt/bt_service/bt.h,, Header,+,applications/services/cli/cli.h,, Header,+,applications/services/cli/cli_vcp.h,,