Skip to content

Commit 7d69d9a

Browse files
authored
bump version 4.1.5 (#839)
1 parent b914e8b commit 7d69d9a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
版本变更历史
22
----------------------
33

4+
4.1.5 (2024-06-03)
5+
""""""""""""""""""""""
6+
- 功能增强
7+
8+
- 支持展示歌单的播放数以及类似的统计信息 #835 #837 #838
9+
- 支持保存搜索设置 #836
10+
411
4.1.4 (2024-05-21)
512
""""""""""""""""""""""
613
- 功能增强

feeluown/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .consts import LOG_FILE
77

88

9-
__version__ = '4.1.4'
9+
__version__ = '4.1.5'
1010

1111

1212
dict_config = {

0 commit comments

Comments
 (0)