diff --git a/CHANGELOG.md b/CHANGELOG.md index 40edc61..67e1ef4 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 e1ad74c..b85bf50 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 4ad67eb..771bc6e 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.8" +__version__ = "0.3.9"