Increment version number

This commit is contained in:
Thomas Farstrike
2025-12-17 19:14:29 +01:00
parent 740f239acc
commit 736b146eda
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -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 -1
View File
@@ -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"