From 8a37df10c67315fe603ea7d10b8bc06d211d4113 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:43:46 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 6 +++--- RELEASENOTES.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2460298d5c..2fc6955aaf74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ All notable changes to this project will be documented in this file. - Command ``SetOption163 1`` to disable display of Device name in GUI header - Berry `animate.crenel` primitive (#22673) - Berry scroll to Leds_matrix (#22693) -- HASPmota support for `tabview` -- Berry bit-shift operators to `int64` +- HASPmota support for `tabview` (#22707) +- Berry bit-shift operators to `int64` (#22709) ### Breaking Changed @@ -26,7 +26,7 @@ All notable changes to this project will be documented in this file. - Berry walrus operator (#22685) - Webcam compilation with `define USE_WEBCAM` but without `define ENABLE_RTSPSERVER` (#22686) - LVGL updated `Antiburn.tapp` (#22699) -- Matter Air Quality sensor +- Matter Air Quality sensor (#22708) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4114cafc949a..99163ecc68b4 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -126,13 +126,16 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - GPIOViewer from v1.5.6 to v1.5.8 - Postpone save_data during light animation when fade is Off - ESP32 disable PSRAM check (and on restart some relay toggles) with `#define DISABLE_PSRAMCHECK true` [#21266](https://github.com/arendst/Tasmota/issues/21266) +- Berry bit-shift operators to `int64` [#22709](https://github.com/arendst/Tasmota/issues/22709) - HASPmota use 'roboto.ttf' for automatic sizing of default font [#22697](https://github.com/arendst/Tasmota/issues/22697) - HASPmota add 'tag' attribute for free-form JSON [#22698](https://github.com/arendst/Tasmota/issues/22698) +- HASPmota support for `tabview` [#22707](https://github.com/arendst/Tasmota/issues/22707) ### Fixed - 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) - LVGL updated `Antiburn.tapp` [#22699](https://github.com/arendst/Tasmota/issues/22699) +- Matter Air Quality sensor [#22708](https://github.com/arendst/Tasmota/issues/22708) ### Removed