1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

bump: version 0.3.75 → 0.3.76

This commit is contained in:
涵曦
2025-03-11 23:47:54 +08:00
parent 50bb0f359e
commit b90b025e97
3 changed files with 23 additions and 2 deletions

View File

@@ -1,3 +1,24 @@
## v0.3.76 (2025-03-11)
### Feat
- 整理第三方播放设备的代码
- 删除歌曲口令默认关闭
- 新增删除歌曲口令 see #402
- 增加音量控制for -3thplay.html by socketio.emit (#404)
- 增加大声,音量,继续的指令,用于3thplay (#401)
- 不用再手动配置 tts command, 优先使用已知的 tts command
- 新增重新初始的定时任务 #182
- 新增定时任务用于开启和关闭拉取对话记录 #182
- 加入了遥控网页播放,用于实现电视上使用 (#395)
### Fix
- tailwind播放页面有报错暂时禁用
- tailwind 主题问题
- 修复下载后不自动播放的问题
- 修复每次打开页面都是随机播放的问题
## v0.3.75 (2025-02-18)
### Feat

View File

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

View File

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