1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-06-01 12:15:48 +08:00

bump: version 0.5.7 → 0.5.8

This commit is contained in:
涵曦
2026-05-27 23:47:02 +08:00
parent 0e2d0ac144
commit cd3c97cf3f
3 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,18 @@
## v0.5.8 (2026-05-27)
### Feat
- 增加触屏版封面选择,修改部分默认设置 (#889)
- 完善 LX Server 播放链接解析流程 (#886)
### Fix
- add trailing separator to path containment checks (CWE-22) (#891)
- 修复循环播放tts语音的问题之一 (#888)
- 修复LX在未换源解析完成的情况跳歌 (#887)
- 修复 Python 3.10 环境下 asyncio.timeout 导致的 AttributeError (#885)
- 修复同一账号下多台小爱其中一台会莫名“小music收到”或静音但指示灯不停闪烁 (#883)
## v0.5.7 (2026-05-21)
### Feat

View File

@@ -1,6 +1,6 @@
[project]
name = "xiaomusic"
version = "0.5.7"
version = "0.5.8"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "im.hanxi@gmail.com"},

View File

@@ -1 +1 @@
__version__ = "0.5.7"
__version__ = "0.5.8"