Files
Momentum-Firmware/CHANGELOG.md
Willy-JL 268b694362 BadKB: Rewrite BadKB extras on "new" OFW BadUSB structure
- Mainly, HID interface abstractions and porting all BadKB options to it
- Tying up some loose ends, some things still not ideal but good enough
- Can customize BLE MAC address when BLE Remember is enabled
- Added BLE_ID command, alias for BT_ID (OFW BadUSB calls everything BLE)
2025-02-27 04:33:21 +00:00

3.3 KiB

Breaking Changes:

  • UL: Desktop: Option to prevent Auto Lock when connected to USB/RPC (by @Dmitry422)
    • Desktop settings will be reset, need to reconfigure
    • Keybinds will remain configured
  • OFW: JS: New gui/widget view, replaces old widget module (by @portasynthinca3)
    • Scripts using widget module will need to be updated
    • Check the gui.js example for reference usage
  • BadKB: Rewritten BadKB extras on top of "new" OFW BadUSB structure (by @Willy-JL)
    • Should be more reliable with BLE, will be easier to keep updated
    • Previous settings and pairing will be reset, need to reconfigure and pair again

Added:

  • Apps:
    • Games: Quadrastic (by @ivanbarsukov)
  • RFID:
    • OFW: EM4305 support (by @Astrrra)
    • OFW: Noralsy Format/Brand protocol (by @zinongli)
  • OFW: BadKB: Mouse control (by @jetrp1)
  • OFW: Infrared: Universal IR signal selection (by @portasynthinca3)
  • OFW: NFC: Disney Infinity KDF plugin (by @bettse)
  • Desktop:
    • UL: Option to prevent Auto Lock when connected to USB/RPC (by @Dmitry422)
    • OFW: Add the Showtime animation (by @Astrrra)
  • OFW: JS: Features & bugfixes, SDK 0.2 (by @portasynthinca3)
    • New gui/widget view, replaces old widget module
    • Support for PWM in gpio module
    • Stop eventloop on request and error

Updated:

  • Apps:
    • BH1750 Lightmeter: Update EV compute logic (by @bogdumi)
    • Cross Remote: Use firmware's IR settings (by @Willy-JL)
    • FlipWorld: NPCs, in-game menu, new controls, weapon option, many bugfixes (by @jblanked)
    • IR Intervalometer: Add Pentax camera support (by @petrikjp)
    • KeyCopier: Separate Brand and Key Format selection for ease of use (by @zinongli)
    • Metroflip: Big refactor with plugins and assets to save RAM, RavKav moved to Calypso parser (by @luu176), unified Calypso parser (by @DocSystem)
    • Picopass: Added Save SR as legacy from saved menu, fix write key 'retry' when presented with new card (by @bettse)
    • Pinball0: Prevent tilt before ball is in play, fixed Endless table by making bottom portal extend full width (by @rdefeo)
  • BadKB: Rewritten BadKB extras on top of "new" OFW BadUSB structure (by @Willy-JL)
    • Additionally, can now customize MAC address when BLE Remember is enabled
  • NFC:
    • OFW: Added naming for DESFire cards + fix MF3ICD40 cards unable to be read (by @Demae)
    • OFW: Enable MFUL sync poller to be provided with passwords (by @GMMan)
  • Infrared:
    • OFW: Add Fujitsu ASTG12LVCC to AC Universal Remote (by @KereruA0i)
    • OFW: Increase max carrier limit to 1000000 (by @skotopes)
  • OFW: API: Update mbedtls & expose AES (by @portasynthinca3)

Fixed:

  • Asset Packs: Fix level-up animations not being themed (by @Willy-JL)
  • About: Fix missing Prev. button when invoked from Device Info keybind (by @Willy-JL)
  • OFW: NFC: ST25TB poller mode check (by @RebornedBrain)
  • Furi:
    • OFW: EventLoop unsubscribe fix (by @gsurkov & @portasynthinca3)
    • OFW: Various bug fixes and improvements (by @skotopes)
    • OFW: Ensure that furi_record_create() is passed a non-NULL data pointer (by @dcoles)
  • OFW: CLI: Fixed repeat in subghz tx_from_file command (by @Jnesselr)
  • OFW: VSCode: Disabled auto-update for clangd since correct version is in the toolchain (by @hedger)
  • OFW: uFBT: Bumped action version in example github workflow for project template (by @hedger)

Removed:

  • JS: Removed old widget module, replaced by new gui/widget view