Skip to content

Commit

Permalink
bump version 4.1.9 (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Feb 4, 2025
1 parent d8ee8dd commit 1a71c68
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
版本变更历史
----------------------

4.1.9 (2025-02-03)
""""""""""""""""""""""
- 新特性

- 新增“自动续歌”功能,增强“歌曲电台”功能 #894
- 新增“AI 助手”和“AI 电台”功能 #899 #901

- 缺陷修复

- 修复“网页登录”不工作的问题 #893

4.1.8 (2024-12-01)
""""""""""""""""""""""
- 新特性
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.1.8'
__version__ = '4.1.9'


dict_config = {
Expand Down

0 comments on commit 1a71c68

Please sign in to comment.