Skip to content

Commit 29f316f

Browse files
Update CHANGELOG and MANIFESTs
1 parent 0f8a455 commit 29f316f

File tree

5 files changed

+14
-16
lines changed

5 files changed

+14
-16
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
0.1.1
22
=====
3-
- OSUpdate: check update depending on current hardware identifier, add "force update" option
4-
5-
0.1.0
6-
=====
73
- Update to MicroPython 1.25.1 and LVGL 9.3
4+
- OSUpdate: check update depending on current hardware identifier, add "force update" option
5+
- AppStore, Launcher, Settings: fix compatibility with LVGL 9.3
86

97
0.0.11
108
======

internal_filesystem/builtin/apps/com.micropythonos.about/META-INF/MANIFEST.JSON

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"publisher": "MicroPythonOS",
44
"short_description": "Info about MicroPythonOS",
55
"long_description": "Shows current MicroPythonOS version, MicroPython version, build date and other useful info..",
6-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/icons/com.micropythonos.about_0.0.3_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/mpks/com.micropythonos.about_0.0.3.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/icons/com.micropythonos.about_0.0.4_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/mpks/com.micropythonos.about_0.0.4.mpk",
88
"fullname": "com.micropythonos.about",
9-
"version": "0.0.3",
9+
"version": "0.0.4",
1010
"category": "development",
1111
"activities": [
1212
{

internal_filesystem/builtin/apps/com.micropythonos.appstore/META-INF/MANIFEST.JSON

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"publisher": "MicroPythonOS",
44
"short_description": "Store for App(lication)s",
55
"long_description": "",
6-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/icons/com.micropythonos.appstore_0.0.4_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/mpks/com.micropythonos.appstore_0.0.4.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/icons/com.micropythonos.appstore_0.0.6_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/mpks/com.micropythonos.appstore_0.0.6.mpk",
88
"fullname": "com.micropythonos.appstore",
9-
"version": "0.0.4",
9+
"version": "0.0.6",
1010
"category": "appstore",
1111
"activities": [
1212
{

internal_filesystem/builtin/apps/com.micropythonos.launcher/META-INF/MANIFEST.JSON

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"publisher": "MicroPythonOS",
44
"short_description": "Simple launcher to start apps.",
55
"long_description": "",
6-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.launcher/icons/com.micropythonos.launcher_0.0.4_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.launcher/mpks/com.micropythonos.launcher_0.0.4.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.launcher/icons/com.micropythonos.launcher_0.0.5_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.launcher/mpks/com.micropythonos.launcher_0.0.5.mpk",
88
"fullname": "com.micropythonos.launcher",
9-
"version": "0.0.4",
9+
"version": "0.0.5",
1010
"category": "launcher",
1111
"activities": [
1212
{

internal_filesystem/builtin/apps/com.micropythonos.settings/META-INF/MANIFEST.JSON

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"publisher": "MicroPythonOS",
44
"short_description": "View and change MicroPythonOS settings.",
55
"long_description": "This is the official settings app for MicroPythonOS. It allows you to configure all aspects of MicroPythonOS.",
6-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/icons/com.micropythonos.settings_0.0.3_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/mpks/com.micropythonos.settings_0.0.3.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/icons/com.micropythonos.settings_0.0.4_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/mpks/com.micropythonos.settings_0.0.4.mpk",
88
"fullname": "com.micropythonos.settings",
9-
"version": "0.0.3",
9+
"version": "0.0.4",
1010
"category": "development",
1111
"activities": [
1212
{

0 commit comments

Comments
 (0)