0.105.0
!!! 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
- Fix .editorconfig by @leon0399 in #3811
- Reordered VS Code Tasks to follow the [Release] > [Debug] schema by @janwiesemann in #3810
- Fix typo in "charge me" screen by @liamhays in #3812
- Furi: update string documentation by @skotopes in #3803
- toolchain: v39 by @hedger in #3793
- Added
-Wundef
to compiler options by @hedger in #3815 - [FL-3827] iButton ID writing by @Astrrra in #3734
- Fix: Add missing va_end call by @derskythe in #3798
- [FL-3879] Fix plantain balance string by @Astrrra in #3813
- [FL-3766] Refactor detected protocols list by @Astrrra in #3809
- CCID App: Refactor by @kidbomb in #3808
- Add lfrfid GProxII support by @BarTenderNZ in #3796
- [NFC] Change the plantain last number display from "?" to "X" by @Astrrra in #3819
- Storage: remove LFS by @skotopes in #3577
- Images linting: ensure that all images conform to specification by @skyhawkillusions in #3802
- [FL-3880] Fix cumulative error in infrared signals by @gsurkov in #3823
- [FL-3841] FuriEventLoop Pt.2 by @gsurkov in #3703
- Added a text input that only accepts full numbers (int) by @leedave in #3350
- [FL-3883] Remove internal storage folder if corresponding flag set by @gsurkov in #3824
- Now fifo size in ST25 chip is calculated properly by @RebornedBrain in #3829
- [FL-3888] Make file extensions case-insensitive by @gsurkov in #3828
- Added protocol for Dickert MAHS garage door remote control by @OevreFlataeker in #3826
New Contributors
- @leon0399 made their first contribution in #3811
- @janwiesemann made their first contribution in #3810
- @BarTenderNZ made their first contribution in #3796
- @skyhawkillusions made their first contribution in #3802
- @leedave made their first contribution in #3350
- @OevreFlataeker made their first contribution in #3826
Full Changelog: 0.104.0...0.105.0