Skip to content

Commit 710d4e7

Browse files
authored
bump version 4.1.6 (#857)
1 parent 8921ae2 commit 710d4e7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

changelog.rst

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

4+
4.1.6 (2024-07-25)
5+
""""""""""""""""""""""
6+
- 新特性
7+
8+
- 支持使用 yt-dlp 作为歌曲资源获取渠道(默认关闭) #842
9+
10+
- 缺陷修复
11+
12+
- 修复“重载 fuorc 文件”的功能 #840
13+
- 给“获取歌曲元信息”操作加上超时,避免播放时卡主 #853
14+
15+
- 其它
16+
17+
- 自动给 master 打 nightly 包,支持 macOS(arm64,x86), windows
18+
- 修复文档的自动构建 #851 #852 #850
19+
420
4.1.5 (2024-06-03)
521
""""""""""""""""""""""
622
- 功能增强

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__ = '4.1.5'
9+
__version__ = '4.1.6'
1010

1111

1212
dict_config = {

0 commit comments

Comments
 (0)