Skip to content

Commit

Permalink
bump version to 4.0a1 (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Jan 20, 2024
1 parent 9831a84 commit 9a5d8ec
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
版本变更历史
----------------------
4.0a1 (2024-01-21)
""""""""""""""""""""""
- 新特性

- (实验性)播放器支持淡入淡出

- 功能增强

- 支持解析更多格式的歌词
- windows 打包支持查看包信息

- 缺陷修复

- (尝试)修复 windows “读取 cookie 登录”的功能
- 修复滚动歌曲列表的时候,有一定几率 crash 的问题

- 其它

- 删除和 v1 model 相关的无用代码,减轻维护成本

4.0a0 (2024-01-11)
""""""""""""""""""""""
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.0a0'
__version__ = '4.0a1'


dict_config = {
Expand Down

0 comments on commit 9a5d8ec

Please sign in to comment.