Skip to content

Commit

Permalink
bump: version 0.3.56 → 0.3.57
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Dec 13, 2024
1 parent f060665 commit 8e0f7a4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## v0.3.57 (2024-12-14)

### Feat

- 优化批量下载工具命名和下载高码率音频
- 新增搜索播放口令用于生成临时播放列表
- 新增设置项 ignore_tag_dirs 用于忽略读取目录下的标签信息,解决挂载 alist 目录的问题
- 新主题 Material (#299)

### Fix

- 默认主题刷新时选中当前播放歌曲
- 修复当前播放列表没更新的问题
- 修复搜索时不显示保存输入框问题
- 收藏 (#301)
- 修复收藏歌曲失败的问题
- 小屏幕设备主页显示问题 (#300)

### Refactor

- 修改默认主题
- 后端也加入 umami 统计
- 新增自托管 umami 统计
- XIAOMUSIC_HOSTNAME 携带端口号友好提醒并处理 (#303)
- 修改标题
- 冲突解决错误

## v0.3.56 (2024-12-07)

### Feat
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.56"
version = "0.3.57"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "[email protected]"},
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.56"
__version__ = "0.3.57"

0 comments on commit 8e0f7a4

Please sign in to comment.