Update changelogs

This commit is contained in:
Theo Arends 2024-05-30 14:12:20 +02:00
parent ec696509b9
commit 533b86d890
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
- TCP bridge increased baudrate selection (#21528)
### Fixed
- uDisplay Parallel display on Core3 (#21529)
### Removed
@ -21,7 +22,6 @@ All notable changes to this project will be documented in this file.
### Fixed
- ESP32 slow response when using UDP as in emulation (#21470)
- uDisplay Parallel display on Core3
## [14.0.0.2] 20240529
### Added

View File

@ -144,6 +144,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- Domoticz re-subscribe on MQTT reconnect. Regression from v13.4.0.3 [#21281](https://github.com/arendst/Tasmota/issues/21281)
- Watchdog restart or freeze if ``displaytext`` is more than 128 characters [#21401](https://github.com/arendst/Tasmota/issues/21401)
- Wrong timeout in `WebQuery` and `webclient` since Core3 [#21442](https://github.com/arendst/Tasmota/issues/21442)
- uDisplay Parallel display on Core3 [#21529](https://github.com/arendst/Tasmota/issues/21529)
- UfsServe watchdog on large folder [#21486](https://github.com/arendst/Tasmota/issues/21486)
- SML compile error when median-filter is disabled [#21495](https://github.com/arendst/Tasmota/issues/21495)
- Hydreon RG15 malformed JSON string [#21508](https://github.com/arendst/Tasmota/issues/21508)