Skip to content

Commit

Permalink
bump version 4.1.3 (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Apr 21, 2024
1 parent e83e4c6 commit bcb79ce
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
21 changes: 19 additions & 2 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
版本变更历史
----------------------
4.1.3 (2024-04-21)
""""""""""""""""""""""
- 缺陷修复

- 兼容 libmpv 0.38 #824 #825
- 修复‘播放列表’组件内存泄露的问题 #822
- 修复歌词窗口会非预期移动的问题 #817

- 新特性

- 新设计了“主页”页面(默认关闭) #813

- 其它

- 减少 macOS 包的体积(减少大约 100MB) #819
- 新增协议 SupportsRecACollectionOfSongs

4.1.2 (2024-03-13)
""""""""""""""""""""""
- 缺陷修复
Expand All @@ -11,14 +28,14 @@
- 其它

- 将 mpv 模块重构为 feeluown.mpv 模块 #814

4.1.1 (2024-03-07)
""""""""""""""""""""""
- 缺陷修复

- 修复调节音量导致程序卡死的问题 #807
- 修复 macOS 包不能运行的问题 #805

4.1 (2024-02-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.2'
__version__ = '4.1.3'


dict_config = {
Expand Down
1 change: 1 addition & 0 deletions feeluown/gui/tips.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
('hanchanli', ''),
('xssss1', ''),
('williamherry', ''),
('seiuneko', ''),
]


Expand Down

0 comments on commit bcb79ce

Please sign in to comment.