From 33225bfabb6040a537e42bf82b932d0fb8b4c463 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 25 Jun 2024 22:58:46 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 2 ++ RELEASENOTES.md | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 303e03c57..b6cabc8bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ All notable changes to this project will be documented in this file. - ESP8266 platform update from 2024.01.01 to 2024.06.00 (#21668) - ESP8266 Framework (Arduino Core) from v2.7.6 to v2.7.7 (#21668) - Matter refactor reading of multiple attributes to reduce memory pressure (#21675) +- ESP32 platform update from 2024.06.10 to 2024.06.11 (#21694) +- ESP32 Framework (Arduino Core) from v3.0.1 to v3.0.2 (#21694) ### Fixed - Matter interverted attributes 0xFFF9 and 0xFFFB (#21636) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a788376d1..a40a8e135 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -36,9 +36,9 @@ While fallback or downgrading is common practice it was never supported due to S This release will be supported from ESP8266/Arduino library Core version **2.7.7** due to reported security and stability issues on previous Core version. This will also support gzipped binaries. -This release will be supported from ESP32/Arduino library Core version **3.0.1**. +This release will be supported from ESP32/Arduino library Core version **3.0.2**. -Support of ESP8266 Core versions before 2.7.7 and ESP32 Core versions before 3.0.1 have been removed. +Support of ESP8266 Core versions before 2.7.7 and ESP32 Core versions before 3.0.2 have been removed. ### Known issues with v14.1.0 @@ -85,7 +85,7 @@ Historical binaries can be downloaded from The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz`` ### ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-S2 and ESP32-S3 based -The following binary downloads have been compiled with ESP32/Arduino library core version **3.0.1**. +The following binary downloads have been compiled with ESP32/Arduino library core version **3.0.2**. - **tasmota32.bin** = The Tasmota version with most drivers including additional sensors and KNX for 4M+ flash. **RECOMMENDED RELEASE BINARY** - **tasmota32solo1.bin** = The Tasmota version with most drivers including additional sensors and KNX for single core ESP32 and 4M+ flash. @@ -138,6 +138,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Changed - ESP8266 platform update from 2024.01.01 to 2024.06.00 [#21668](https://github.com/arendst/Tasmota/issues/21668) - ESP8266 Framework (Arduino Core) from v2.7.6 to v2.7.7 [#21668](https://github.com/arendst/Tasmota/issues/21668) +- ESP32 platform update from 2024.05.13 to 2024.06.11 [#21694](https://github.com/arendst/Tasmota/issues/21694) +- ESP32 Framework (Arduino Core) from v3.0.0 to v3.0.2 [#21694](https://github.com/arendst/Tasmota/issues/21694) - Optional MQTT_TELE_RETAIN to Energy Margins message replaced by ``SensorRetain`` - Display timing splash screen with display modes 1 to 5 - Allow receive or send using SerialBridge