Skip to content

Commit

Permalink
bump version 4.1.4 (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed May 21, 2024
1 parent b47107d commit 2a65f42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
版本变更历史
----------------------

4.1.4 (2024-05-21)
""""""""""""""""""""""
- 功能增强

- 支持“排行榜”功能 #827
- 优化新主页的布局 #829
- 支持显示音频真实的比特率 #830

4.1.3 (2024-04-21)
""""""""""""""""""""""
- 缺陷修复
Expand Down
2 changes: 1 addition & 1 deletion feeluown/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .consts import LOG_FILE


__version__ = '4.1.3'
__version__ = '4.1.4'


dict_config = {
Expand Down

0 comments on commit 2a65f42

Please sign in to comment.