bump: version 0.3.42 → 0.3.43

This commit is contained in:
涵曦 2024-10-30 21:39:08 +08:00
parent 3d1517854c
commit 3e959a08f0
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
## v0.3.43 (2024-10-30)
### Feat
- 播放列表可以删除当前歌曲(!危险操作,请在设置中心开启相关功能) (#250)
- 插件自定义口令支持获取语音输入内容 #105
### Fix
- 修复谷歌统计导致的卡顿问题
- 解决挂载网盘卡死的问题
## v0.3.42 (2024-10-24)
### Fix

View File

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

View File

@ -1 +1 @@
__version__ = "0.3.42"
__version__ = "0.3.43"