Update apps and changelog

- NFC Playlist: Various fixes (by acegoal07)
- BMI160 Air Mouse: Add support for LSM6DSO (by alex-vg & ginkage)
This commit is contained in:
Willy-JL
2024-06-06 02:40:49 +01:00
parent aa3db97e9d
commit 07ace5cf7d
2 changed files with 10 additions and 4 deletions

View File

@@ -7,6 +7,9 @@
- Sub-GHz:
- New Legrand doorbell protocol (by @user890104)
- OFW: Princeton protocol add custom guard time (by @Skorpionm)
- NFC:
- OFW: Mifare Plus detection support (by @Astrrra)
- OFW: Write to ultralight cards is now possible (by @RebornedBrain)
- FBT: New `SKIP_EXTERNAL` toggle and `EXTRA_EXT_APPS` config option (by @Willy-JL)
- Desktop: Added TV animation from OFW which was missing (internal on OFW)
- OFW: USB/CCID: Add initial ISO7816 support (by @kidbomb)
@@ -17,15 +20,18 @@
- VGM Tool: Add new RGB VGM firmware to support Flipper FW changes (by @HaxSam)
- Picopass: Add acknowledgements page (by @bettse)
- Authenticator: Fix URL format (by @akopachov)
- Many apps updated for new message queue (by @Willy-JL)
- OFW: Furi: wrap message queue in container, prepare it for epoll (by @skotopes)
- NFC Playlist: Various fixes (by @acegoal07)
- BMI160 Air Mouse: Add support for LSM6DSO (by @alex-vg & @ginkage)
- Many apps updated for new refactors (by @Willy-JL & @xMasterX)
- OFW: Furi: Use static synchronisation primitives, prepare for event loop (by @gsurkov & @skotopes)
### Fixed:
- Archive: Fix favorite's parent folders thinking they are favorited too (by @Willy-JL)
- FBT: Consistent version/branch info, fix gitorigin (by @Willy-JL)
- AssetPacker: Pack pre-compiled icons and fonts too (by @Willy-JL)
- OFW: NFC: Fixed infinite loop in dictionary attack scene (by @RebornedBrain)
- OFW: Accessor: Disable expansion service on start (by @skotopes)
- OFW: cleanup of various warnings from clangd (by @hedger)
- OFW: Cleanup of various warnings from clangd (by @hedger)
### Removed:
- API: Removed `Rgb565Color` and `rgb565cmp()` since VGM colors use normal RGB colors now