Skip to content

Commit 4cfa943

Browse files
authored
bump version to 4.0.1 (#784)
1 parent 0bb5b76 commit 4cfa943

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
版本变更历史
22
----------------------
3+
4.0.1 (2024-01-25)
4+
""""""""""""""""""""""
5+
6+
- 缺陷修复
7+
8+
- pyinstaller 打包默认打开 LOG_TO_FILE 选项,否则遇到问题无法排查
9+
- 修复 nowplaying 在 windows 系统上的 seek/position 展示等问题
10+
- 修复 fuo search/sub 等子命令 #782
11+
- 修复开启淡入淡出时,拖动进度条无法正常工作的问题 #774
312

413
4.0 (2024-01-22)
514
""""""""""""""""""""""

feeluown/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .consts import LOG_FILE
77

88

9-
__version__ = '4.0'
9+
__version__ = '4.0.1'
1010

1111

1212
dict_config = {

0 commit comments

Comments
 (0)