Skip to content

Commit 736b146

Browse files
Increment version number
1 parent 740f239 commit 736b146

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
0.5.2
22
=====
33
- AudioFlinger: optimize WAV volume scaling for speed and immediately set volume
4-
- API: add TaskManager that wraps asyncio
4+
- AudioFlinger: eliminate thread by using TaskManager (asyncio)
55
- AppStore app: eliminate all thread by using TaskManager
66
- AppStore app: add support for BadgeHub backend
7+
- OSUpdate app: show download speed
8+
- API: add TaskManager that wraps asyncio
9+
- API: add DownloadManager that uses TaskManager
10+
- API: use aiorepl to eliminate another thread
711

812

913
0.5.1

internal_filesystem/lib/mpos/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CURRENT_OS_VERSION = "0.5.1"
1+
CURRENT_OS_VERSION = "0.5.2"
22

33
# Unique string that defines the hardware, used by OSUpdate and the About app
44
_hardware_id = "missing-hardware-info"

0 commit comments

Comments
 (0)