1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-04-01 10:59:45 +08:00

bump: version 0.3.70 → 0.3.71

This commit is contained in:
涵曦
2025-01-07 08:55:37 +08:00
parent 4a61ff8074
commit bbc6c30557
3 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,16 @@
## v0.3.71 (2025-01-07)
### Feat
- 支持自动填 ip 和端口
### Fix
- 搜索歌曲窗口不自动关闭 see #351
- 解决歌词信息写入失败的问题
- 修复一些小问题
- 非播放中也返回歌曲时长 see #340
## v0.3.70 (2025-01-04)
### Fix

View File

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

View File

@@ -1 +1 @@
__version__ = "0.3.70"
__version__ = "0.3.71"