bump: version 0.2.0 → 0.3.0

This commit is contained in:
涵曦 2024-07-14 13:59:46 +00:00
parent ad0db8c9a9
commit 09febb66dc
5 changed files with 30 additions and 3 deletions

View File

@ -1,3 +1,25 @@
## v0.3.0 (2024-07-14)
### Feat
- 建议音乐目录和配置目录分开不同目录
- 优化后台网络设置同时支持ipv4和ipv6
- 使用fastapi替换flask,解决多线程问题
- #106 网页上显示音箱当前状态播放中or空闲中以及当前的播放模式
- 优化首页加载慢的问题
- 优化设置页面布局,方便配置必须项
- 优化配置界面,支持配置分组
- 支持多设备分开播放 see #65
### Fix
- #114 修复部分 mp3 文件长度识别错误
- 删除 armv6 的支持
- 修复编译问题
- 修复音乐路径设置后找不到音乐的问题
- 修复启动报错的问题
- 修复CI警告问题
## v0.2.0 (2024-07-09)
### Feat

5
newpatch.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
cz bump --check-consistency --increment patch
git push -u origin main --tags

View File

@ -1,5 +1,5 @@
#!/bin/bash
cz bump --check-consistency --increment patch
cz bump --check-consistency
git push -u origin main --tags

View File

@ -1,6 +1,6 @@
[project]
name = "xiaomusic"
version = "0.2.0"
version = "0.3.0"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "im.hanxi@gmail.com"},

View File

@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.0"