Skip to content

Commit

Permalink
bump: version 0.3.55 → 0.3.56
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Dec 7, 2024
1 parent e4144aa commit c552a34
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.3.56 (2024-12-07)

### Feat

- tag 信息支持写入到歌曲文件 see #266
- 开启gzip压缩

### Fix

- 播放失败设置重试次数10次,解决设备失联后无限重试的问题
- 修复最近新增歌单问题
- 小程序码移动端布局兼容 (#293)

## v0.3.55 (2024-12-04)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "xiaomusic"
version = "0.3.55"
version = "0.3.56"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "im.hanxi@gmail.com"},
Expand Down
2 changes: 1 addition & 1 deletion xiaomusic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.55"
__version__ = "0.3.56"

0 comments on commit c552a34

Please sign in to comment.