We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb3582 commit 1669010Copy full SHA for 1669010
changelog.rst
@@ -1,6 +1,17 @@
1
版本变更历史
2
----------------------
3
+4.1.2 (2024-03-13)
4
+""""""""""""""""""""""
5
+- 缺陷修复
6
+
7
+ - 修复视频控制按钮的颜色不对的问题 #812
8
+ - 修复视频播放有时弹出 mpv 原生窗口的问题 #812
9
+ - 修复点击搜索按钮无法触发搜索的问题(把按钮显示改了) #810
10
11
+- 其它
12
13
+ - 将 mpv 模块重构为 feeluown.mpv 模块 #814
14
15
4.1.1 (2024-03-07)
16
""""""""""""""""""""""
17
- 缺陷修复
feeluown/__init__.py
@@ -6,7 +6,7 @@
from .consts import LOG_FILE
-__version__ = '4.1.1'
+__version__ = '4.1.2'
dict_config = {
0 commit comments