From a22dc17306abcdfa9b6adb26c0eff66c37c290a2 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 14 Oct 2025 21:47:28 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0773a80..07ec5ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ 0.1.1 ===== -- Update to MicroPython 1.25.0 and LVGL 9.3 +- Update to MicroPython 1.25.0 and LVGL 9.3.0 - About app: add info about over-the-air partitions - OSUpdate app: check update depending on current hardware identifier, add "force update" option, improve user feedback -- AppStore, Launcher, Settings: support compatibility with LVGL 9.3 +- AppStore, Launcher, Settings: adjust for compatibility with LVGL 9.3.0 0.0.11 ======