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

bump: version 0.4.9 → 0.4.10

This commit is contained in:
涵曦
2026-01-15 18:12:46 +08:00
parent 037f1521c7
commit fd8f41d0c7
3 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
## v0.4.10 (2026-01-15)
### Feat
- 主页新增获取对话记录开关
### Fix
- 设置token到account解决登陆问题 (#680)
- 把cookie到.mi.token解决登录报错问题 (#676)
- 修复ws连接错误
## v0.4.9 (2026-01-15)
### Feat

View File

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

View File

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