File tree Expand file tree Collapse file tree 3 files changed +2139
-2127
lines changed
Expand file tree Collapse file tree 3 files changed +2139
-2127
lines changed Original file line number Diff line number Diff line change 11版本变更历史
22----------------------
3- 5.1a0 (in development )
3+ 5.1a0 (2026-02-16 )
44""""""""""""""""""""""
55- 功能增强
66
7- - 当 provider 当前用户变化时,自动刷新头像与当前用户歌单(覆盖账号切换场景)
7+ - 引入 Fluent 国际化框架并补充多语言翻译,文案与提示信息更加统一 #986 #991 #990
8+ - WebLoginView 支持读取 Local Storage,提升网页登录兼容性 #997
9+ - 优化“发现页”推荐区布局:复用主页推荐面板,按钮支持自适应换行,文案更准确 #1002
10+ - 当 provider 当前用户变化时,自动刷新头像与当前用户歌单(覆盖账号切换场景) #1000
11+
12+ - 兼容性变更
13+
14+ - 适配 Python 3.14,并保持 Python 3.10+ 支持 #992 #995
15+ - 打包补全 `*.ftl ` 语言资源,避免安装后缺失翻译文件 #994
16+
17+ - 构建与依赖
18+
19+ - 使用官方 PyPI 作为 uv 默认源,并更新 battery 相关插件版本下限 #1003
820
9215.0.0 (2026-01-24)
1022""""""""""""""""""""""
Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ dependencies = [
4242
4343[project .optional-dependencies ]
4444battery = [
45- " fuo-netease>=1.0.3 " ,
46- " fuo-qqmusic>=1.0.5 " ,
47- " fuo-ytmusic>=0.4.4 " ,
45+ " fuo-netease>=1.0.8 " ,
46+ " fuo-qqmusic>=1.0.16 " ,
47+ " fuo-ytmusic>=0.4.16 " ,
4848 # "fuo-kuwo>=0.1.1",
4949 # https://github.com/BruceZhang1993/feeluown-bilibili
50- " feeluown-bilibili>=0.4.1 " ,
50+ " feeluown-bilibili>=0.5.4 " ,
5151]
5252ai = [" langchain[openai]>=1.0" ]
5353qt = [" PyQt6" ]
You can’t perform that action at this time.
0 commit comments