From a52f3450b80df22e106658398bf9f5160fc52d56 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 1 May 2025 14:52:26 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++-- RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e6211e0..5f89ab926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. - Wireguard VPN (#23347) - Optional Wifi strength indicator in WebUI status line (#23352) - WebUI status line left and renamed events `FUNC_WEB_STATUS_LEFT` and `FUNC_WEB_STATUS_RIGHT` (#23354) -- WebUI heap status +- WebUI heap status (#23356) ### Breaking Changed @@ -21,7 +21,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Berry `bytes().asstring()` now truncates a string if buffer contains NULL (#23311) - Berry string literals containing NULL are truncated (#23312) -- Berry `display.touch_update` wrongly applies resistive calibration +- Berry `display.touch_update` wrongly applies resistive calibration (#23363) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7535adb83..da98c055e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -121,6 +121,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - 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) - 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) +- WebUI heap status [#23356](https://github.com/arendst/Tasmota/issues/23356) ### Breaking Changed @@ -130,5 +131,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Fixed - Berry `bytes().asstring()` now truncates a string if buffer contains NULL [#23311](https://github.com/arendst/Tasmota/issues/23311) - Berry string literals containing NULL are truncated [#23312](https://github.com/arendst/Tasmota/issues/23312) +- Berry `display.touch_update` wrongly applies resistive calibration [#23363](https://github.com/arendst/Tasmota/issues/23363) ### Removed