1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-19 08:49:45 +08:00

bump: version 0.3.83 → 0.3.84

This commit is contained in:
涵曦
2025-08-03 22:44:03 +08:00
parent e0627dfe8b
commit aea9786cd7
3 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,16 @@
## v0.3.84 (2025-08-03)
### Feat
- 下一首歌延迟播放秒数支持负数,用于解决播放下一首时会播放上一首的开头几秒的问题
### Fix
- 修复谷歌字体问题
- 文件监控: 忽略非文件创建、删除和移动事件 (#514)
- 修复中文定时关机无法识别的BUG (#510)
- 修复日志文件删除失败的问题
## v0.3.83 (2025-06-12)
### Feat

View File

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

View File

@@ -1 +1 @@
__version__ = "0.3.83"
__version__ = "0.3.84"