diff --git a/CHANGELOG.md b/CHANGELOG.md index 2549eee80..5b904a36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 00eacaf83..67c15c481 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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)