diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c20e5d9..37f086227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,41 @@ ## New changes -* !!! **Warning! After installing, Desktop settings (Favoutite apps, PIN Code, AutoLock time..) will be resetted to default due to settings changes, Please set your PIN code, Favourite apps again in Settings->Desktop** !!! -* Desktop: **New way to set favourite apps and fully configurable dummy mode** (now you can set up to 4 favourite apps!) (port of OFW PR 2972 by nminaylov) (by @gid9798 | PR #578) -* Desktop: Fix lock timer after rebooting (by @gid9798 | PR #578) -* Infrared: Updated universal assets (by @amec0e | PR #581) -* Core: Added proper error message on out of memory crash (by @Willy-JL) -* SubGHz: Fix FAAC SLH add manually issues and fix sending signals with unknown seed -* SubGHz: Temporarily reverted changes from OFW PR 2984: SubGhz: fix todo (by Skorpionm) - Fixes Enhanced Sub-GHz Chat app and various issues related to receiving signals that was found in 061 release +* **Apple BLE Spam app** (by @Willy-JL | Plus research from ECTO-1A, xMasterX and techryptic) -> (app can be found in builds ` `, `e`, `n`, `r`) +* SubGHz: **FAAC SLH - Programming mode** (by @xMasterX & @Eng1n33r (full research and PoC by @Skorpionm)| PR #585) -> [How to use](https://github.com/DarkFlippers/unleashed-firmware/blob/dev/documentation/SubGHzRemoteProg.md) +* SubGHz: FAAC SLH -> Add manually new options +* SubGHz: Fix 0xFFFF counter value being skipped +* SubGHz: Fix path reset on save name scene exit +* SubGHz: Various fixes +* SubGHz Remote: Fix Sub-GHz Remote folder name (by @OperKH | PR #583) +* SubGHz Remote: submodule (by @gid9798 | PR #592) +* Infrared: Updated universal assets (by @amec0e | PR #594) +* Infrared: Remake custom universal remotes to use new design (New icons by @Svaarich) +* UI: Keyboard ok to toggle select all in cursor mode (by @Willy-JL) +* CI/CD: Fixed regular builds having `c` in version name in the device info while not being actual `c` build +* Docs: New FAAC SLH instructions +* Docs: Readme & Changelog fixes (by @gid9798 | PR #586) +* OFW: iButton: Return to the file selection if file is corrupted +* OFW: Account for the "-" in line carry-over +* OFW: github: workflow improvements +* OFW: Storage: force mount +* OFW: Add File Naming setting for more detailed naming -> **Breaking API change, API 35.x -> API 36.x** - **Update your apps!** +* OFW: Disconnect from BLE on protobuf error +* OFW: Add support for Mifare Classic 4k SAK 0x38 ATQA 0x02, 0x04, 0x08 +* OFW: Undo some TODO +* OFW: Check the filetype of the update manifest +* OFW: StorageListRequest: size filter +* OFW: SubGhz: heap overflow text error +* OFW: nfc: add rfal wrong state error handling +* OFW: Rfid: fix crash on broken key launch from archive (fix was already done in UL in similar way) +* OFW: AC OFF button +* OFW: New IR universal remote graphics +* OFW: Intelligent probing with warnings for fwflash.py +* OFW: FuriHal: explicitly pull display pins at early init stage, move PUPD config to early stage +* OFW: Fix display last symbol in multiline text +* OFW: Properly reset the NFC device data +* OFW: fbt: various improvements and bug fixes +* OFW: Littlefs updated to v2.7.0 +* OFW: loader: restored support for debug apps +* OFW: Removed explicit dependency on scons for external scripting ----