From 7e220bf0e265d169f3b7a6f801fd09b5b1556d1b Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Mon, 7 Jul 2025 17:50:16 +0200 Subject: [PATCH] Update CHANGELOG and camera version --- CHANGELOG.md | 2 +- .../apps/com.micropythonos.camera/META-INF/MANIFEST.JSON | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a96a3c4e..7959be2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - Settings: add Timezone configuration - Draw: new app for simple drawing on a canvas - IMU: new app for showing data from the Intertial Measurement Unit ("Accellerometer") -- Speed up QR decoding 4x - thanks @kdmukai! +- Camera: speed up QR decoding 4x - thanks @kdmukai! 0.0.8 diff --git a/internal_filesystem/apps/com.micropythonos.camera/META-INF/MANIFEST.JSON b/internal_filesystem/apps/com.micropythonos.camera/META-INF/MANIFEST.JSON index 60d49734..ec04c39d 100644 --- a/internal_filesystem/apps/com.micropythonos.camera/META-INF/MANIFEST.JSON +++ b/internal_filesystem/apps/com.micropythonos.camera/META-INF/MANIFEST.JSON @@ -3,10 +3,10 @@ "publisher": "MicroPythonOS", "short_description": "Camera with QR decoding", "long_description": "Camera for both internal camera's and webcams, that includes QR decoding.", -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.0.6_64x64.png", -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.6.mpk", +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.0.7_64x64.png", +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.7.mpk", "fullname": "com.micropythonos.camera", -"version": "0.0.6", +"version": "0.0.7", "category": "camera", "activities": [ {