From 0daba20885755a98c3bf981820df5f164bb31abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Wed, 16 Oct 2024 21:44:05 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.39=20=E2=86=92=200.3.40?= 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, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa394e..dfa65d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ +## v0.3.40 (2024-10-16) + +### Feat + +- 默认主题的播放列表上显示歌曲数量 + +### Fix + +- 修复播放卡顿问题(谷歌统计地址无法访问的情况) + ## v0.3.39 (2024-10-15) ### Feat - 固定的播放列表全部初始化 -- 生产环境与开发环境接口分离、关于页面增加返回到主页的链接 +- 生产环境与开发环境接口分离、关于页面增加返回到主页的链接 update: 支持https页面未及时更新的问题 ### Fix diff --git a/pyproject.toml b/pyproject.toml index a2485a3..97df0ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.3.39" +version = "0.3.40" 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 924a2ed..26c84f9 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.39" +__version__ = "0.3.40"