From f2b484042a67e704f4f09add4f232931481e4891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sun, 18 Jan 2026 17:04:58 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.15=20=E2=86=92=200.4.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- xiaomusic/__init__.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d7de3..e713571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.4.16 (2026-01-18) + +### Feat + +- 新增【风花雪乐】手机APP入口 +- 优化获取时长卡顿问题 +- 删除怀旧主题 + +### Fix + +- 只有一单音乐,同时不在播放列表中时更新播放列表 (#703) + ## v0.4.15 (2026-01-17) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 24a5114..27fa9d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.4.15" +version = "0.4.16" 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 5a4bb1d..6ff6db1 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.4.15" +__version__ = "0.4.16"