Skip to content

Commit 1669010

Browse files
authored
bump version 4.1.2 (#815)
1 parent 5cb3582 commit 1669010

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

changelog.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
版本变更历史
22
----------------------
3+
4.1.2 (2024-03-13)
4+
""""""""""""""""""""""
5+
- 缺陷修复
6+
7+
- 修复视频控制按钮的颜色不对的问题 #812
8+
- 修复视频播放有时弹出 mpv 原生窗口的问题 #812
9+
- 修复点击搜索按钮无法触发搜索的问题(把按钮显示改了) #810
310

11+
- 其它
12+
13+
- 将 mpv 模块重构为 feeluown.mpv 模块 #814
14+
415
4.1.1 (2024-03-07)
516
""""""""""""""""""""""
617
- 缺陷修复

feeluown/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .consts import LOG_FILE
77

88

9-
__version__ = '4.1.1'
9+
__version__ = '4.1.2'
1010

1111

1212
dict_config = {

0 commit comments

Comments
 (0)