Update change logs

This commit is contained in:
Theo Arends
2026-03-23 15:54:47 +01:00
parent beed56f7fc
commit 58b7d85c9e
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -14,12 +14,12 @@ All notable changes to this project will be documented in this file.
- ESP32 Platform from 2025.02.30 to 2026.03.30, Framework (Arduino Core) from v3.1.9 to v3.1.10 and IDF from v5.3.4.251226 to v5.3.4.260127 (#24547)
- Matter don't advertize IPv6 global address, only link-local (#24563)
- ESP32-C5/C6/P4 Platform from 2025.03.30 to 2026.03.50, Framework (Arduino Core) from v3.1.10 to v3.3.7 and IDF from v5.3.4.260127 to v5.5.3+ (#24567)
- NeoPool always output valid sensitive data
- NeoPool always output valid sensitive data (#24573)
### Fixed
- Athom esp32 2-3-4 gang change led behaviour after firmware update (#24509)
- ESP8266 heap drain and exception 29 when DHCP provides NTP server (#24515)
- NeoPool fix possible IntegerDivideByZero
- NeoPool possible IntegerDivideByZero (#24578)
### Removed
+3 -1
View File
@@ -136,14 +136,16 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- Sensirion Core library from v0.6.0 to v0.7.2
- LVGL library from v9.4.0 to v9.5.0 [#24470](https://github.com/arendst/Tasmota/issues/24470)
- SHT1x software reset I2C bus after initial (un)detection
- NeoPool always output valid sensitive data [#24573](https://github.com/arendst/Tasmota/issues/24573)
- Matter improved parameters handling [#24471](https://github.com/arendst/Tasmota/issues/24471)
### Fixed
- ESP8266 heap drain and exception 29 when DHCP provides NTP server [#24515](https://github.com/arendst/Tasmota/issues/24515)
- Crash when shutting down Wifi with `Wifi 0` [#24536](https://github.com/arendst/Tasmota/issues/24536)
- Don't send extraneous `0\r\n\r\n` with non-chunked HTTP/1.0 [#24518](https://github.com/arendst/Tasmota/issues/24518)
- NeoPool possible IntegerDivideByZero [#24578](https://github.com/arendst/Tasmota/issues/24578)
- Do not free BT memory when in use [#24480](https://github.com/arendst/Tasmota/issues/24480)
- Berry avoid `tasmota.wifi()` returning bad values when wifi is turned off [#24505](https://github.com/arendst/Tasmota/issues/24505)
- Don't send extraneous `0\r\n\r\n` with non-chunked HTTP/1.0 [#24518](https://github.com/arendst/Tasmota/issues/24518)
- File upload improvements: `/ufsu` api mode, no interrupts disabling, cleaner confirmation page [#24521](https://github.com/arendst/Tasmota/issues/24521)
### Removed