diff --git a/CHANGELOG.md b/CHANGELOG.md index 277758739..1f51935be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ### Added: - Settings: Show free flash amount in internal storage info (by @Willy-JL) +- Services: + - OFW: On SD insert load BT, Desktop, Dolphin, Expansion, Notification, Region files (by @gsurkov) + - On SD insert also load Momentum settings, Asset Packs, FindMy Flipper, NameSpoof, SubGHz options, and migrate files (by @Willy-JL) - OFW: RFID: Add GProxII support (by @BarTenderNZ) - OFW: iButton: Support ID writing (by @Astrrra) - OFW: FBT: Add `-Wundef` to compiler options (by @hedger) @@ -18,7 +21,9 @@ - BadKB: Lower BLE conn interval like base HID profile (by @Willy-JL) - Desktop: Refactor Keybinds, no more 63 character limit, keybinds only loaded when pressed to save RAM (by @Willy-JL) - Settings: Statusbar Clock and Left Handed options show in normal Settings app like OFW (by @Willy-JL) -- Services: Big cleanup of services and settings handling (by @Willy-JL) +- Services: + - Big cleanup of services and settings handling, refactor some old code (by @Willy-JL) + - Update all settings paths to use equivalents like OFW or UL for better compatibility (by @Willy-JL) - OFW: NFC: Refactor detected protocols list (by @Astrrra) - OFW: CCID: App refactor (by @kidbomb) - OFW: Furi: Update string documentation (by @skotopes) @@ -30,5 +35,5 @@ - OFW: JS: Ensure proper closure of variadic function in `mjs_array` (by @derskythe) ### Removed: -- OFW: Storage: Remove LFS / LittleFS Internal Storage, all config on SD Card (by @skotopes) +- OFW: Storage: Remove LFS / LittleFS Internal Storage, all config on SD Card (by @skotopes & @gsurkov) - Storage: Remove `CFG_PATH()` and `.config/` folder, `INT_PATH()` is now on SD card at `.int/` due to LFS removal and should be used instead (by @Willy-JL)