Skip to content

Commit

Permalink
bump version to 4.1 (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Feb 21, 2024
1 parent 1e73da5 commit 3cf7a01
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
版本变更历史
----------------------

4.1 (2024-02-21)
""""""""""""""""""""""

- 新特性

- 新增“正在播放”页面,可以查看正在播放歌曲的滚动歌词、热评、相似歌曲等 # 791
- 对收费、VIP歌曲显示相应标识 # 801

- 功能增强

- 支持使用歌曲 MV 作为歌曲源(默认打开,可关闭)#796
- 登录会话框支持从浏览器读取 cookies 登录(需要安装相应依赖) #795
- 点击搜索结果的标题栏可以折叠搜索结果 #787

- 缺陷修复

- 修复视频列表展示问题 #785
- 修复淡入淡出时声音骤变问题 #786
- 修复歌词和歌曲有时不匹配的问题 #792
- 修复头像不显示的问题 #802

4.0.1 (2024-01-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.0.1'
__version__ = '4.1'


dict_config = {
Expand Down

0 comments on commit 3cf7a01

Please sign in to comment.