1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-07 15:02:55 +08:00

bump: version 0.3.74 → 0.3.75

This commit is contained in:
涵曦
2025-02-18 08:27:59 +08:00
parent ee9128ea24
commit ad43661bdb
3 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,16 @@
## v0.3.75 (2025-02-18)
### Feat
- 监测音乐文件夹变化更新歌曲列表 (#394)
- 添加正在播放页面 (#386)
- 更新tailwind主题 (#383)
### Fix
- 未开启模糊匹配播放错误问题 (#393)
- 修复tailwind主题样式问题 (#384)
## v0.3.74 (2025-01-21)
### Feat

View File

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

View File

@@ -1 +1 @@
__version__ = "0.3.74"
__version__ = "0.3.75"