Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version 4.1.3 #826

Merged
merged 2 commits into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading