From 4c927c56c0ba0e072b75a80791846c214be4f2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Tue, 15 Oct 2024 21:58:42 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.38=20=E2=86=92=200.3.39?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- xiaomusic/__init__.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6556fb4..6fa394e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## v0.3.39 (2024-10-15) + +### Feat + +- 固定的播放列表全部初始化 +- 生产环境与开发环境接口分离、关于页面增加返回到主页的链接 +update: 支持https页面未及时更新的问题 + +### Fix + +- pure主题 当前设备与远程设备未正确区分的问题 (#234) +- static和doc添加basic auth (#231) + +### Refactor + +- 修改默认UI播放提示词 (#233) + ## v0.3.38 (2024-10-14) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 1b22165..a2485a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.3.38" +version = "0.3.39" 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 cdf64ad..924a2ed 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.38" +__version__ = "0.3.39"