From 80686a8c52f40a48e838a2cebb73bc8220fa4c3c Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:05:07 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++++ RELEASENOTES.md | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e67e918..a197bd880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,16 @@ All notable changes to this project will be documented in this file. - DALI command `DaliTarget` to set light control broadcast, group number or gear number - Mitsubishi Electric HVAC Operation time for MiElHVAC (#22334) - Mitsubishi Electric HVAC Outdoor Temperature for MiElHVAC (#22345) +- Mitsubishi Electric HVAC Compressor Frequency for MiElHVAC (#22347) +- SolaxX1 Meter mode (#22330) ### Breaking Changed ### Changed - DALI renamed commands `DaliCommission` to `DaliScan` and `DaliWeb` to `DaliLight` - DALI set Tasmota light control as default +- ESP32 Framework (Arduino Core) from v3.1.0.241015 to v3.1.0.241023 (#22351) +- Shutter optimized behavior to publish shutter data with sensor request (#22353) ### Fixed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 325a6c26b..00547901d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -122,14 +122,17 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - DALI command `DaliTarget` to set light control broadcast, group number or gear number - Mitsubishi Electric HVAC Operation time for MiElHVAC [#22334](https://github.com/arendst/Tasmota/issues/22334) - Mitsubishi Electric HVAC Outdoor Temperature for MiElHVAC [#22345](https://github.com/arendst/Tasmota/issues/22345) +- Mitsubishi Electric HVAC Compressor Frequency for MiElHVAC [#22347](https://github.com/arendst/Tasmota/issues/22347) +- SolaxX1 Meter mode [#22330](https://github.com/arendst/Tasmota/issues/22330) - BLE track devices with RPA [#22300](https://github.com/arendst/Tasmota/issues/22300) ### Breaking Changed ### Changed -- ESP32 platform update from 2024.09.30 to 2024.10.30 and Framework (Arduino Core) from v3.1.0.240926 to v3.1.0.241015 [#22299](https://github.com/arendst/Tasmota/issues/22299) +- ESP32 platform update from 2024.09.30 to 2024.10.30 and Framework (Arduino Core) from v3.1.0.240926 to v3.1.0.241023 [#22351](https://github.com/arendst/Tasmota/issues/22351) - DALI renamed commands `DaliCommission` to `DaliScan` and `DaliWeb` to `DaliLight` - DALI set Tasmota light control as default +- Shutter optimized behavior to publish shutter data with sensor request [#22353](https://github.com/arendst/Tasmota/issues/22353) - HASPmota support for page delete and object updates [#22311](https://github.com/arendst/Tasmota/issues/22311) ### Fixed