Skip to content

Commit

Permalink
bump version 4.1.6 (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Jul 24, 2024
1 parent 8921ae2 commit 710d4e7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
版本变更历史
----------------------

4.1.6 (2024-07-25)
""""""""""""""""""""""
- 新特性

- 支持使用 yt-dlp 作为歌曲资源获取渠道(默认关闭) #842

- 缺陷修复

- 修复“重载 fuorc 文件”的功能 #840
- 给“获取歌曲元信息”操作加上超时,避免播放时卡主 #853

- 其它

- 自动给 master 打 nightly 包,支持 macOS(arm64,x86), windows
- 修复文档的自动构建 #851 #852 #850

4.1.5 (2024-06-03)
""""""""""""""""""""""
- 功能增强
Expand Down
2 changes: 1 addition & 1 deletion feeluown/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .consts import LOG_FILE


__version__ = '4.1.5'
__version__ = '4.1.6'


dict_config = {
Expand Down

0 comments on commit 710d4e7

Please sign in to comment.