We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47107d commit 2a65f42Copy full SHA for 2a65f42
changelog.rst
@@ -1,5 +1,14 @@
1
版本变更历史
2
----------------------
3
+
4
+4.1.4 (2024-05-21)
5
+""""""""""""""""""""""
6
+- 功能增强
7
8
+ - 支持“排行榜”功能 #827
9
+ - 优化新主页的布局 #829
10
+ - 支持显示音频真实的比特率 #830
11
12
4.1.3 (2024-04-21)
13
""""""""""""""""""""""
14
- 缺陷修复
feeluown/__init__.py
@@ -6,7 +6,7 @@
from .consts import LOG_FILE
-__version__ = '4.1.3'
+__version__ = '4.1.4'
dict_config = {
0 commit comments