1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-15 08:13:16 +08:00

bump: version 0.4.6 → 0.4.7

This commit is contained in:
涵曦
2026-01-12 22:07:06 +08:00
parent 6ceb6be32f
commit ce00c500bf
3 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,17 @@
## v0.4.7 (2026-01-12)
### Feat
- 默认关闭语音口令
- 修复同一个时间不能执行多个定时任务的问题
- 打包docker镜像并上传github
- 重构播放时长获取规则 see #668
### Fix
- 修改cache目录修复播放时长问题
- 修复异常未加载插件无法禁用bug (#666)
## v0.4.6 (2026-01-12)
### Feat

View File

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

View File

@@ -1 +1 @@
__version__ = "0.4.6"
__version__ = "0.4.7"