diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ac396e2..2905affc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,11 +22,11 @@ All notable changes to this project will be documented in this file. ### Fixed - NeoPool hydrolysis unit for Hidrolife, Bionet and Generic device (#21098) - M5Core2 LoRa868 module receive exception -- Fade out on CCT bulb with `SO92 1` +- Fade out on CCT bulb with `SO92 1` (#21159) ### Removed - Unused `#define MQTT_DATA_STRING` support -- ILI9341 driver replaced with uDisplay +- ILI9341 driver replaced with uDisplay (#21169) ## [13.4.0.3] 20240402 ### Added diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 57dc631ab..92b377ceb 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.6** 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.14**. +This release will be supported from ESP32/Arduino library Core version **2.0.15**. -Support of ESP8266 Core versions before 2.7.6 and ESP32 Core versions before 2.0.14 have been removed. +Support of ESP8266 Core versions before 2.7.6 and ESP32 Core versions before 2.0.15 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.14**. +The following binary downloads have been compiled with ESP32/Arduino library core version **2.0.15**. - **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. @@ -177,6 +177,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Fixed - Filesystem save of JSON settings data +- Fade out on CCT bulb with `SO92 1` [#21159](https://github.com/arendst/Tasmota/issues/21159) - Shutter inverted using internal commands [#20752](https://github.com/arendst/Tasmota/issues/20752) - TuyaV2 suppressed dimmer updates from MQTT [#20950](https://github.com/arendst/Tasmota/issues/20950) - Scripter google char memory leak [#20995](https://github.com/arendst/Tasmota/issues/20995) @@ -195,4 +196,5 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Removed - Unused `#define MQTT_DATA_STRING` support +- ILI9341 driver replaced with uDisplay [#21169](https://github.com/arendst/Tasmota/issues/21169) - Berry `print "a"` syntax no longer supported [#21048](https://github.com/arendst/Tasmota/issues/21048)