bump: version 0.5.1 → 0.5.2

This commit is contained in:
涵曦
2026-04-20 18:36:16 +08:00
parent e6a30b43e6
commit 2af854d38b
3 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,17 @@
## v0.5.2 (2026-04-20)
### Feat
- 优化MusicFree插件和LX Server接口。修复若干bug。 (#838)
- tailwind主题的一些修改封面图以及播放列表样式 (#833)
- 调整适配后端自动识别MusicFree与LX Server。 (#832)
- 后台自动切换MusicFree插件/LX Server接口 (#829)
- tailwind主题添加下载进度以及下载控制按钮 (#830)
### Fix
- 当XiaoMusic设置中语音TTS设为不使用语音关机小爱音箱会导致token失效 (#825)
## v0.5.1 (2026-04-09)
### Feat

View File

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

View File

@@ -1 +1 @@
__version__ = "0.5.1"
__version__ = "0.5.2"