We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb5b76 commit 4cfa943Copy full SHA for 4cfa943
changelog.rst
@@ -1,5 +1,14 @@
1
版本变更历史
2
----------------------
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
12
13
4.0 (2024-01-22)
14
""""""""""""""""""""""
feeluown/__init__.py
@@ -6,7 +6,7 @@
from .consts import LOG_FILE
-__version__ = '4.0'
+__version__ = '4.0.1'
dict_config = {
0 commit comments