Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version to 4.0a1 #776

Merged
merged 1 commit into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading