From 19200ccf6f70c3e89f261fee0c956d11012b22b9 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:51:40 +0200 Subject: [PATCH] Update change logs --- CHANGELOG.md | 2 +- RELEASENOTES.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f8753cc..6bb50c290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ All notable changes to this project will be documented in this file. ### Fixed - ESP32 shutter frequency (#19717) - ModbusBridge write memory leak (#19758) -- Zigbee fix timezone when device reads LocalTime attribute +- Zigbee timezone when device reads LocalTime attribute (#19772) ### Removed - WiFiClientSecure in favour of WiFiClientSecureLightBearSSL (#19725) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a1f8b0395..76473d08b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -116,7 +116,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Commands to allow setting of timeprop parameters [#19310](https://github.com/arendst/Tasmota/issues/19310) - Command ``Mi32Name`` [#19619](https://github.com/arendst/Tasmota/issues/19619) - Variables ``%power<1..28>%`` and ``%switch<1..28>%`` to rules [#19331](https://github.com/arendst/Tasmota/issues/19331) -- Support different baudrates on BL0942 +- Support different baudrates on BL0942 energy monitor - Support for Shelly PlusPMMini, Plus1Mini and Plus1PMMini - Support for HDMI CEC protocol [#19434](https://github.com/arendst/Tasmota/issues/19434) - Support for ENS16x (air quality) and ENS210 (temp & RH) sensors [#19479](https://github.com/arendst/Tasmota/issues/19479) @@ -138,7 +138,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Consolidate SGP40 and SGP41 into SGP4x driver [#19560](https://github.com/arendst/Tasmota/issues/19560) - MAX31855/MAX6675 sensors driver support up to 6 [#19329](https://github.com/arendst/Tasmota/issues/19329) - Teleinfo use Apparent Power as Active Power approximation [#19756](https://github.com/arendst/Tasmota/issues/19756) - - ESP32 LittleFS updated to version with grow option [#19635](https://github.com/arendst/Tasmota/issues/19635) - ESP32 I2S audio preparation for Arduino Core v3 [#19637](https://github.com/arendst/Tasmota/issues/19637) - ESP32 analog from `analogRead()` to calibrated `analogReadMilliVolts()` [#19732](https://github.com/arendst/Tasmota/issues/19732) @@ -149,7 +148,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Exception 3 in IRHVAC [#19389](https://github.com/arendst/Tasmota/issues/19389) - PCF8574 mode 1 with base relays exception 3/28 regression from v12.4.0.4 [#19408](https://github.com/arendst/Tasmota/issues/19408) - ModbusBridge write memory leak [#19758](https://github.com/arendst/Tasmota/issues/19758) - +- Zigbee timezone when device reads LocalTime attribute [#19772](https://github.com/arendst/Tasmota/issues/19772) - ESP32 DS18x20 driver support extended over GPIO33 - ESP32 Support for IPv6 link-local zones for esp-idf 5.1 (necessary for Matter) - ESP32 Shutter migration [#19454](https://github.com/arendst/Tasmota/issues/19454) @@ -158,7 +157,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - ESP32 shutter frequency [#19717](https://github.com/arendst/Tasmota/issues/19717) - ESP32 Arduino Core v2 wifi client flush [#19642](https://github.com/arendst/Tasmota/issues/19642) - ESP32 Partition Wizard grow filesystem support [#19645](https://github.com/arendst/Tasmota/issues/19645) -- ESP32C3 relay click on restart +- ESP32-C3 relay click on restart - Matter support for Virtual Devices controllable via Rules or Berry [#19520](https://github.com/arendst/Tasmota/issues/19520) ### Removed +- Support for Homekit in favour of Matter [#19738](https://github.com/arendst/Tasmota/issues/19738)