Skip to content

Commit

Permalink
bump version v4.1.8 (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Dec 1, 2024
1 parent dc7c848 commit 5cf00cc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
版本变更历史
----------------------

4.1.8 (2024-12-01)
""""""""""""""""""""""
- 新特性

- 完善主页内容、并支持自定义主页内容 #883
- 支持反序列化 Model #869
- 支持插件自定义导航按钮 #884

- 缺陷修复

- 修复惊天大缺陷“专辑等图片模糊”的问题 #889
- 解决从新版本 Chrome 读取 cookie 失败的问题 #881
- 修复歌词窗口字体设置无效的问题 #873
- 修复“播放全部”有时会卡主的问题 #882

- 功能增强

- 支持解析 mm:ss:ms 格式的歌词 #864
- 支持恢复歌词窗口的字体 #873
- 支持从播放列表中移除多首歌曲 #874
- 支持搜索相似资源 #876
- 设置“未知配置项”不会报错 #890

4.1.7 (2024-08-18)
""""""""""""""""""""""
- 缺陷修复
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.7'
__version__ = '4.1.8'


dict_config = {
Expand Down

0 comments on commit 5cf00cc

Please sign in to comment.