From 27fa6f34ea069c18b387eaa10e2e156f098472a3 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 8 Nov 2023 14:17:55 +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 65fdb4d94..e2f678a6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,17 @@ All notable changes to this project will be documented in this file. ## [13.2.0.2] ### Added - Scripter TCP client (#19914) -- Berry ``debug.gcdebug()`` to enable GC debugging +- Berry ``debug.gcdebug()`` to enable GC debugging (#19936) ### Breaking Changed ### Changed - Matter update hierarchy of plugins (#19915) +- NeoPool ``NPHydrolysis`` percent and unit (#19924) ### Fixed - Scripter timer issue (#19914) -- Fix Zero-Cross Dimmer for ESP32 with Core3 +- Zero-Cross Dimmer for ESP32 with Core3 (#19929) ### Removed @@ -50,7 +51,6 @@ All notable changes to this project will be documented in this file. - ESP32 keep FS intact when over flashing with VSC (#19816) - Increase MAX_HUE_DEVICES to 32 (#19820) - MI32 updates (#19893) -- NeoPool ``NPHydrolysis`` percent and unit ### Fixed - NeoPool filtration mode display (#19801) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 08e838767..9583ac749 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -130,6 +130,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - NeoPool enhancements for HomeAssistant [#19857](https://github.com/arendst/Tasmota/issues/19857) - Support for ESP32-C2 and ESP32-C6 using Arduino core v3 - ESP32 core v3 auto TasConsole USB or Serial connection by @staars +- Berry ``debug.gcdebug()`` to enable GC debugging [#19936](https://github.com/arendst/Tasmota/issues/19936) - HASPmota add styling properties [#19912](https://github.com/arendst/Tasmota/issues/19912) - Matter flow sensor suppor [#19852](https://github.com/arendst/Tasmota/issues/19852) @@ -138,6 +139,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Changed - Increase MAX_HUE_DEVICES to 32 [#19820](https://github.com/arendst/Tasmota/issues/19820) +- NeoPool ``NPHydrolysis`` percent and unit [#19924](https://github.com/arendst/Tasmota/issues/19924) - MI32 updates [#19893](https://github.com/arendst/Tasmota/issues/19893) - ESP32 keep FileSystem intact when over flashing with VSC [#19816](https://github.com/arendst/Tasmota/issues/19816) - Matter Light0 now accept a Relay number [#19809](https://github.com/arendst/Tasmota/issues/19809) @@ -147,6 +149,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Compile USE_PID [#19890](https://github.com/arendst/Tasmota/issues/19890) - Scripter timer issue [#19914](https://github.com/arendst/Tasmota/issues/19914) - NeoPool filtration mode display [#19801](https://github.com/arendst/Tasmota/issues/19801) +- Zero-Cross Dimmer for ESP32 with Core3 [#19929](https://github.com/arendst/Tasmota/issues/19929) - ESP32 I2C allow bus2 support when bus1 is not enabled - ESP32 IR receive with Arduino Core 3 [#19904](https://github.com/arendst/Tasmota/issues/19904)