From d350494bcd9ced09d85e38cb511427df5998309d Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Mon, 20 Oct 2025 15:29:26 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddf89c4d..7b171591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ 0.1.2 ===== - Fix KeyPad focus handling for devices without touch screen like the Fri3d Camp 2024 Badge +- Use direction arrows for more intuitive navigation instead of pageup/pagedown for previous/next +- About app: enable scrolling using arrow keys so off-screen info can be viewed - AppStore app: don't update UI after the user has closed the app +- Launcher app: improve error handling - Wifi app: cleanup and improve keyboard and focus handling - Wifi app: improve different screensize handling -- About app: enable scrolling using arrow keys so off-screen info can be viewed 0.1.1 =====