Update changelogs

This commit is contained in:
Theo Arends 2025-04-11 15:11:38 +02:00
parent 230ce2c539
commit 1a8903578f
2 changed files with 4 additions and 2 deletions

View File

@ -15,11 +15,12 @@ All notable changes to this project will be documented in this file.
### Changed ### Changed
- Output of commands `GPIO` and `GPIOs` swapped - Output of commands `GPIO` and `GPIOs` swapped
- Smoothen light gamma curve when using `Fade` (#23230) - Smoothen light gamma curve when using `Fade` (#23230)
- ESP32 Platform from 2025.03.30 to 2025.04.30, Framework (Arduino Core) from v3.1.3.250302 to v3.1.3.250411 and IDF from v5.3.2.250228 to 5.3.2.250403 (#23280)
### Fixed ### Fixed
- INA226 driver fixes (#23197) - INA226 driver fixes (#23197)
- TLS increase timeout and fix crash (#23249) - TLS increase timeout and fix crash (#23249)
- Berry `readline` when a line is exactly 98 characters - Berry `readline` when a line is exactly 98 characters (#23276)
### Removed ### Removed

View File

@ -138,7 +138,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- Berry remove `Leds.create_matrix` from the standard library waiting for reimplementation [#23114](https://github.com/arendst/Tasmota/issues/23114) - Berry remove `Leds.create_matrix` from the standard library waiting for reimplementation [#23114](https://github.com/arendst/Tasmota/issues/23114)
### Changed ### Changed
- ESP32 Platform from 2025.02.30 to 2025.03.30, Framework (Arduino Core) from v3.1.1.250203 to v3.1.3.250302 and IDF from v5.3.2.250120 to 5.3.2.250228 [#23088](https://github.com/arendst/Tasmota/issues/23088) - 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)
- Output of commands `GPIO` and `GPIOs` swapped - Output of commands `GPIO` and `GPIOs` swapped
- Smoothen light gamma curve when using `Fade` [#23230](https://github.com/arendst/Tasmota/issues/23230) - Smoothen light gamma curve when using `Fade` [#23230](https://github.com/arendst/Tasmota/issues/23230)
- RCSwitch `RCSWITCH_SEPARATION_LIMIT` from 4100 to 3600 - RCSwitch `RCSWITCH_SEPARATION_LIMIT` from 4100 to 3600
@ -159,5 +159,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- ESP32 intermittent exception on WiFi AP cannot be reached [#23115](https://github.com/arendst/Tasmota/issues/23115) - ESP32 intermittent exception on WiFi AP cannot be reached [#23115](https://github.com/arendst/Tasmota/issues/23115)
- ESP32-C3 WiFi sleep [#23096](https://github.com/arendst/Tasmota/issues/23096) - ESP32-C3 WiFi sleep [#23096](https://github.com/arendst/Tasmota/issues/23096)
- Berry prevent `import` from hiding a solidified class [#23112](https://github.com/arendst/Tasmota/issues/23112) - Berry prevent `import` from hiding a solidified class [#23112](https://github.com/arendst/Tasmota/issues/23112)
- Berry `readline` when a line is exactly 98 characters [#23276](https://github.com/arendst/Tasmota/issues/23276)
### Removed ### Removed