You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Increment version numbers
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
=====
|
||||
- Add custom MposKeyboard with more than 50% bigger buttons, great for tiny touch screens!
|
||||
- Apply theme changes (dark mode, color) immediately after saving
|
||||
- About app: add a bit more info
|
||||
- Camera app: fix one-in-two "camera image stays blank" issue
|
||||
- OSUpdate app: enable scrolling with joystick/arrow keys
|
||||
- OSUpdate app: Major rework with improved reliability and user experience
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
"publisher": "MicroPythonOS",
|
||||
"short_description": "Just shows confetti",
|
||||
"long_description": "Nothing special, just a demo.",
|
||||
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/icons/com.micropythonos.confetti_0.0.1_64x64.png",
|
||||
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/mpks/com.micropythonos.confetti_0.0.1.mpk",
|
||||
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/icons/com.micropythonos.confetti_0.0.2_64x64.png",
|
||||
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/mpks/com.micropythonos.confetti_0.0.2.mpk",
|
||||
"fullname": "com.micropythonos.confetti",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"category": "games",
|
||||
"activities": [
|
||||
{
|
||||
|
||||
@@ -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.0.5_64x64.png",
|
||||
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/mpks/com.micropythonos.about_0.0.5.mpk",
|
||||
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/icons/com.micropythonos.about_0.0.6_64x64.png",
|
||||
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/mpks/com.micropythonos.about_0.0.6.mpk",
|
||||
"fullname": "com.micropythonos.about",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"category": "development",
|
||||
"activities": [
|
||||
{
|
||||
|
||||
@@ -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.6_64x64.png",
|
||||
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/mpks/com.micropythonos.settings_0.0.6.mpk",
|
||||
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/icons/com.micropythonos.settings_0.0.7_64x64.png",
|
||||
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/mpks/com.micropythonos.settings_0.0.7.mpk",
|
||||
"fullname": "com.micropythonos.settings",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7",
|
||||
"category": "development",
|
||||
"activities": [
|
||||
{
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
"publisher": "MicroPythonOS",
|
||||
"short_description": "WiFi Network Configuration",
|
||||
"long_description": "Scans for wireless networks, shows a list of SSIDs, allows for password entry, and connecting.",
|
||||
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.8_64x64.png",
|
||||
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.8.mpk",
|
||||
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.9_64x64.png",
|
||||
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.9.mpk",
|
||||
"fullname": "com.micropythonos.wifi",
|
||||
"version": "0.0.8",
|
||||
"version": "0.0.9",
|
||||
"category": "networking",
|
||||
"activities": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user