From 506729123a2aa9d52c1a797d5d53b8da29cc5378 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Wed, 29 May 2024 05:00:24 +0100 Subject: [PATCH] Some app fixes - SubGHz Playlist: Fix region lock crash, show when send fails (by Willy-JL) - Quac!: Fix SubGHz protocols and crash (by Willy-JL) - IFTTT Btn: Fix memleaks and wrong free's (by Willy-JL) --- ChangeLog.md | 5 ++++- applications/external | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 8c33c4b56..b6dcca256 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -19,11 +19,14 @@ ### Updated: - Apps: - USB/BT Remote: Added back new UI for Mouse Clicker from OFW (by @gsurkov) + - SubGHz Playlist: Fix region lock crash, show when send fails (by @Willy-JL) + - Quac!: Fix SubGHz protocols and crash (by @Willy-JL) - Seader: Fix for TLSF allocator crashes (by @Willy-JL & @bettse) - FlipBIP: Minor UI cleanup (by @xtruan) - - UL: USB/BT Remote: Fix Mouse Jiggler Stealth icon in BT (by @xMasterX) - Countdown Timer: Fixes and improvements (by @puppable & @0w0mewo) - Reversi: Algorithm improvements (by @achistyakov) + - IFTTT Btn: Fix memleaks and wrong free's (by @Willy-JL) + - UL: USB/BT Remote: Fix Mouse Jiggler Stealth icon in BT (by @xMasterX) - OFW: JS: Refactored and fixed `math` and `textbox` modules (by @nminaylov & @skotopes) - OFW: GUI: Text Box rework (by @gornekich) - OFW: Icons: Compression fixes & larger dimension support (by @hedger) diff --git a/applications/external b/applications/external index 8706bacad..1fb63f0d9 160000 --- a/applications/external +++ b/applications/external @@ -1 +1 @@ -Subproject commit 8706bacad2f737643b7c88b26de442189b73c074 +Subproject commit 1fb63f0d97cce732d8dadf869d1ee89aa32efcf0