Update changelogs

This commit is contained in:
Theo Arends 2025-04-14 10:52:54 +02:00
parent 3a28938b91
commit 83118b9e05
2 changed files with 4 additions and 2 deletions

View File

@ -11,8 +11,8 @@ All notable changes to this project will be documented in this file.
- AlpineJS 2.8.2 - optional for now (#23259)
### Breaking Changed
- HASPmota added `y2_min` and `y2_max` to control the second series of `chart`
- HASPmota default theme is now Tasmota-style
- HASPmota added `y2_min` and `y2_max` to control the second series of `chart` (#23287)
- HASPmota default theme is now Tasmota-style (#23288)
### Changed
- Output of commands `GPIO` and `GPIOs` swapped

View File

@ -136,6 +136,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Breaking Changed
- Berry remove `Leds.create_matrix` from the standard library waiting for reimplementation [#23114](https://github.com/arendst/Tasmota/issues/23114)
- HASPmota added `y2_min` and `y2_max` to control the second series of `chart` [#23287](https://github.com/arendst/Tasmota/issues/23287)
- HASPmota default theme is now Tasmota-style [#23288](https://github.com/arendst/Tasmota/issues/23288)
### Changed
- ESP32 Platform from 2025.02.30 to 2025.04.30, Framework (Arduino Core) from v3.1.1.250203 to v3.1.3.250411 and IDF from v5.3.2.250120 to 5.3.2.250403 [#23280](https://github.com/arendst/Tasmota/issues/23280)