Skip to content

Commit

Permalink
bump version 4.1.2 (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Mar 13, 2024
1 parent 5cb3582 commit 1669010
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
版本变更历史
----------------------
4.1.2 (2024-03-13)
""""""""""""""""""""""
- 缺陷修复

- 修复视频控制按钮的颜色不对的问题 #812
- 修复视频播放有时弹出 mpv 原生窗口的问题 #812
- 修复点击搜索按钮无法触发搜索的问题(把按钮显示改了) #810

- 其它

- 将 mpv 模块重构为 feeluown.mpv 模块 #814

4.1.1 (2024-03-07)
""""""""""""""""""""""
- 缺陷修复
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.1'
__version__ = '4.1.2'


dict_config = {
Expand Down

0 comments on commit 1669010

Please sign in to comment.