1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-05 14:42:50 +08:00

bump: version 0.3.100 → 0.3.101

This commit is contained in:
涵曦
2025-12-01 23:15:53 +08:00
parent c3d9a876fd
commit cc5d5a4d2c
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
## v0.3.101 (2025-12-01)
### Fix
- hostname 不允许填 127.0.0.1 和 localhost
- 修复自动填端口为0的问题
- SoundSpace随机播放模式失效 #578 (#585)
- 下线失效的统计服务 close #579
## v0.3.100 (2025-11-09)
### Feat

View File

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

View File

@@ -1 +1 @@
__version__ = "0.3.100"
__version__ = "0.3.101"