From 69c19d95aea91acd78813766cfd62ae58b8aafb8 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:12:14 +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 0b34e9c51..f47cbf3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,8 @@ All notable changes to this project will be documented in this file. ### Fixed - ESP32 Range Extender compile error with core 3.0.0 (#22205) -- HASPmota error when page '1' is not defined -- uDisplay force cache writes to RGB display on ESP32S3 +- HASPmota error when page '1' is not defined (#22220) +- ESP32-S3 uDisplay force cache writes to RGB display (#22222) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 671f3cee9..a1702f0a1 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -173,9 +173,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry avoid `readbytes()` from crashing when file is too large [#22057](https://github.com/arendst/Tasmota/issues/22057) - Berry energy missing attributes [#22116](https://github.com/arendst/Tasmota/issues/22116) - Berry I2C to prepare M5Stack I2C STM32 based devices [#22143](https://github.com/arendst/Tasmota/issues/22143) +- ESP32-S3 uDisplay force cache writes to RGB display [#22222](https://github.com/arendst/Tasmota/issues/22222) - LVGL Added OpenHASP icons to font `montserrat-28` [#22048](https://github.com/arendst/Tasmota/issues/22048) - LVGL compilation of lv_menu [#22188](https://github.com/arendst/Tasmota/issues/22188) - HASPmota broken `changed` event [#22194](https://github.com/arendst/Tasmota/issues/22194) +- HASPmota error when page '1' is not defined [#22220](https://github.com/arendst/Tasmota/issues/22220) - Matter fixed UI bug when no endpoints configured [#22008](https://github.com/arendst/Tasmota/issues/22008) - Matter fix when Rules are disabled [#22016](https://github.com/arendst/Tasmota/issues/22016) - Matter fail to report Shutter status if no shutter is configured in Tasmota [#22049](https://github.com/arendst/Tasmota/issues/22049)