Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version 4.1.7 #867

Merged
merged 2 commits into from
Aug 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
extras_require={
'battery': ['fuo-netease>=1.0.3',
'fuo-qqmusic>=1.0.5',
'fuo-ytmusic>=0.4.3',
'fuo-ytmusic>=0.4.4',
# 'fuo-kuwo>=0.1.1',
# https://github.com/BruceZhang1993/feeluown-bilibili
'feeluown-bilibili>=0.4.0',
Expand Down
Loading