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

bump: version 0.4.8 → 0.4.9

This commit is contained in:
涵曦
2026-01-15 07:18:56 +08:00
parent 1394de9263
commit 9b1ca9f179
3 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,18 @@
## v0.4.9 (2026-01-15)
### Feat
- 新增清空临时目录接口优化tts接口
### Fix
- 修复刷新列表问题 close #621
- 修复定时器关闭问题
### Refactor
- 修改api接口
## v0.4.8 (2026-01-13)
### Feat

View File

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

View File

@@ -1 +1 @@
__version__ = "0.4.8"
__version__ = "0.4.9"