From 07f6859a8030746c7d174e0888875a0854d6faf0 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Sat, 5 Aug 2023 14:16:02 +0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aad209a6..4db431190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,21 @@ ## New changes -* SubGHz: Support for Ebyte E07 module power amp switch (works with TehRabbitt's Flux Capacitor Board) (by @Sil333033) (PR #559 by @Z3BRO) -> Remade by @xMasterX +* SubGHz: Support for Ebyte E07 module power amp switch (works with TehRabbitt's Flux Capacitor Board) (by @Sil333033) (PR #559 by @Z3BRO) -> Remade by @xMasterX -> Driver code fixed and reworked by @gid9798 +* Plugins: Update TOTP (Authenticator) [(by akopachov)](https://github.com/akopachov/flipper-zero_authenticator) * Plugins: Update ESP32: WiFi Marauder companion plugin [(by 0xchocolate)](https://github.com/0xchocolate/flipperzero-wifi-marauder) * Plugins: Update ESP32-CAM -> Camera Suite [(by CodyTolene)](https://github.com/CodyTolene/Flipper-Zero-Camera-Suite) -> (PR #562 by @CodyTolene) +* OFW PR 2949: IR: buttons move feature rework (by nminaylov) +* OFW PR 2941: FDX-B temperature now uses system units (by Astrrra) +* OFW: fbtenv: add additional environ variable to control execution flow +* OFW: NFC CLI: Fix multiple apdu commands from not working when one of them gives an empty response +* OFW: NFC: Fix MFC key invalidation +* OFW: Rename Applications to Apps +* OFW: Fix about screen +* OFW: change FuriThreadPriorityIsr to 31 (configMAX_PRIORITIES-1) +* OFW: External apps icounter +* OFW: Overly missed feature: Infrared: move button (change button order in a remote) +* OFW: Move U2F path to ext +* OFW: New RTC flags in device info +* OFW: Backlight notification fix * OFW: Fix fbtenv restore ----