From 844db4bc549a73591b3f83ebc60b115f94f5f4e2 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 21 Apr 2023 14:57:59 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 2 +- RELEASENOTES.md | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0fcd033b..1365dcecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file. ### Fixed - ESP8266 Energy Export Active no update regression from v12.3.1.3 - NovaSDS GUI values (#18444) -- Berry fix rules for string comparisons +- Berry fix rules for string comparisons (#18464) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1470f9262..a34e698c9 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.4.9** 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 **2.0.7**. +This release will be supported from ESP32/Arduino library Core version **2.0.8**. -Support of ESP8266 Core versions before 2.7.4.9 and ESP32 Core versions before 2.0.7 have been removed. +Support of ESP8266 Core versions before 2.7.4.9 and ESP32 Core versions before 2.0.8 have been removed. ## Support of TLS @@ -80,7 +80,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-C3, ESP32-S2 and ESP32-S3 based -The following binary downloads have been compiled with ESP32/Arduino library core version **2.0.7**. +The following binary downloads have been compiled with ESP32/Arduino library core version **2.0.8**. - **tasmota32.bin** = The Tasmota version with most drivers including additional sensors and KNX for 4M+ flash. **RECOMMENDED RELEASE BINARY** - **tasmota32xy.bin** = The Tasmota version with most drivers including additional sensors and KNX for ESP32-C3/S2/S3 and 4M+ flash. @@ -119,7 +119,9 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Breaking Changed ### Changed +- ESP32 Framework (Core) from v2.0.7 to v2.0.8 ### Fixed - ESP8266 Energy Export Active no update regression from v12.3.1.3 -- NovaSDS GUI values [#18444](https://github.com/arendst/Tasmota/issues/18444) \ No newline at end of file +- NovaSDS GUI values [#18444](https://github.com/arendst/Tasmota/issues/18444) +- Berry fix rules for string comparisons [#18464](https://github.com/arendst/Tasmota/issues/18464) \ No newline at end of file