From fd1b08408d722397eb3dd931de69a97a23f8baf4 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 14 Oct 2025 21:46:56 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0b34d3..e0773a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ 0.1.1 ===== -- Update to MicroPython 1.25.1 and LVGL 9.3 -- OSUpdate: check update depending on current hardware identifier, add "force update" option, improve user feedback -- AppStore, Launcher, Settings: fix compatibility with LVGL 9.3 +- Update to MicroPython 1.25.0 and LVGL 9.3 +- 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 0.0.11 ======