Skip to content

Commit 5e4d6ae

Browse files
authored
bump version 3.8.10 (#662)
1 parent a6fd404 commit 5e4d6ae

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

changelog.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
版本变更历史
22
----------------------
3+
3.8.10 (2023-03-27)
4+
""""""""""""""""""""""
5+
- 功能增强
6+
7+
- 播放队列可以滚动到当前播放歌曲 #661
8+
- 在 Windows (Win10) 上开箱即用 #645
9+
- 改进歌曲详情页 #650
10+
- 展示歌曲的发布日期 #647
11+
12+
- 缺陷修复
13+
14+
- 修复窗口宽度可能边很大的问题 #658
15+
- 修复专辑/歌手列表页面可能无法滚动的问题 #634
16+
17+
- 其它
18+
19+
- 发版时自动构建 Windows 的安装包
20+
- 给更多的包添加 type 检查,以避免一些简单的缺陷
21+
322
3.8.9 (2022-12-07)
423
""""""""""""""""""""""
524
- 功能增强

feeluown/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .consts import LOG_FILE
77

88

9-
__version__ = '3.8.9'
9+
__version__ = '3.8.10'
1010

1111

1212
dict_config = {

0 commit comments

Comments
 (0)