We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b914e8b commit 7d69d9aCopy full SHA for 7d69d9a
changelog.rst
@@ -1,6 +1,13 @@
1
版本变更历史
2
----------------------
3
4
+4.1.5 (2024-06-03)
5
+""""""""""""""""""""""
6
+- 功能增强
7
+
8
+ - 支持展示歌单的播放数以及类似的统计信息 #835 #837 #838
9
+ - 支持保存搜索设置 #836
10
11
4.1.4 (2024-05-21)
12
""""""""""""""""""""""
13
- 功能增强
feeluown/__init__.py
@@ -6,7 +6,7 @@
from .consts import LOG_FILE
-__version__ = '4.1.4'
+__version__ = '4.1.5'
dict_config = {
0 commit comments