Stable Release - V1.1.6
Changelog
New Apps (FAP collection)
A large batch of external apps was added:
- Games: Roulette, Blackjack (+ split variant), Asteroids, Pong, Tetris, Snake, Dice.
- SubGHz: wmbuster (Wireless M-Bus sniffer), ProtoPirate, Weather Station.
- Misc: XRemote (
flipper_xremote), Authenticator / TOTP.
System & Firmware
- Power-off — real device power-off via the power-service unplug-USB view +
furi_hal_powerrework (deep-sleep GPIO-hold handling). - Bruce multiboot fully removed —
partitions_multiboot.csv,patchBruce.py, andtools/bruce_multiboot.patchdeleted; replaced bypartitions_singleapp_16mb.csv/partitions_singleapp_4mb.csv. - Bootloop fix —
sdkconfigadjustments (PHY-calibration × BLE-PSRAM interaction). - Remote desktop / qFlipper — SubGHz +
btshim+ BLEsdkconfigtweaks. - Dolphin flush fix —
furi/core/thread.c+furi_hal_subghz.c.
Fixes & Security
- Rotary encoder — fixes.
- Buddy firmware — V-001 security fix (OrbisAI, PR #57): explicit bounds check on the attacker-controlled frame length in
feat_capture_hs.c, oversized frames now rejected instead of silently truncated inbuddy_hs_store.c, andcallocinstead ofmallocfor the capture pool. Added an invariant test (tests/test_invariant_feat_capture_hs.c). - WLAN Evil Portal — fixes.
And much more that I no longer remember...