From 363cd8d79e42324e079b964cfcb34d45beb8c1ff Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:59:16 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++-- RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42406f0ae..0717d2f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,8 @@ All notable changes to this project will be documented in this file. - Support for Sonoff POWCT Ring (#21131) - NeoPool data validation and communication statistics default enabled for ESP32 only (#21721) - `FUNC_BUTTON_PRESSED` now contains `press_counter` encoded in `XdrvMailbox.command_code` (#21724) -- Berry `int64` added `low32()` and `high32()` methods, used in Matter -- Matter support for 'Generic Switch' based on Tasmota Buttons +- Berry `int64` added `low32()` and `high32()` methods, used in Matter (#21728) +- Matter support for 'Generic Switch' based on Tasmota Buttons (#21731) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 0ff1d4566..737de22c9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -135,6 +135,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry `math.min()` and `math.max()` [#21705](https://github.com/arendst/Tasmota/issues/21705) - Berry `FUNC_ANY_KEY` event calling `any_key()` [#21708](https://github.com/arendst/Tasmota/issues/21708) - Berry `FUNC_BUTTON_MULTI_PRESSED` event and make `FUNC_BUTTON_PRESSED` called only on state changes and once per second [#21711](https://github.com/arendst/Tasmota/issues/21711) +- Berry `int64` added `low32()` and `high32()` methods, used in Matter [#21728](https://github.com/arendst/Tasmota/issues/21728) - HASPmota rounds to nearest int values passed as 'real' [#21599](https://github.com/arendst/Tasmota/issues/21599) - Matter support for Air Quality sensors [#21559](https://github.com/arendst/Tasmota/issues/21559) - Matter support for bridged Air Quality [#21597](https://github.com/arendst/Tasmota/issues/21597) @@ -142,6 +143,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Matter Fan support (virtual only) [#21637](https://github.com/arendst/Tasmota/issues/21637) - Matter show event name in logs [#21649](https://github.com/arendst/Tasmota/issues/21649) - Matter full support of events [#21698](https://github.com/arendst/Tasmota/issues/21698) +- Matter support for 'Generic Switch' based on Tasmota Buttons [#21731](https://github.com/arendst/Tasmota/issues/21731) ### Changed - ESP8266 platform update from 2024.01.01 to 2024.06.00 [#21668](https://github.com/arendst/Tasmota/issues/21668)