You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Increment version number
This commit is contained in:
+5
-1
@@ -1,9 +1,13 @@
|
||||
0.5.2
|
||||
=====
|
||||
- AudioFlinger: optimize WAV volume scaling for speed and immediately set volume
|
||||
- API: add TaskManager that wraps asyncio
|
||||
- AudioFlinger: eliminate thread by using TaskManager (asyncio)
|
||||
- AppStore app: eliminate all thread by using TaskManager
|
||||
- AppStore app: add support for BadgeHub backend
|
||||
- OSUpdate app: show download speed
|
||||
- API: add TaskManager that wraps asyncio
|
||||
- API: add DownloadManager that uses TaskManager
|
||||
- API: use aiorepl to eliminate another thread
|
||||
|
||||
|
||||
0.5.1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CURRENT_OS_VERSION = "0.5.1"
|
||||
CURRENT_OS_VERSION = "0.5.2"
|
||||
|
||||
# Unique string that defines the hardware, used by OSUpdate and the About app
|
||||
_hardware_id = "missing-hardware-info"
|
||||
|
||||
Reference in New Issue
Block a user