diff --git a/changelog.rst b/changelog.rst index 1dffe0250f..1735c93953 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,5 +1,14 @@ 版本变更历史 ---------------------- + +4.1.4 (2024-05-21) +"""""""""""""""""""""" +- 功能增强 + + - 支持“排行榜”功能 #827 + - 优化新主页的布局 #829 + - 支持显示音频真实的比特率 #830 + 4.1.3 (2024-04-21) """""""""""""""""""""" - 缺陷修复 diff --git a/feeluown/__init__.py b/feeluown/__init__.py index 840820c78a..422cc94bfb 100644 --- a/feeluown/__init__.py +++ b/feeluown/__init__.py @@ -6,7 +6,7 @@ from .consts import LOG_FILE -__version__ = '4.1.3' +__version__ = '4.1.4' dict_config = {