From ccf8902515771cf54016954e4ac37e37fe279232 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:01:29 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++-- RELEASENOTES.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f96b72e58..085ced921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. - Berry `tasmota.defer()` (#22976) - Support for Lithuanian language translations by zzdovydas (#22971) - `MqttTLS` field in `Status 6` to indicate if the MQTT connection is encrypted (#22995) -- Support for Wiz Smart Remote using `#define USE_WIZMOTE` and command `SetOption164 1` +- Support for WiZ Smart Remote using `#define USE_WIZMOTE` and command `SetOption164 1` ### Breaking Changed @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file. - ESP32 Platform from 2025.01.31 to 2025.02.30, Framework (Arduino Core) from v3.1.1.250109 to v3.1.1.250203 and IDF to 5.3.2 (#22943) ### Fixed -- Berry fixed parser error in rare case +- Berry parser error in rare case (#22997) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8c751fb97..9559a210f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -127,7 +127,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Support for ESP32 Two-Wire Automotive Interface (TWAI) or Controller Area Network (CAN) busses - `#define FIX_JSON_HEXADECIMAL` to change JSON hexadecimal value "FF5F78" into "0xFF5F78" [#22919](https://github.com/arendst/Tasmota/issues/22919) - Support for RC-switch decoding of 64-bit received data -- Support for Wiz Smart Remote using `#define USE_WIZMOTE` and command `SetOption164 1` +- Support for WiZ Smart Remote using `#define USE_WIZMOTE` and command `SetOption164 1` - `MqttTLS` field in `Status 6` to indicate if the MQTT connection is encrypted [#22995](https://github.com/arendst/Tasmota/issues/22995) - Formatter `%_U` for `ext_snprintf_P()` to print uint64_t variable as decimal equivalent to `%llu` - GPS driver select baudrate using GPIO GPS_RX1 (9600bps), GPS_RX2 (19200bps) or GPS_RX3 (38400bps) [#22869](https://github.com/arendst/Tasmota/issues/22869) @@ -153,7 +153,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry unicode encoding to string parsing [#22713](https://github.com/arendst/Tasmota/issues/22713) - Berry light_pixels values to `tasmota.settings` [#22762](https://github.com/arendst/Tasmota/issues/22762) - Berry `tasmota.defer()` [#22976](https://github.com/arendst/Tasmota/issues/22976) - - LVLG/HASPmota add color names from OpenHASP [#22879](https://github.com/arendst/Tasmota/issues/22879) - LVGL `lv.set_paint_cb()` to register a callback when screen is refreshed [#22909](https://github.com/arendst/Tasmota/issues/22909) - HASPmota support for `buttonmatrix` events [#22898](https://github.com/arendst/Tasmota/issues/22898) @@ -182,6 +181,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - 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) +- Berry parser error in rare case [#22997](https://github.com/arendst/Tasmota/issues/22997) - LVGL updated `Antiburn.tapp` [#22699](https://github.com/arendst/Tasmota/issues/22699) - Matter Air Quality sensor [#22708](https://github.com/arendst/Tasmota/issues/22708)