From 187ecff2d9d73661a3b0c795e7a30a17c308e25c Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Mon, 12 Jan 2026 11:22:12 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c295046..93ba8690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ 0.5.3 ===== -- App framework: simplify MANIFEST.JSON -- Simplify: don't rate-limit update_ui_threadsafe_if_foreground +- AppStore app: add Settings screen to choose backend - WiFi app: check "hidden" in EditNetwork - Wifi app: add support for scanning wifi QR codes to "Add Network" +- Make "Power Off" button on desktop exit completely +- App framework: simplify MANIFEST.JSON +- Create new SettingsActivity and SettingActivity framework so apps can easily add settings screens with just a few lines of code - Improve robustness by catching unhandled app exceptions - Improve robustness with custom exception that does not deinit() the TaskHandler - Improve robustness by removing TaskHandler callback that throws an uncaught exception -- Make "Power Off" button on desktop exit completely -- Create new SettingsActivity and SettingActivity framework so apps can easily add settings screens with just a few lines of code +- Don't rate-limit update_ui_threadsafe_if_foreground 0.5.2 =====