Merge branch 'UNLEASHED' into 420

This commit is contained in:
RogueMaster
2022-11-30 15:10:14 -05:00
4 changed files with 13 additions and 3 deletions

View File

@@ -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)

View File

@@ -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
}
}

View File

@@ -10,7 +10,6 @@ App(
fap_icon_assets_symbol="hid",
)
App(
appid="Bluetooth_Remote",
name="Bluetooth Remote",

View File

@@ -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,,
1 entry status name type params
2 Version + 8.1 8.11
3 Header + applications/services/bt/bt_service/bt.h
4 Header + applications/services/cli/cli.h
5 Header + applications/services/cli/cli_vcp.h