From 90ebff552dcc657c1a6d5ff93d5fda6a1e246091 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 22 Feb 2025 15:01:37 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 11 ++++++----- RELEASENOTES.md | 6 ++++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d8a2c17..0e1ed2391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,16 @@ All notable changes to this project will be documented in this file. ## [14.5.0.1] ### Added -- Berry experimental driver for AXP2101 for M5Core2v1.1 -- LVGL experimental mirroring of display on Web UI +- Berry experimental driver for AXP2101 for M5Core2v1.1 (#23039) +- LVGL experimental mirroring of display on Web UI (#23041) ### Breaking Changed +- Replaced `#define USE_MQTT_AWS_IOT` by `#define USE_MQTT_CLIENT_CERT` (#22998) ### Changed -- LVGL, prepare for HASPmota theme, change: no-grow when clicked, DPI set to 160 -- LVGL Mirroring add checkbox to enable/disable the feature (in the iterim for a better solution) -- Leds Panel add checkbox to enable/disable the feature (in the iterim for a better solution) +- LVGL, prepare for HASPmota theme, change: no-grow when clicked, DPI set to 160 (#23040) +- LVGL Mirroring add checkbox to enable/disable the feature (in the iterim for a better solution) (#23047) +- Leds Panel add checkbox to enable/disable the feature (in the iterim for a better solution) (#23048) ### Fixed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3b634f8f8..9f27f4d8d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -116,10 +116,16 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ## Changelog v14.5.0.1 ### Added +- Berry experimental driver for AXP2101 for M5Core2v1.1 [#23039](https://github.com/arendst/Tasmota/issues/23039) +- LVGL experimental mirroring of display on Web UI [#23041](https://github.com/arendst/Tasmota/issues/23041) ### Breaking Changed +- Replaced `#define USE_MQTT_AWS_IOT` by `#define USE_MQTT_CLIENT_CERT` [#22998](https://github.com/arendst/Tasmota/issues/22998) ### Changed +- LVGL, prepare for HASPmota theme, change: no-grow when clicked, DPI set to 160 [#23040](https://github.com/arendst/Tasmota/issues/23040) +- LVGL Mirroring add checkbox to enable/disable the feature (in the iterim for a better solution) [#23047](https://github.com/arendst/Tasmota/issues/23047) +- Leds Panel add checkbox to enable/disable the feature (in the iterim for a better solution) [#23048](https://github.com/arendst/Tasmota/issues/23048) ### Fixed