From dce79fd0c3a8dcf54bc88eaad196e5ce2488d3c7 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:56:31 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 3 ++- RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af4e0a94..484abe47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ All notable changes to this project will be documented in this file. - ESP32 expand `Pixels` with reverse, height and alternate (#22755) - Berry add light_pixels values to `tasmota.settings` (#22762) - Berry add `bytes().appendhex()` (#22767) -- WS2812 real-time Leds panel as Berry app +- I2S AAC support for web radio (#22787) +- Berry WS2812 real-time Leds panel as app (#22788) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 86883c1d0..c316d9227 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -120,6 +120,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Support for PCF85063 RTC [#22727](https://github.com/arendst/Tasmota/issues/22727) - Support for Senseair S88 CO2 sensor [#22733](https://github.com/arendst/Tasmota/issues/22733) - Support for ESP32 Two-Wire Automotive Interface (TWAI) or Controller Area Network (CAN) busses +- I2S AAC support for web radio [#22787](https://github.com/arendst/Tasmota/issues/22787) - ESP32 TasmotaLED change dynamically the number of pixels [#22754](https://github.com/arendst/Tasmota/issues/22754) - ESP32 expand `Pixels` with reverse, height and alternate [#22755](https://github.com/arendst/Tasmota/issues/22755) - Berry `animate.crenel` primitive [#22673](https://github.com/arendst/Tasmota/issues/22673) @@ -129,6 +130,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry driver for M5Stack 8encoder [#22724](https://github.com/arendst/Tasmota/issues/22724) - Berry add light_pixels values to `tasmota.settings` [#22762](https://github.com/arendst/Tasmota/issues/22762) - Berry add `bytes().appendhex()` [#22767](https://github.com/arendst/Tasmota/issues/22767) +- Berry WS2812 real-time Leds panel as app [#22788](https://github.com/arendst/Tasmota/issues/22788) ### Breaking Changed