From 3b4d18679eae851e04bf3826346aa1cf2a4dfb5f Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Thu, 13 Jun 2024 01:09:49 +0200 Subject: [PATCH] Update changelog --- ChangeLog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index af6c841ca..fd26ec6ec 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -23,7 +23,7 @@ ### Updated: - Apps: - - VGM Tool: Add new RGB VGM firmware to support Flipper FW changes (by @HaxSam) + - VGM Tool: New RGB VGM firmware to support Flipper FW changes (by @HaxSam) - Picopass: Add acknowledgements page, plugin improvements (by @bettse) - Authenticator: Fix URL format (by @akopachov) - NFC Playlist: Various fixes (by @acegoal07) @@ -36,8 +36,10 @@ - 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: USB: IRQ Handling and EP configuration, Thread handler shenanigans (by @skotopes) - OFW: NFC: Fixed infinite loop in dictionary attack scene (by @RebornedBrain) - OFW: Sub-GHz: Fixed transition to Saved menu after Delete RAW (by @Skorpionm) +- OFW: Loader: fix crash on locked via cli loader (by @DrZlo13) - OFW: Accessor: Disable expansion service on start (by @skotopes) - OFW: Cleanup of various warnings from clangd (by @hedger)