Skip to content

Commit aff94d7

Browse files
Increment app version numbers and update CHANGELOG
1 parent 18c78f1 commit aff94d7

File tree

8 files changed

+29
-26
lines changed

8 files changed

+29
-26
lines changed

CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
0.5.2
22
=====
3-
- AudioFlinger: optimize WAV volume scaling for speed and immediately set volume
4-
- AudioFlinger: add support for I2S microphone recording to WAV
5-
- About app: add mpy info
3+
- Fri3d Camp 2024 Board: add I2S microphone as found on the communicator add-on
4+
- API: add TaskManager that wraps asyncio
5+
- API: add DownloadManager that uses TaskManager
6+
- API: use aiorepl to eliminate another thread
7+
- AudioFlinger API: add support for I2S microphone recording to WAV
8+
- AudioFlinger API: optimize WAV volume scaling for speed and immediately set volume
9+
- Rearrange automated testing facilities
10+
- About app: add mpy format info
611
- AppStore app: eliminate all threads by using TaskManager
7-
- AppStore app: add support for BadgeHub backend (not default)
12+
- AppStore app: add experimental support for BadgeHub backend (not enabled)
13+
- MusicPlayer app: faster volume slider action
814
- OSUpdate app: show download speed
15+
- SoundRecorder app: created to test AudioFlinger's new recording feature!
916
- WiFi app: new "Add network" functionality for out-of-range networks
1017
- WiFi app: add support for hidden networks
1118
- WiFi app: add "Forget" button to delete networks
12-
- API: add TaskManager that wraps asyncio
13-
- API: add DownloadManager that uses TaskManager
14-
- API: use aiorepl to eliminate another thread
15-
1619

1720
0.5.1
1821
=====

internal_filesystem/apps/com.micropythonos.musicplayer/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": "Player audio files",
55
"long_description": "Traverse around the filesystem and play audio files that you select.",
6-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.0.5_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.0.5.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.0.6_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.0.6.mpk",
88
"fullname": "com.micropythonos.musicplayer",
9-
"version": "0.0.5",
9+
"version": "0.0.6",
1010
"category": "development",
1111
"activities": [
1212
{

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.7_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/mpks/com.micropythonos.about_0.0.7.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/icons/com.micropythonos.about_0.0.8_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/mpks/com.micropythonos.about_0.0.8.mpk",
88
"fullname": "com.micropythonos.about",
9-
"version": "0.0.7",
9+
"version": "0.0.8",
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": "This is the place to discover, find, install, uninstall and upgrade all the apps that make your device useless.",
6-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/icons/com.micropythonos.appstore_0.0.9_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/mpks/com.micropythonos.appstore_0.0.9.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/icons/com.micropythonos.appstore_0.0.10_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/mpks/com.micropythonos.appstore_0.0.10.mpk",
88
"fullname": "com.micropythonos.appstore",
9-
"version": "0.0.9",
9+
"version": "0.0.10",
1010
"category": "appstore",
1111
"activities": [
1212
{

internal_filesystem/builtin/apps/com.micropythonos.osupdate/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": "Operating System Updater",
55
"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.",
6-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/icons/com.micropythonos.osupdate_0.0.11_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/mpks/com.micropythonos.osupdate_0.0.11.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/icons/com.micropythonos.osupdate_0.0.12_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/mpks/com.micropythonos.osupdate_0.0.12.mpk",
88
"fullname": "com.micropythonos.osupdate",
9-
"version": "0.0.11",
9+
"version": "0.0.12",
1010
"category": "osupdate",
1111
"activities": [
1212
{

internal_filesystem/builtin/apps/com.micropythonos.wifi/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": "WiFi Network Configuration",
55
"long_description": "Scans for wireless networks, shows a list of SSIDs, allows for password entry, and connecting.",
6-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.11_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.11.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.12_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.12.mpk",
88
"fullname": "com.micropythonos.wifi",
9-
"version": "0.0.11",
9+
"version": "0.0.12",
1010
"category": "networking",
1111
"activities": [
1212
{

internal_filesystem/lib/websocket.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,9 @@ async def run_forever(
229229

230230
# Run the event loop in the main thread
231231
try:
232-
print("doing run_until_complete")
232+
print("websocket's run_forever creating _async_main task")
233233
#self._loop.run_until_complete(self._async_main()) # this doesn't always finish!
234234
asyncio.create_task(self._async_main())
235-
print("after run_until_complete")
236235
except KeyboardInterrupt:
237236
_log_debug("run_forever got KeyboardInterrupt")
238237
self.close()

scripts/bundle_apps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ rm "$outputjson"
2222
# com.micropythonos.draw isnt very useful
2323
# com.micropythonos.errortest is an intentional bad app for testing (caught by tests/test_graphical_launch_all_apps.py)
2424
# com.micropythonos.showbattery is just a test
25-
blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.confetti com.micropythonos.showfonts com.micropythonos.draw com.micropythonos.errortest com.micropythonos.showbattery"
25+
# com.micropythonos.doom isn't ready because the firmware doesn't have doom built-in yet
26+
blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.confetti com.micropythonos.showfonts com.micropythonos.draw com.micropythonos.errortest com.micropythonos.showbattery com.micropythonos.doom"
2627

2728
echo "[" | tee -a "$outputjson"
2829

0 commit comments

Comments
 (0)