Skip to content

Releases: flipperdevices/flipperzero-firmware

1.0.1

10 Sep 11:33
Compare
Choose a tag to compare

TL;DR

  • Dolphin: New animation. Configurable "always happy" mode.
  • LF RFID: G-Prox/EM4100 mis-detection fix and other GProx support improvements.
  • NFC: "Detect Reader" was renamed to "Extract MF Keys". Ultralight unlock crash fix. Various bug fixes and improvements.
  • Infrared: Various new additions to universal TV remote. Better error reporting.
  • Furi: A lot of improvements and optimizations in various core primitives.
  • BadUSB: New Linux examples.
  • Toolbox: New integer parsing library, more explicit, much wow.
  • All apps: Better file loading error reporting.
  • Sub-GHz: Various bug fixes and improvements.
  • GUI: Dialog_ex now owns its own buffers. New up/down button elements. Event loop can now be borrowed from view dispatcher.
  • RPC / Extension: Modules now have the ability to enable 5v throw RPC or Extension protocol.

What's Changed

New Contributors

Full Changelog: 0.105.0...1.0.1

1.0.1-rc

09 Sep 21:26
Compare
Choose a tag to compare
1.0.1-rc Pre-release
Pre-release

TL;DR

  • Dolphin: New animation. Configurable "always happy" mode.
  • LF RFID: G-Prox/EM4100 mis-detection fix and other GProx support improvements.
  • NFC: "Detect Reader" was renamed to "Extract MF Keys". Ultralight unlock crash fix. Various bug fixes and improvements.
  • Infrared: Various new additions to universal TV remote. Better error reporting.
  • Furi: A lot of improvements and optimizations in various core primitives.
  • BadUSB: New Linux examples.
  • Toolbox: New integer parsing library, more explicit, much wow.
  • All apps: Better file loading error reporting.
  • Sub-GHz: Various bug fixes and improvements.
  • GUI: Dialog_ex now owns its own buffers. New up/down button elements. Event loop can now be borrowed from view dispatcher.
  • RPC / Extension: Modules now have the ability to enable 5v throw RPC or Extension protocol.

What's Changed

New Contributors

Full Changelog: 0.105.0-rc...1.0.1-rc

1.0.0-rc

08 Sep 23:34
Compare
Choose a tag to compare
1.0.0-rc Pre-release
Pre-release

TL;DR

  • Dolphin: new animation, configurable always happy mode
  • LFRFID: GProx/EM4100 mis-detection fix and other GProx support improvements
  • NFC: 'Detect Reader' was renamed to 'Extract MF Keys', Ultralight unlock crash fix, various bug fixes and improvements
  • Infrared: various new additions to universal TV remote, better error reporting
  • Furi: a lot of improvements and optimizations in various core primitives
  • BadUSB: new linux examples
  • Toolbox: new integer parsing library, more explicit, much wow.
  • All apps: better file loading error reporting
  • SubGhz: various bug fixes and improvements
  • Gui: dialog_ex now owns it's own buffers, new up/down button elements, event loop now can be borrowed from view dispatcher
  • RPC / Extension: modules now have ability to enable 5v throw RPC or Extension protocol

What's Changed

New Contributors

Full Changelog: 0.105.0-rc...1.0.0-rc

0.105.0

15 Aug 01:56
Compare
Choose a tag to compare

!!! Important Note !!!

This update will reset your PIN code. Please set it up again in Settings -> Desktop.

TL;DR

  • Storage: All system files now stored on SD card (no more internal LFS storage), performance improved
  • BLE: Lower connection interval, 2~4x performance improvements
  • BuildTool: Updated toolchain, IDE integration improvements, image converters and validators, various bug fixes and improvements
  • LFRFID: GProxII protocol support thanks to @BarTenderNZ
  • SubGhz: Dickert MAHS protocol support thanks to @OevreFlataeker
  • NFC: Fix incorrect FIFO handling, various bug fixes and improvements
  • GUI: New number input module thanks to @leedave
  • Furi: New EventLoop primitives, various bug fixes and improvements
  • Infrared: Various improvements in HAL
  • Documentation: New examples
  • Archive: Fixed a bug when application files with uppercase extensions were not shown

What's Changed

New Contributors

Full Changelog: 0.104.0...0.105.0

0.105.0-rc

09 Aug 09:00
Compare
Choose a tag to compare
0.105.0-rc Pre-release
Pre-release

!!! Important Note !!!

This update will reset your PIN code. Please set it up again in Settings -> Desktop.

TL;DR

  • Storage: All system files now stored on SD card (no more internal LFS storage), performance improved
  • BLE: Lower connection interval, 2~4x performance improvements
  • BuildTool: Updated toolchain, IDE integration improvements, image converters and validators, various bug fixes and improvements
  • LFRFID: GProxII protocol support thanks to @BarTenderNZ
  • SubGhz: Dickert MAHS protocol support thanks to @OevreFlataeker
  • NFC: Fix incorrect FIFO handling, various bug fixes and improvements
  • GUI: New number input module thanks to @leedave
  • Furi: New EventLoop primitives, various bug fixes and improvements
  • Infrared: Various improvements in HAL
  • Documentation: New examples
  • Archive: Fixed a bug when application files with uppercase extensions were not shown

What's Changed

New Contributors

Full Changelog: 0.104.0-rc...0.105.0-rc

0.104.0

24 Jul 07:59
Compare
Choose a tag to compare

TL;DR

  • Dolphin: A new animation inspired by Johnny Mnemonic. Did you know that its character Jones, the cyborg dolphin, was the main prototype of our dolphin?
  • NFC: Improved MIFARE DESFire support and plugin caching. Added a new MFC API and Ultralight C authorization support.
  • HID/BLE Remote: New keyboard UI. So better, much wow.
  • Sub-GHz: Added Novoferm support. Various bug fixes and improvements.
  • iButton: Improved key editing.
  • LF RFID: Improved key editing and SecuraKey support.
  • Desktop: Various bug fixes and improvements.
  • BLE: Updated radio stack to v1.20.0, which improves stability.
  • Infrared: New devices support in Universal Remotes. Stricter signal loader. Various improvements.
  • Furi: Thread signals, event loop timers, smaller memory footprint, ISR time counting, bug fixes and improvements.
  • Loader: You can now close apps from CLI if they support signals (all ViewDispatcher/EventLoop based apps support it). Also, in development tools, the running app now closes before starting a new one.
  • RPC: Fixed crash on disconnect.
  • Build Tools: Updated toolchain components to the latest version. Improved clang-format configuration. Various bug fixes and improvements.
  • Updater: Resource compression, faster update time, various bug fixes and improvements.
  • Debug: Fixed crash on connect. Improved debugging experience.
  • JavaScript Modules: Updated docs.

What's Changed

New Contributors

Full Changelog: 0.103.1...0.104.0

0.104.0-rc

18 Jul 08:02
Compare
Choose a tag to compare
0.104.0-rc Pre-release
Pre-release

TL;DR

  • Dolphin: A new animation inspired by Johnny Mnemonic. Did you know that its character Jones, the cyborg dolphin, was the main prototype of our dolphin?
  • NFC: Improved MIFARE DESFire support and plugin caching. Added a new MFC API and Ultralight C authorization support.
  • HID/BLE Remote: New keyboard UI. So better, much wow.
  • Sub-GHz: Added Novoferm support. Various bug fixes and improvements.
  • iButton: Improved key editing.
  • LF RFID: Improved key editing and SecuraKey support.
  • Desktop: Various bug fixes and improvements.
  • BLE: Updated radio stack to v1.20.0, which improves stability.
  • Infrared: New devices support in Universal Remotes. Stricter signal loader. Various improvements.
  • Furi: Thread signals, event loop timers, smaller memory footprint, ISR time counting, bug fixes and improvements.
  • Loader: You can now close apps from CLI if they support signals (all ViewDispatcher/EventLoop based apps support it). Also, in development tools, the running app now closes before starting a new one.
  • RPC: Fixed crash on disconnect.
  • Build Tools: Updated toolchain components to the latest version. Improved clang-format configuration. Various bug fixes and improvements.
  • Updater: Resource compression, faster update time, various bug fixes and improvements.
  • Debug: Fixed crash on connect. Improved debugging experience.
  • JavaScript Modules: Updated docs.

What's Changed

New Contributors

Full Changelog: 0.103.1-rc...0.104.0-rc

0.103.1

19 Jun 14:26
Compare
Choose a tag to compare

TL;DR

  • Furi: Various OS primitives refactoring, improved stability and reliability, new event loop module, smaller memory footprint
  • NFC: MIFARE Plus support, FeliCa emulation support, MIFARE Ultralight cards write support, various bug fixes and improvements
  • Sub-GHz: Improve Princeton protocol support, various bug fixes and improvements
  • RFID: Add SecuraKey radio key protocol support by @zinongli
  • Updater: Fix bug that prevented booting big update images
  • CLI: New command top with runtime process stats
  • USB: Fix various crashes and lockups, improve compatibility
  • Archive: Various bug fixes and improvements
  • RPC: New command for on-device file extraction
  • Development tools: clangd language server support

What's Changed

New Contributors

Full Changelog: 0.102.3...0.103.1

0.103.1-rc

17 Jun 15:58
Compare
Choose a tag to compare
0.103.1-rc Pre-release
Pre-release

TL;DR

  • Furi: Various OS primitives refactoring, improved stability and reliability, new event loop module, smaller memory footprint
  • NFC: MIFARE Plus support, FeliCa emulation support, MIFARE Ultralight cards write support, various bug fixes and improvements
  • Sub-GHz: Improve Princeton protocol support, various bug fixes and improvements
  • RFID: Add SecuraKey radio key protocol support by @zinongli
  • Updater: Fix bug that prevented booting big update images
  • CLI: New command top with runtime process stats
  • USB: Fix various crashes and lockups, improve compatibility
  • Archive: Various bug fixes and improvements
  • RPC: New command for on-device file extraction
  • Development tools: clangd language server support

What's Changed

New Contributors

Full Changelog: 0.102.3-rc...0.103.1-rc

0.103.0-rc

13 Jun 18:00
Compare
Choose a tag to compare
0.103.0-rc Pre-release
Pre-release

TL;DR

  • Furi: various OS primitives refactoring, improved stability and reliability, new event loop module, smaller memory footprint
  • Nfc: MiFare Plus support, Felica emulation support, Ultralight cards write support, various bug fixes and improvements
  • SubGhz: improve Princeton protocol support, various bug fixes and improvements
  • Rfid: add SecuraKey Radio Key protocol support by @zinongli
  • Updater: fix bug preventing booting big update images
  • Cli: new command top with runtime process stats
  • USB: fix various crashes and lockups, improve compatibility
  • Archive: various bug fixes and improvements
  • RPC: new command for on-device file extraction
  • Development tools: cland language server support

What's Changed

New Contributors

Full Changelog: 0.102.3-rc...0.103.0-rc