Skip to content

Commit 2a65f42

Browse files
authored
bump version 4.1.4 (#832)
1 parent b47107d commit 2a65f42

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
版本变更历史
22
----------------------
3+
4+
4.1.4 (2024-05-21)
5+
""""""""""""""""""""""
6+
- 功能增强
7+
8+
- 支持“排行榜”功能 #827
9+
- 优化新主页的布局 #829
10+
- 支持显示音频真实的比特率 #830
11+
312
4.1.3 (2024-04-21)
413
""""""""""""""""""""""
514
- 缺陷修复

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.3'
9+
__version__ = '4.1.4'
1010

1111

1212
dict_config = {

0 commit comments

Comments
 (0)