Skip to content

Commit

Permalink
bump version 4.1.5 (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Jun 3, 2024
1 parent b914e8b commit 7d69d9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
版本变更历史
----------------------

4.1.5 (2024-06-03)
""""""""""""""""""""""
- 功能增强

- 支持展示歌单的播放数以及类似的统计信息 #835 #837 #838
- 支持保存搜索设置 #836

4.1.4 (2024-05-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.4'
__version__ = '4.1.5'


dict_config = {
Expand Down

0 comments on commit 7d69d9a

Please sign in to comment.