Skip to content

Commit 1a71c68

Browse files
authored
bump version 4.1.9 (#907)
1 parent d8ee8dd commit 1a71c68

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
版本变更历史
22
----------------------
33

4+
4.1.9 (2025-02-03)
5+
""""""""""""""""""""""
6+
- 新特性
7+
8+
- 新增“自动续歌”功能,增强“歌曲电台”功能 #894
9+
- 新增“AI 助手”和“AI 电台”功能 #899 #901
10+
11+
- 缺陷修复
12+
13+
- 修复“网页登录”不工作的问题 #893
14+
415
4.1.8 (2024-12-01)
516
""""""""""""""""""""""
617
- 新特性

feeluown/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .consts import LOG_FILE
77

88

9-
__version__ = '4.1.8'
9+
__version__ = '4.1.9'
1010

1111

1212
dict_config = {

0 commit comments

Comments
 (0)