From 3f4b2331eeb3260414b028a9ae7a2b57e370cf35 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:30:31 +0100 Subject: [PATCH] Bump version v14.3.0.3 - Change ESP32 Platform from 2024.10.30 to 2024.11.30, Framework (Arduino Core) from v3.1.0.241023 to v3.1.0.241030 and IDF to 5.3.1.241024 (#22384) - Fix ESP32 Arduino Core IPv6 zones used by Matter (#22378) --- CHANGELOG.md | 17 ++++++++++++++--- RELEASENOTES.md | 5 +++-- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343b8a7b0..9edc921dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,20 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [14.3.0.2] +## [14.3.0.3] +### Added + +### Breaking Changed + +### Changed +- ESP32 Platform from 2024.10.30 to 2024.11.30, Framework (Arduino Core) from v3.1.0.241023 to v3.1.0.241030 and IDF to 5.3.1.241024 (#22384) + +### Fixed +- ESP32 Arduino Core IPv6 zones used by Matter (#22378) + +### Removed + +## [14.3.0.2] 20241030 ### Added - DALI command `DaliGear` to set max found gear to speed up scan response - DALI command `DaliGroup` to add gear to groups @@ -21,8 +34,6 @@ All notable changes to this project will be documented in this file. - Mitsubishi Electric HVAC Auto Clear Remote Temp for MiElHVAC (#22370) - Command ``SetOption161 1`` to disable web page slider updates by commands -### Breaking Changed - ### Changed - DALI renamed commands `DaliCommission` to `DaliScan` and `DaliWeb` to `DaliLight` - DALI set Tasmota light control as default diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 210e98e12..e4ecc9f9e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -114,7 +114,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm [Complete list](BUILDS.md) of available feature and sensors. -## Changelog v14.3.0.2 +## Changelog v14.3.0.3 ### Added - Command ``SetOption161 1`` to disable web page slider updates by commands - DALI support for short addresses (gear) and groups @@ -137,7 +137,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### 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.241023 [#22351](https://github.com/arendst/Tasmota/issues/22351) +- ESP32 Platform from 2024.09.30 to 2024.11.30, Framework (Arduino Core) from v3.1.0.240926 to v3.1.0.241030 and IDF to 5.3.1.241024 [#22384](https://github.com/arendst/Tasmota/issues/22384) - 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) @@ -147,5 +147,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Alexa Hue with multiple devices [#22383](https://github.com/arendst/Tasmota/issues/22383) - EQ3 TRV firmware version 1.46 fails if the default true is used in subscribe on the notify characteristic [#22328](https://github.com/arendst/Tasmota/issues/22328) - Ethernet on -DFRAMEWORK_ARDUINO_ITEAD framework regression from v14.3.0 [#22367](https://github.com/arendst/Tasmota/issues/22367) +- ESP32 Arduino Core IPv6 zones used by Matter [#22378](https://github.com/arendst/Tasmota/issues/22378) ### Removed diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 3813e4d07..fe63d03c4 100644 --- a/tasmota/include/tasmota_version.h +++ b/tasmota/include/tasmota_version.h @@ -22,6 +22,6 @@ #define TASMOTA_SHA_SHORT // Filled by Github sed -const uint32_t TASMOTA_VERSION = 0x0E030002; // 14.3.0.2 +const uint32_t TASMOTA_VERSION = 0x0E030003; // 14.3.0.3 #endif // _TASMOTA_VERSION_H_