Skip to content

Stable Release - V1.1.6

Choose a tag to compare

@Sor3nt Sor3nt released this 31 Jul 08:15
· 98 commits to main since this release

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_power rework (deep-sleep GPIO-hold handling).
  • Bruce multiboot fully removedpartitions_multiboot.csv, patchBruce.py, and tools/bruce_multiboot.patch deleted; replaced by partitions_singleapp_16mb.csv / partitions_singleapp_4mb.csv.
  • Bootloop fixsdkconfig adjustments (PHY-calibration × BLE-PSRAM interaction).
  • Remote desktop / qFlipper — SubGHz + btshim + BLE sdkconfig tweaks.
  • Dolphin flush fixfuri/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 in buddy_hs_store.c, and calloc instead of malloc for 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...