1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-05-22 11:25:46 +08:00

bump: version 0.5.3 → 0.5.4

This commit is contained in:
涵曦
2026-05-14 23:04:38 +08:00
parent 497d0d70de
commit ab0cb64b7d
3 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
## v0.5.4 (2026-05-14)
### Feat
- 增加搜索成功后的语音提示选择 (#868)
### Fix
- 优化登录异常处理和设备发现逻辑,执行命令前先停止小爱避免播放不支持提示 (#871)
- 修复小爱触屏音箱歌曲封面及歌词显示 (#866)
## v0.5.3 (2026-05-09)
### Feat

View File

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

View File

@@ -1 +1 @@
__version__ = "0.5.3"
__version__ = "0.5.4"