mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
761ddaa57b
commit
257112e2a7
|
@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
|
||||||
### Added
|
### Added
|
||||||
- Support for Shelly PlusPMMini, Plus1Mini and Plus1PMMini
|
- Support for Shelly PlusPMMini, Plus1Mini and Plus1PMMini
|
||||||
- Matter support for Virtual Devices controllable via Rules or Berry (#19520)
|
- Matter support for Virtual Devices controllable via Rules or Berry (#19520)
|
||||||
- Berry read and write Counters
|
- Berry read and write Counters (#19558)
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
|
|
||||||
|
|
|
@ -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 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.12**.
|
This release will be supported from ESP32/Arduino library Core version **2.0.13**.
|
||||||
|
|
||||||
Support of ESP8266 Core versions before 2.7.4.9 and ESP32 Core versions before 2.0.12 have been removed.
|
Support of ESP8266 Core versions before 2.7.4.9 and ESP32 Core versions before 2.0.13 have been removed.
|
||||||
|
|
||||||
## Support of TLS
|
## 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``
|
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
|
### ESP32, ESP32-C3, ESP32-S2 and ESP32-S3 based
|
||||||
The following binary downloads have been compiled with ESP32/Arduino library core version **2.0.12**.
|
The following binary downloads have been compiled with ESP32/Arduino library core version **2.0.13**.
|
||||||
|
|
||||||
- **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**
|
||||||
- **tasmota32xy.bin** = The Tasmota version with most drivers including additional sensors and KNX for ESP32-C3/S2/S3 and 4M+ flash.
|
- **tasmota32xy.bin** = The Tasmota version with most drivers including additional sensors and KNX for ESP32-C3/S2/S3 and 4M+ flash.
|
||||||
|
@ -118,12 +118,14 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
||||||
- Support for HDMI CEC protocol [#19434](https://github.com/arendst/Tasmota/issues/19434)
|
- Support for HDMI CEC protocol [#19434](https://github.com/arendst/Tasmota/issues/19434)
|
||||||
- Support different baudrates on BL0942
|
- Support different baudrates on BL0942
|
||||||
- Support for Shelly PlusPMMini, Plus1Mini and Plus1PMMini
|
- Support for Shelly PlusPMMini, Plus1Mini and Plus1PMMini
|
||||||
|
- Berry read and write Counters [#19558](https://github.com/arendst/Tasmota/issues/19558)
|
||||||
|
- Matter support for Virtual Devices controllable via Rules or Berry [#19520](https://github.com/arendst/Tasmota/issues/19520)
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- ESP32 Framework (Arduino Core) from v2.0.11 to v2.0.13
|
- ESP32 Framework (Arduino Core) from v2.0.11 to v2.0.13
|
||||||
- ESP32 LVGL library from v8.3.8 to v8.3.9 (no functional change)
|
- ESP32 LVGL library from v8.3.8 to v8.3.10 (no functional change)
|
||||||
- Display invert setting after tasmota start in uDisplay driver [#19337](https://github.com/arendst/Tasmota/issues/19337)
|
- Display invert setting after tasmota start in uDisplay driver [#19337](https://github.com/arendst/Tasmota/issues/19337)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Reference in New Issue