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"