From c45e7a2fb40176dd82fa4466523ed133ba0b6366 Mon Sep 17 00:00:00 2001 From: Shaowen Yin Date: Sun, 18 Aug 2024 23:06:58 +0800 Subject: [PATCH] bump version 4.1.7 (#867) --- changelog.rst | 13 +++++++++++++ feeluown/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/changelog.rst b/changelog.rst index 9c169608c..47f3d5e48 100644 --- a/changelog.rst +++ b/changelog.rst @@ -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) """""""""""""""""""""" - 新特性 diff --git a/feeluown/__init__.py b/feeluown/__init__.py index c61ab57de..6fed98022 100644 --- a/feeluown/__init__.py +++ b/feeluown/__init__.py @@ -6,7 +6,7 @@ from .consts import LOG_FILE -__version__ = '4.1.6' +__version__ = '4.1.7' dict_config = { diff --git a/setup.py b/setup.py index 2050aac84..5a549eb1e 100644 --- a/setup.py +++ b/setup.py @@ -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',