From 8b3b1fbc2c2c4d918b0a0a782fc1e4eee5c770b6 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:43:29 +0300 Subject: [PATCH] upd changelog --- CHANGELOG.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce5e4ffa8..f4bbd42a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,36 @@ ## Main changes +- SubGHz: + - **Novoferm** remotes full support + - Fix Decode scene in RAW files + - Add manually -> Add Sommer FM238 option for cases when default option doesn't work (named as Sommer fm2) + - Remove broken preset modulation + - Normstahl, Sommer, MHouse, Aprimatic -> Fixes for button codes and more in Add manually + - Custom button improvements for MHouse, Novoferm, Nice Smilo + - Hormann EcoStar -> Add manually support, and custom button support + - Hormann HSM 44bit static -> Button code decoding fix - NFC: - OFW: Ultralight C authentication with des key - EMV Transactions less nested, hide if unavailable (by @Willy-JL | PR #771) - LF RFID: - Update T5577 password list (by @korden32 | PR #774) - Add DEZ 8 display form for EM4100 (by @korden32 | PR #776 & (#777 by @mishamyte)) -* JS: Refactor widget and keyboard modules, fix crash (by @Willy-JL | PR #770) +- JS: + - Refactor widget and keyboard modules, fix crash (by @Willy-JL | PR #770) + - SubGHz module fixes and improvements (by @Willy-JL) +* OFW: Fix iButton/LFRFID Add Manually results being discarded * OFW: Event Loop Timers * OFW: Updater: resource compression * Apps: **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev) ## Other changes -* NFC: Cache plugin name not full path, saves some RAM (by @Willy-JL) +* OFW: Updater: reset various debug flags on production build flash (was done in same way in UL before) +* OFW: Fix PVS Warnings +* OFW: CCID: Improve request and response data handling +* OFW: Furi: count ISR time. Cli: show ISR time in top. +* OFW: toolchain: v37 +* OFW: NFC: Cache plugin name not full path, saves some RAM (by @Willy-JL) * OFW: copro: bumped to 1.20.0 * OFW: input_srv: Put input state data on the stack of the service * OFW: Coalesce some allocations -* OFW: Fix iButton/LFRFID Add Manually results being discarded * OFW: updater: slightly smaller image * OFW: Updater: Fix double dir cleanup * OFW: cli: storage: minor subcommand lookup refactor