From 1113646df6a0de9419d89557ab297fa0444561c9 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Thu, 8 May 2025 12:29:02 +0200 Subject: [PATCH] Update osupdate.json --- ota_updates/osupdate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ota_updates/osupdate.json b/ota_updates/osupdate.json index fd8a2496..253b4475 100644 --- a/ota_updates/osupdate.json +++ b/ota_updates/osupdate.json @@ -1,5 +1,5 @@ { "version": "0.0.3", "download_url": "http://demo.lnpiggy.com:2121/osupdate_0.0.3.bin", -"changelog": "- wificonf: scan and connect to wifi in background thread so app stays responsive\n- appstore: add 'update' button if a new version of an app is available\n- appstore: add 'restore' button to restore updated built-in apps to their original built-in version\n- osupdate: show info about update and 'Start OS Update' before updating\n- Introduce MANIFEST.JSON format for apps" +"changelog": "- appstore: add 'update' button if a new version of an app is available\n- appstore: add 'restore' button to restore updated built-in apps to their original built-in version\n- launcher: don't show launcher apps and sort alphabetically\n- osupdate: show info about update and 'Start OS Update' before updating\n- wificonf: scan and connect to wifi in background thread so app stays responsive\n- introduce MANIFEST.JSON format for apps\n- improve notification bar behavior" }