mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
8231a0429c
commit
e77a5f57ff
|
@ -16,11 +16,12 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### Changed
|
||||
- LVGL optimize fonts and add icons (#20880)
|
||||
- LVGL improved readability of montserrat-10
|
||||
- LVGL improved readability of montserrat-10 (#20900)
|
||||
|
||||
### Fixed
|
||||
- Berry bug when parsing ternary operator (#20839)
|
||||
- HASPmota widgets line, btnmatrix, qrcode, bar, checkbox (#20881)
|
||||
- Filesystem save of JSON settings data
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
@ -142,12 +142,14 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- Matter reduce memory usage when reading with wildcards [#20809](https://github.com/arendst/Tasmota/issues/20809)
|
||||
- LVGL make lv_touch_3_buttons more responsive [#20728](https://github.com/arendst/Tasmota/issues/20728)
|
||||
- LVGL optimize fonts and add icons [#20880](https://github.com/arendst/Tasmota/issues/20880)
|
||||
- LVGL improved readability of montserrat-10 [#20900](https://github.com/arendst/Tasmota/issues/20900)
|
||||
- HASPmota fix and improve demo with pixel-perfect fonts [#20734](https://github.com/arendst/Tasmota/issues/20734)
|
||||
- HASPmota more attributes [#20744](https://github.com/arendst/Tasmota/issues/20744)
|
||||
- HASPmota support for spangroup (styled text) [#20852](https://github.com/arendst/Tasmota/issues/20852)
|
||||
- HASPmota support for led [#20857](https://github.com/arendst/Tasmota/issues/20857)
|
||||
|
||||
### Fixed
|
||||
- Filesystem save of JSON settings data
|
||||
- Shutter inverted using internal commands [#20752](https://github.com/arendst/Tasmota/issues/20752)
|
||||
- ESP32 PWM activity on unconfigured PWM GPIOs [#20732](https://github.com/arendst/Tasmota/issues/20732)
|
||||
- Berry Memory leak in `import re` [#20823](https://github.com/arendst/Tasmota/issues/20823)
|
||||
|
|
Loading…
Reference in New Issue