mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-03-19 08:49:45 +08:00
bump: version 0.4.22 → 0.4.23
This commit is contained in:
16
CHANGELOG.md
16
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
|
||||
|
||||
@@ -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"},
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "0.4.22"
|
||||
__version__ = "0.4.23"
|
||||
|
||||
Reference in New Issue
Block a user