mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
787f153219
commit
cbd533c1e9
|
@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- ESP32 refactored Wifi for ESP32 Core3 release (#21106)
|
- ESP32 refactored Wifi for ESP32 Core3 release (#21106)
|
||||||
|
- ESP32 Core3 platform update from 2024.02.10 to 2024.04.10 (#21114)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- NeoPool hydrolysis unit for Hidrolife, Bionet and Generic device (#21098)
|
- NeoPool hydrolysis unit for Hidrolife, Bionet and Generic device (#21098)
|
||||||
|
@ -99,6 +100,7 @@ All notable changes to this project will be documented in this file.
|
||||||
- ESP32 Core3 SPI ethernet support for all models
|
- ESP32 Core3 SPI ethernet support for all models
|
||||||
- Berry class `int64` made immutable (#20727)
|
- Berry class `int64` made immutable (#20727)
|
||||||
- LVGL make lv_touch_3_buttons more responsive (#20728)
|
- LVGL make lv_touch_3_buttons more responsive (#20728)
|
||||||
|
- ESP32 Core3 platform update from 2024.01.12 to 2024.02.10 (#20730)
|
||||||
- HASPmota fix and improve demo with pixel-perfect fonts (#20734)
|
- HASPmota fix and improve demo with pixel-perfect fonts (#20734)
|
||||||
- NeoPool webUI pH alarms (4 & 5) completed (#20743)
|
- NeoPool webUI pH alarms (4 & 5) completed (#20743)
|
||||||
- Matter reduce memory usage when reading with wildcards (#20809)
|
- Matter reduce memory usage when reading with wildcards (#20809)
|
||||||
|
|
|
@ -150,7 +150,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
||||||
- LVGL remove `textarea` and `spinbox` from binaries [#20916](https://github.com/arendst/Tasmota/issues/20916)
|
- LVGL remove `textarea` and `spinbox` from binaries [#20916](https://github.com/arendst/Tasmota/issues/20916)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- ESP32 Core3 platform update from 2024.01.12 to 2024.02.10 [#20730](https://github.com/arendst/Tasmota/issues/20730)
|
- ESP32 Core3 platform update from 2024.01.12 to 2024.04.10 [#21114](https://github.com/arendst/Tasmota/issues/21114)
|
||||||
- ESP32 LVGL library from v9.0.0 to v9.1.0 [#21008](https://github.com/arendst/Tasmota/issues/21008)
|
- ESP32 LVGL library from v9.0.0 to v9.1.0 [#21008](https://github.com/arendst/Tasmota/issues/21008)
|
||||||
- Refactor Platformio script `post_esp32.py` [#20966](https://github.com/arendst/Tasmota/issues/20966)
|
- Refactor Platformio script `post_esp32.py` [#20966](https://github.com/arendst/Tasmota/issues/20966)
|
||||||
- NeoPool webUI pH alarms (4 & 5) completed (#20743)[#20743](https://github.com/arendst/Tasmota/issues/20743)
|
- NeoPool webUI pH alarms (4 & 5) completed (#20743)[#20743](https://github.com/arendst/Tasmota/issues/20743)
|
||||||
|
|
Loading…
Reference in New Issue