Skip to content

Commit

Permalink
bump version 4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Aug 18, 2024
1 parent b9c0a79 commit b684946
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
版本变更历史
----------------------

4.1.7 (2024-08-18)
""""""""""""""""""""""
- 缺陷修复

- 修复部分歌手图片显示不正常的问题 #806
- 修复“下一首”功能有时不生效的问题 #858

- 功能增强

- fuo play 命令支持播放一个歌单 #861
- 在播放栏显示“获取歌曲播放列表”的各个步骤 #862
- `playlist.play_model` 支持获取完整歌曲元信息 #866

4.1.6 (2024-07-25)
""""""""""""""""""""""
- 新特性
Expand Down
2 changes: 1 addition & 1 deletion feeluown/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .consts import LOG_FILE


__version__ = '4.1.6'
__version__ = '4.1.7'


dict_config = {
Expand Down

0 comments on commit b684946

Please sign in to comment.