Update changelogs

This commit is contained in:
Theo Arends 2024-06-25 22:58:46 +02:00
parent bf1dace55d
commit 33225bfabb
2 changed files with 7 additions and 3 deletions

View File

@ -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 platform update from 2024.01.01 to 2024.06.00 (#21668)
- ESP8266 Framework (Arduino Core) from v2.7.6 to v2.7.7 (#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) - 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 ### Fixed
- Matter interverted attributes 0xFFF9 and 0xFFFB (#21636) - Matter interverted attributes 0xFFF9 and 0xFFFB (#21636)

View File

@ -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 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 ### 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`` 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 ### 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** - **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. - **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 ### Changed
- ESP8266 platform update from 2024.01.01 to 2024.06.00 [#21668](https://github.com/arendst/Tasmota/issues/21668) - 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) - 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`` - Optional MQTT_TELE_RETAIN to Energy Margins message replaced by ``SensorRetain``
- Display timing splash screen with display modes 1 to 5 - Display timing splash screen with display modes 1 to 5
- Allow receive or send using SerialBridge - Allow receive or send using SerialBridge