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

bump: version 0.5.6 → 0.5.7

This commit is contained in:
涵曦
2026-05-21 12:11:03 +08:00
parent d91261ed8b
commit 8de93eec7c
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
## v0.5.7 (2026-05-21)
### Feat
- 新增“是否开启多结果选择”功能 (#881)
- 播放本地音乐支持一条指令完成搜索+选择 (#880)
- 后端增加缓存功能。默认缓存大小500M当前歌曲20秒开始缓存下一首(支持随机播放的缓存命中) (#878)
## v0.5.6 (2026-05-19)
### Fix

View File

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

View File

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