From 5507af45ec5845599e3f485b9020fdb07e1ec8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Tue, 17 Feb 2026 19:20:30 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.22=20=E2=86=92=200.4.23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- xiaomusic/__init__.py | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f022c68..92dd88f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v0.4.23 (2026-02-17) + +### Feat + +- **api**: support playlist_name in downloadonemusic (#756) +- **api**: support downloadonemusic dirname under music_path (#751) +- 二维码登录功能 (#750) +- add dirname parameter to /downloadonemusic API (#749) +- add /getplayerstatus API to get full player status (#747) + +### Fix + +- 漏提交base64 (#761) +- **playlist**: avoid custom/folder name collisions (#752) +- 点击 本地端口-自动填功能 报错 #742 + ## v0.4.22 (2026-01-26) ### Feat diff --git a/pyproject.toml b/pyproject.toml index eebf2e1..bf519f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.4.22" +version = "0.4.23" 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 ece529a..c6dd1e2 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.4.22" +__version__ = "0.4.23"