From 1f82efa2a11c076f61c77fe10606df7fa8f4c1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Wed, 18 Sep 2024 01:08:13 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.33=20=E2=86=92=200.3.34?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- xiaomusic/__init__.py | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d00571780..bc3611c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v0.3.34 (2024-09-18) + +### Feat + +- 新增 pure 主题 vue + elementUI (#172) + +### Fix + +- 主页适配移动端 +- 修复网页播放点击后没有关闭旧声音的问题 #166 +- 修复单曲循环的情况下歌曲不在当前播放列表时失效的情况 + +### Refactor + +- 优化代码:输入框处理抖动问题,网页播放修改实现方式 see #166 + ## v0.3.33 (2024-09-15) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 545f5cab4..bcd82510f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.3.33" +version = "0.3.34" 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 71e4016a3..3ff5eb463 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.33" +__version__ = "0.3.34"