Skip to content

Commit

Permalink
bump version 3.8.10 (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Mar 27, 2023
1 parent a6fd404 commit 5e4d6ae
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
版本变更历史
----------------------
3.8.10 (2023-03-27)
""""""""""""""""""""""
- 功能增强

- 播放队列可以滚动到当前播放歌曲 #661
- 在 Windows (Win10) 上开箱即用 #645
- 改进歌曲详情页 #650
- 展示歌曲的发布日期 #647

- 缺陷修复

- 修复窗口宽度可能边很大的问题 #658
- 修复专辑/歌手列表页面可能无法滚动的问题 #634

- 其它

- 发版时自动构建 Windows 的安装包
- 给更多的包添加 type 检查,以避免一些简单的缺陷

3.8.9 (2022-12-07)
""""""""""""""""""""""
- 功能增强
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__ = '3.8.9'
__version__ = '3.8.10'


dict_config = {
Expand Down

0 comments on commit 5e4d6ae

Please sign in to comment.