Skip to content
This repository was archived by the owner on Jun 22, 2026. It is now read-only.

Commit 8de93ee

Browse files
committed
bump: version 0.5.6 → 0.5.7
1 parent d91261e commit 8de93ee

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.5.7 (2026-05-21)
2+
3+
### Feat
4+
5+
- 新增“是否开启多结果选择”功能 (#881)
6+
- 播放本地音乐支持一条指令完成搜索+选择 (#880)
7+
- 后端增加缓存功能。默认缓存大小500M,当前歌曲20秒开始缓存下一首(支持随机播放的缓存命中) (#878)
8+
19
## v0.5.6 (2026-05-19)
210

311
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "xiaomusic"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
description = "Play Music with xiaomi AI speaker"
55
authors = [
66
{name = "涵曦", email = "im.hanxi@gmail.com"},

xiaomusic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.6"
1+
__version__ = "0.5.7"

0 commit comments

Comments
 (0)