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 8921ae2 commit 710d4e7Copy full SHA for 710d4e7
changelog.rst
@@ -1,6 +1,22 @@
1
版本变更历史
2
----------------------
3
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
20
4.1.5 (2024-06-03)
21
""""""""""""""""""""""
22
- 功能增强
feeluown/__init__.py
@@ -6,7 +6,7 @@
from .consts import LOG_FILE
-__version__ = '4.1.5'
+__version__ = '4.1.6'
dict_config = {
0 commit comments