mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-05-02 23:39:51 +08:00
bump: version 0.5.0 → 0.5.1
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,3 +1,15 @@
|
||||
## v0.5.1 (2026-04-09)
|
||||
|
||||
### Feat
|
||||
|
||||
- 新增MusicFree插件 (#809)
|
||||
|
||||
### Fix
|
||||
|
||||
- **security**: arbitrary code execution via `eval` in plugin exec (#819)
|
||||
- **security**: path traversal bypass in `safe_join_path` prefix c (#820)
|
||||
- 修补url的base64编码 (#815)
|
||||
|
||||
## v0.5.0 (2026-03-25)
|
||||
|
||||
### Feat
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "xiaomusic"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
description = "Play Music with xiaomi AI speaker"
|
||||
authors = [
|
||||
{name = "涵曦", email = "im.hanxi@gmail.com"},
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "0.5.0"
|
||||
__version__ = "0.5.1"
|
||||
|
||||
Reference in New Issue
Block a user