Skip to content

Commit 2bb9662

Browse files
authored
bump version 3.8.12 (#710)
1 parent 763e4fe commit 2bb9662

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
版本变更历史
22
----------------------
3+
3.8.12 (2023-06-08)
4+
""""""""""""""""""""""
5+
- 功能增强
6+
7+
- 支持对媒体资源指定 http_proxy #697
8+
- 歌词窗口大小可以随歌词长短自动变化 #693
9+
- 媒体资源加载失败时,显示错误信息 #698
10+
- 专辑列表页面展示专辑发布时期 #703
11+
12+
- 缺陷修复
13+
14+
- 修复往播放列表拖拽歌曲时可能会 crash 的问题 #706
15+
- 修复部分资源提供方歌手图片加载失败的问题 #685
16+
- nowplaying(macos,mpris2) 若干功能增强或问题修复 #687 #688 #692 #690
17+
18+
- 其他
19+
20+
- 所有插件理论上都可以基于这个版本来去除对 feeluown.models 包的依赖
21+
- 修复 windows 安装包构建问题
22+
323
3.8.11 (2023-04-27)
424
""""""""""""""""""""""
525
- 新特性

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.11'
9+
__version__ = '3.8.12'
1010

1111

1212
dict_config = {

0 commit comments

Comments
 (0)