From 8471832b3a19ca022b0a9160c258263701c63825 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 11 May 2025 11:53:11 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 7 +++++-- RELEASENOTES.md | 6 ++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d60405c4..cb2e8ec68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,17 @@ All notable changes to this project will be documented in this file. ## [14.6.0.2] ### Added +- Allow temporary change of DisplayDimmer (#23406) ### Breaking Changed ### Changed - ESP32 Platform from 2025.04.30 to 2025.05.40, Framework (Arduino Core) from v3.1.3.250411 to v3.2.0.250504 and IDF from v5.3.2.250403 to v5.4.1.250501 (#23397) +- ESP32 Platform from 2025.05.40 to 2025.05.30, Framework (Arduino Core) from v3.2.0.250504 to v3.1.3.250504 and IDF from v5.4.1.250501 to v5.3.3.250501 (#23404) ### Fixed -- Fix `haspmota.parse()` page parsing +- Haspmota `haspmota.parse()` page parsing (#23403) +- ESP32-S3 display stability regression from #23397 (#23404) ### Removed @@ -26,7 +29,7 @@ All notable changes to this project will be documented in this file. - WebUI status line left and renamed events `FUNC_WEB_STATUS_LEFT` and `FUNC_WEB_STATUS_RIGHT` (#23354) - WebUI heap status (#23356) - Support for multi channel AU915-928 LoRaWanBridge by Rob Clark (#23372) -- HASPmota add `antiburn()` (#23400) +- HASPmota `antiburn()` (#23400) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c3e02e0d9..cd3fcc95d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -119,16 +119,17 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Command `JsonPP 0..7` to enable (>0) JSON Pretty Print on user interfaces and set number of indents - Command `JsonPP |backlog ;...` to enable JSON PP only once - Support for multi channel AU915-928 LoRaWanBridge by Rob Clark [#23372](https://github.com/arendst/Tasmota/issues/23372) +- Allow temporary change of DisplayDimmer [#23406](https://github.com/arendst/Tasmota/issues/23406) - WebUI status line for MQTT and TLS, added `FUNC_WEB_STATUS_LEFT` and `FUNC_WEB_STATUS_RIGHT` event [#23354](https://github.com/arendst/Tasmota/issues/23354) - WebUI heap status [#23356](https://github.com/arendst/Tasmota/issues/23356) - Optional Wifi strength indicator in WebUI status line [#23352](https://github.com/arendst/Tasmota/issues/23352) - Wireguard VPN [#23347](https://github.com/arendst/Tasmota/issues/23347) -- HASPmota add `antiburn()` [#23400](https://github.com/arendst/Tasmota/issues/23400) +- HASPmota `antiburn()` [#23400](https://github.com/arendst/Tasmota/issues/23400) ### Breaking Changed ### Changed -- ESP32 Platform from 2025.04.30 to 2025.05.40, Framework (Arduino Core) from v3.1.3.250411 to v3.2.0.250504 and IDF from v5.3.2.250403 to v5.4.1.250501 [#23397](https://github.com/arendst/Tasmota/issues/23397) +- ESP32 Platform from 2025.04.30 to 2025.05.30, Framework (Arduino Core) from v3.1.3.250411 to v3.1.3.250504 and IDF from v5.3.2.250403 to v5.3.3.250501 [#23404](https://github.com/arendst/Tasmota/issues/23404) - GPIOViewer from v1.6.2 to v1.6.3 (No functional change) - Allow command `WebRefresh` minimum from 1000 to 400 mSec @@ -139,5 +140,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry `display.touch_update` wrongly applies resistive calibration [#23363](https://github.com/arendst/Tasmota/issues/23363) - Berry `introspect.module()` failed to load modules in files [#23376](https://github.com/arendst/Tasmota/issues/23376) - Matter and mDNS can be enabled at the same time [#23373](https://github.com/arendst/Tasmota/issues/23373) +- Haspmota `haspmota.parse()` page parsing [#23403](https://github.com/arendst/Tasmota/issues/23403) ### Removed