Skip to content

Commit

Permalink
bump version to 4.0.1 (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Jan 25, 2024
1 parent 0bb5b76 commit 4cfa943
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
版本变更历史
----------------------
4.0.1 (2024-01-25)
""""""""""""""""""""""

- 缺陷修复

- pyinstaller 打包默认打开 LOG_TO_FILE 选项,否则遇到问题无法排查
- 修复 nowplaying 在 windows 系统上的 seek/position 展示等问题
- 修复 fuo search/sub 等子命令 #782
- 修复开启淡入淡出时,拖动进度条无法正常工作的问题 #774

4.0 (2024-01-22)
""""""""""""""""""""""
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.0'
__version__ = '4.0.1'


dict_config = {
Expand Down

0 comments on commit 4cfa943

Please sign in to comment.