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 b243352 commit eb23935Copy full SHA for eb23935
changelog.rst
@@ -1,5 +1,28 @@
1
版本变更历史
2
----------------------
3
+3.8.11 (2023-04-27)
4
+""""""""""""""""""""""
5
+- 新特性
6
+
7
+ - Windows 和 macOS 平台支持 nowplaying #575 #674
8
+ - 支持双语歌词,自滚动歌词,保存/恢复歌词窗口状态 #680
9
10
+- 功能增强
11
12
+ - 更清晰的渲染专辑图 #679
13
+ - 支持使用系统图片浏览器查看专辑原始图片 #679
14
+ - 启动速度大幅提升(Windows 平台) #678
15
+ - 大幅减少歌曲播放时的 CPU 资源消耗 #670 #671
16
17
+- 缺陷修复
18
19
+ - 修复评论列表高度有时不对的问题 #682
20
21
+- 其它
22
23
+ - 发版时自动构建 macOS x86 的安装包 #675
24
+ - 兼容 python3.11 #672
25
26
3.8.10 (2023-03-27)
27
""""""""""""""""""""""
28
- 功能增强
feeluown/__init__.py
@@ -6,7 +6,7 @@
from .consts import LOG_FILE
-__version__ = '3.8.10'
+__version__ = '3.8.11'
dict_config = {
0 commit comments