From 4e5c62ce339ec249d7829a97025a3abe8174d957 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 17 May 2023 09:53:42 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 3 +++ RELEASENOTES.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 389d150b4..2f1c2a616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file. ### Changed ### Fixed +- Shutter bootloop using more than 4 shutters (#18673) +- AIThinker webcam issues (#18652) ### Removed @@ -26,6 +28,7 @@ All notable changes to this project will be documented in this file. - Support for GM861 1D and 2D bar code reader (#18399) - Berry `re` (regex) add `match2` and optional offset - Support for PCA9557 8-bit I/O expander (#18632) +- Matter support for async HTTP for bridged devices (#18656) - Zigbee support for air sensors (#18665) - Command ``I2cScan0`` to scan both busses on ESP32 with one command diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 38bcae2e0..f8ff40185 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -125,6 +125,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Matter allow `Matter#Initialized` rule once the device is configured [#18451](https://github.com/arendst/Tasmota/issues/18451) - Matter UI to change endpoints configuration [#18498](https://github.com/arendst/Tasmota/issues/18498) - Matter support for Shutters with Tilt [#18509](https://github.com/arendst/Tasmota/issues/18509) +- Matter support for remote relays [#18656](https://github.com/arendst/Tasmota/issues/18656) - Berry `tcpclientasync` class for non-blocking TCP client ### Breaking Changed @@ -142,4 +143,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - LED PWM ac_dimmer curve was wrongly applied instead of Gamma regression from v12.2.0.5 [#18666](https://github.com/arendst/Tasmota/issues/18666) - Berry rules for string comparisons [#18464](https://github.com/arendst/Tasmota/issues/18464) - Berry a rare condition when a GC causes a memory corruption +- AIThinker webcam issues [#18652](https://github.com/arendst/Tasmota/issues/18652) +- Shutter bootloop using more than 4 shutters [#18673](https://github.com/arendst/Tasmota/issues/18673) - Partition_Manager.tapp