Skip to content

Commit f67d32a

Browse files
authored
bump version 5.1.2 (#1054)
1 parent ed6edcd commit f67d32a

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
版本变更历史
22
----------------------
33

4+
5.1.2 (2026-06-17)
5+
""""""""""""""""""""""""""
6+
- 新特性
7+
8+
- 支持展示来自其它平台的音乐评论 #1035
9+
10+
- 功能增强
11+
12+
- 控制图片加载时的内存峰值 #1042
13+
- i18n 模块将 langcodes 模块设为可选依赖 #1043
14+
- 支持播放加密的音频文件 #1050
15+
- 支持检测系统代理并提示 #1027
16+
417
5.1.1 (2026-04-28)
518
""""""""""""""""""""""""""
619
- 功能增强

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__ = '5.1.1'
9+
__version__ = '5.1.2'
1010

1111

1212
dict_config = {

0 commit comments

Comments
 (0)