From c6b975561ff80633c96c967d592b05577fb23a4a Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:16:49 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++-- RELEASENOTES.md | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbe05605..35097aa0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,8 +22,8 @@ All notable changes to this project will be documented in this file. ### Fixed - Berry parser error in rare case (#22997) - ESP32 TasMesh broker MAC address all zeros (#23005) -- Wrong RMT channels for ESP32S3, now depends on `soc_caps.h` -- HASPmota exception when clicking on a checkbox +- Wrong RMT channels for ESP32S3, now depends on `soc_caps.h` (#23021) +- HASPmota exception when clicking on a checkbox (#23022) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e419a44f5..35608e413 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -158,8 +158,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - LVGL `lv.set_paint_cb()` to register a callback when screen is refreshed [#22909](https://github.com/arendst/Tasmota/issues/22909) - HASPmota support for `buttonmatrix` events [#22898](https://github.com/arendst/Tasmota/issues/22898) -### Breaking Changed - ### Changed - ESP32 Platform from 2024.12.30 to 2025.02.30, Framework (Arduino Core) from v3.1.0.241206 to v3.1.1.250203 and IDF to 5.3.2 [#22943](https://github.com/arendst/Tasmota/issues/22943) - GPIOViewer from v1.5.6 to v1.6.1 (No functional change) @@ -180,12 +178,12 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - LoraWan decoding of Dragino LDS02 and MerryIoT DW10 [#22880](https://github.com/arendst/Tasmota/issues/22880) - ESP32 TasMesh broker MAC address all zeros [#23005](https://github.com/arendst/Tasmota/issues/23005) - ESP32-Cx compilation fails on Windows [#22832](https://github.com/arendst/Tasmota/issues/22832) +- Wrong RMT channels for ESP32S3, now depends on `soc_caps.h` [#23021](https://github.com/arendst/Tasmota/issues/23021) - Sonoff SPM `PowerOnState` overrules `SSPMPowerOnState` in mixed 4Relay setup with 4Relay version 1.0.0 - Webcam compilation with `define USE_WEBCAM` but without `define ENABLE_RTSPSERVER` [#22686](https://github.com/arendst/Tasmota/issues/22686) - Berry Zigbee fix wrong attributes [#22684](https://github.com/arendst/Tasmota/issues/22684) - Berry walrus operator [#22685](https://github.com/arendst/Tasmota/issues/22685) - Berry parser error in rare case [#22997](https://github.com/arendst/Tasmota/issues/22997) - LVGL updated `Antiburn.tapp` [#22699](https://github.com/arendst/Tasmota/issues/22699) +- HASPmota exception when clicking on a checkbox [#23022](https://github.com/arendst/Tasmota/issues/23022) - Matter Air Quality sensor [#22708](https://github.com/arendst/Tasmota/issues/22708) - -### Removed