Skip to content

Commit 5507af4

Browse files
committed
bump: version 0.4.22 → 0.4.23
1 parent d2c4195 commit 5507af4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v0.4.23 (2026-02-17)
2+
3+
### Feat
4+
5+
- **api**: support playlist_name in downloadonemusic (#756)
6+
- **api**: support downloadonemusic dirname under music_path (#751)
7+
- 二维码登录功能 (#750)
8+
- add dirname parameter to /downloadonemusic API (#749)
9+
- add /getplayerstatus API to get full player status (#747)
10+
11+
### Fix
12+
13+
- 漏提交base64 (#761)
14+
- **playlist**: avoid custom/folder name collisions (#752)
15+
- 点击 本地端口-自动填功能 报错 #742
16+
117
## v0.4.22 (2026-01-26)
218

319
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "xiaomusic"
3-
version = "0.4.22"
3+
version = "0.4.23"
44
description = "Play Music with xiaomi AI speaker"
55
authors = [
66
{name = "涵曦", email = "im.hanxi@gmail.com"},

xiaomusic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.22"
1+
__version__ = "0.4.23"

0 commit comments

Comments
 (0)