Skip to content

Commit

Permalink
bump: version 0.3.33 → 0.3.34
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Sep 17, 2024
1 parent e509052 commit 1f82efa
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.3.34 (2024-09-18)

### Feat

- 新增 pure 主题 vue + elementUI (#172)

### Fix

- 主页适配移动端
- 修复网页播放点击后没有关闭旧声音的问题 #166
- 修复单曲循环的情况下歌曲不在当前播放列表时失效的情况

### Refactor

- 优化代码:输入框处理抖动问题,网页播放修改实现方式 see #166

## v0.3.33 (2024-09-15)

### 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.33"
version = "0.3.34"
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.33"
__version__ = "0.3.34"

0 comments on commit 1f82efa

Please sign in to comment.