From bbc6c30557ffbb5ad7d59e0e7e2ee9728552ee11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Tue, 7 Jan 2025 08:55:37 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.70=20=E2=86=92=200.3.71?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- xiaomusic/__init__.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ac5c8..3f54c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v0.3.71 (2025-01-07) + +### Feat + +- 支持自动填 ip 和端口 + +### Fix + +- 搜索歌曲窗口不自动关闭 see #351 +- 解决歌词信息写入失败的问题 +- 修复一些小问题 +- 非播放中也返回歌曲时长 see #340 + ## v0.3.70 (2025-01-04) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0bbd2e3..dbc6f5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}, diff --git a/xiaomusic/__init__.py b/xiaomusic/__init__.py index c600890..e24aae3 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.70" +__version__ = "0.3.71"