Skip to content

Commit eb23935

Browse files
authored
*: bump version to 3.8.11 (#683)
1 parent b243352 commit eb23935

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

changelog.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
版本变更历史
22
----------------------
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+
326
3.8.10 (2023-03-27)
427
""""""""""""""""""""""
528
- 功能增强

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.10'
9+
__version__ = '3.8.11'
1010

1111

1212
dict_config = {

0 commit comments

Comments
 (0)