mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
979dd86730
commit
b58615183f
|
@ -11,10 +11,11 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### Changed
|
||||
- TCP bridge increased baudrate selection (#21528)
|
||||
- Berry coc parser keeps order of variables
|
||||
- Berry coc parser keeps order of variables (#21542)
|
||||
|
||||
### Fixed
|
||||
- uDisplay Parallel display on Core3 (#21529)
|
||||
- LVGL exception when using tjpegd (#21544)
|
||||
|
||||
### Removed
|
||||
- Deprecated code from drivers, `USE_TTGO_WATCH` and `USE_M5STACK_CORE2` (#21533)
|
||||
|
|
|
@ -140,6 +140,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- Berry binary compiled with gcc [#21426](https://github.com/arendst/Tasmota/issues/21426)
|
||||
- Berry allow easy solidification of external Berry [#21430](https://github.com/arendst/Tasmota/issues/21430)
|
||||
- Berry change internal storage of parent class for methods [#21490](https://github.com/arendst/Tasmota/issues/21490)
|
||||
- Berry coc parser keeps order of variables [#21542](https://github.com/arendst/Tasmota/issues/21542)
|
||||
|
||||
### Fixed
|
||||
- Domoticz re-subscribe on MQTT reconnect. Regression from v13.4.0.3 [#21281](https://github.com/arendst/Tasmota/issues/21281)
|
||||
|
@ -158,6 +159,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- I2S APLL not supported on all SOCs [#21483](https://github.com/arendst/Tasmota/issues/21483)
|
||||
- Webradio crash with invalid url [#21446](https://github.com/arendst/Tasmota/issues/21446)
|
||||
- Berry Leds matrix alternate more and error about 'bri' attribute [#21431](https://github.com/arendst/Tasmota/issues/21431)
|
||||
- LVGL exception when using tjpegd [#21544](https://github.com/arendst/Tasmota/issues/21544)
|
||||
- Matter auto-fix IPv6 link-local zone id when network reconnects [#21494](https://github.com/arendst/Tasmota/issues/21494)
|
||||
|
||||
### Removed
|
||||
|
|
Loading…
Reference in New Issue