From 82aa453e505c16bec25287934e96fa56b8325c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Wed, 17 Jul 2024 10:59:13 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.8=20=E2=86=92=200.3.9?= 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 40edc6121..67e1ef4dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.3.9 (2024-07-17) + +### Feat + +- #119 音乐目录支持软连接 + +### Fix + +- 修复日志下载报错问题 +- 兼容旧的setting.json文件中conf_path为空的情况 +- 修复设置页面可能打不开的问题 + ## v0.3.8 (2024-07-16) ### Fix diff --git a/pyproject.toml b/pyproject.toml index e1ad74c0b..b85bf505f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.3.8" +version = "0.3.9" 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 4ad67eb7a..771bc6e62 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.8" +__version__ = "0.3.9"