We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fd404 commit 5e4d6aeCopy full SHA for 5e4d6ae
changelog.rst
@@ -1,5 +1,24 @@
1
版本变更历史
2
----------------------
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
22
3.8.9 (2022-12-07)
23
""""""""""""""""""""""
24
- 功能增强
feeluown/__init__.py
@@ -6,7 +6,7 @@
from .consts import LOG_FILE
-__version__ = '3.8.9'
+__version__ = '3.8.10'
dict_config = {
0 commit comments