diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb9005a..e3353f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ===== Builtin Apps: +- About: use logger framework - Launcher: fit at least 3 apps per row on a 240px display - OSUpdate: replace 'force update' checkbox with improved button labels @@ -13,6 +14,7 @@ OS: - Scale MicroPythonOS boot logo down if necessary - Add board support: MaTouch ESP32-S3 SPI IPS 2.8' with Camera OV3660 - UI: Don't show battery icon if not present +- Move logging.py to subdirectory 0.7.1 ===== diff --git a/internal_filesystem/builtin/apps/com.micropythonos.about/META-INF/MANIFEST.JSON b/internal_filesystem/builtin/apps/com.micropythonos.about/META-INF/MANIFEST.JSON index 0bb0c065..5532c1bc 100644 --- a/internal_filesystem/builtin/apps/com.micropythonos.about/META-INF/MANIFEST.JSON +++ b/internal_filesystem/builtin/apps/com.micropythonos.about/META-INF/MANIFEST.JSON @@ -3,10 +3,10 @@ "publisher": "MicroPythonOS", "short_description": "Info about MicroPythonOS", "long_description": "Shows current MicroPythonOS version, MicroPython version, build date and other useful info..", -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/icons/com.micropythonos.about_0.1.0_64x64.png", -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/mpks/com.micropythonos.about_0.1.0.mpk", +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/icons/com.micropythonos.about_0.1.1_64x64.png", +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/mpks/com.micropythonos.about_0.1.1.mpk", "fullname": "com.micropythonos.about", -"version": "0.1.0", +"version": "0.1.1", "category": "development", "activities": [ {