From 86f4519645af13087a8a89367eacf5c8f15e1c97 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Wed, 12 Nov 2025 14:48:29 +0100 Subject: [PATCH] Increment version numbers --- .../apps/com.micropythonos.osupdate/META-INF/MANIFEST.JSON | 6 +++--- .../apps/com.micropythonos.settings/META-INF/MANIFEST.JSON | 6 +++--- internal_filesystem/lib/mpos/info.py | 2 +- scripts/bundle_apps.sh | 4 +++- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/internal_filesystem/builtin/apps/com.micropythonos.osupdate/META-INF/MANIFEST.JSON b/internal_filesystem/builtin/apps/com.micropythonos.osupdate/META-INF/MANIFEST.JSON index c26d44f2..3b09409d 100644 --- a/internal_filesystem/builtin/apps/com.micropythonos.osupdate/META-INF/MANIFEST.JSON +++ b/internal_filesystem/builtin/apps/com.micropythonos.osupdate/META-INF/MANIFEST.JSON @@ -3,10 +3,10 @@ "publisher": "MicroPythonOS", "short_description": "Operating System Updater", "long_description": "Updates the operating system in a safe way, to a secondary partition. After the update, the device is restarted. If the system starts up successfully, it is marked as valid and kept. Otherwise, a rollback to the old, primary partition is performed.", -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/icons/com.micropythonos.osupdate_0.0.7_64x64.png", -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/mpks/com.micropythonos.osupdate_0.0.7.mpk", +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/icons/com.micropythonos.osupdate_0.0.8_64x64.png", +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/mpks/com.micropythonos.osupdate_0.0.8.mpk", "fullname": "com.micropythonos.osupdate", -"version": "0.0.7", +"version": "0.0.8", "category": "osupdate", "activities": [ { diff --git a/internal_filesystem/builtin/apps/com.micropythonos.settings/META-INF/MANIFEST.JSON b/internal_filesystem/builtin/apps/com.micropythonos.settings/META-INF/MANIFEST.JSON index 5ce9a645..b4b68ba4 100644 --- a/internal_filesystem/builtin/apps/com.micropythonos.settings/META-INF/MANIFEST.JSON +++ b/internal_filesystem/builtin/apps/com.micropythonos.settings/META-INF/MANIFEST.JSON @@ -3,10 +3,10 @@ "publisher": "MicroPythonOS", "short_description": "View and change MicroPythonOS settings.", "long_description": "This is the official settings app for MicroPythonOS. It allows you to configure all aspects of MicroPythonOS.", -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/icons/com.micropythonos.settings_0.0.5_64x64.png", -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/mpks/com.micropythonos.settings_0.0.5.mpk", +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/icons/com.micropythonos.settings_0.0.6_64x64.png", +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/mpks/com.micropythonos.settings_0.0.6.mpk", "fullname": "com.micropythonos.settings", -"version": "0.0.5", +"version": "0.0.6", "category": "development", "activities": [ { diff --git a/internal_filesystem/lib/mpos/info.py b/internal_filesystem/lib/mpos/info.py index 89cafd16..9984819d 100644 --- a/internal_filesystem/lib/mpos/info.py +++ b/internal_filesystem/lib/mpos/info.py @@ -1,4 +1,4 @@ -CURRENT_OS_VERSION = "0.3.1" +CURRENT_OS_VERSION = "0.3.2" # Unique string that defines the hardware, used by OSUpdate and the About app _hardware_id = "missing-hardware-info" diff --git a/scripts/bundle_apps.sh b/scripts/bundle_apps.sh index 8c268e39..742daab0 100755 --- a/scripts/bundle_apps.sh +++ b/scripts/bundle_apps.sh @@ -17,7 +17,9 @@ rm "$outputjson" # These apps are for testing, or aren't ready yet: # com.quasikili.quasidoodle doesn't work on touch screen devices # com.micropythonos.filemanager doesn't do anything other than let you browse the filesystem, so it's confusing -blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle" +# com.micropythonos.confetti crashes when closing +# com.micropythonos.showfonts is slow to open +blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.confetti com.micropythonos.showfonts" echo "[" | tee -a "$outputjson"