bump: version 0.3.35 → 0.3.36

This commit is contained in:
涵曦 2024-09-19 07:08:47 +08:00
parent 2ebc0f11d2
commit e4efa0d879
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
## v0.3.36 (2024-09-19)
### Feat
- Pure 主题更新 (#178)
- 支持配置获取对话记录间隔时间 #169
- 允许在后台设置监听端口
### Fix
- 修复开启继续播放时歌曲播放不完整问题 (#177)
## v0.3.35 (2024-09-18) ## v0.3.35 (2024-09-18)
### Feat ### Feat

View File

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

View File

@ -1 +1 @@
__version__ = "0.3.35" __version__ = "0.3.36"