Skip to content

Commit 04f3da8

Browse files
authored
Use official PyPI and bump battery extras (#1003)
1 parent cfe565b commit 04f3da8

File tree

3 files changed

+2139
-2127
lines changed

3 files changed

+2139
-2127
lines changed

changelog.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
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

921
5.0.0 (2026-01-24)
1022
""""""""""""""""""""""

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ dependencies = [
4242

4343
[project.optional-dependencies]
4444
battery = [
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
]
5252
ai = ["langchain[openai]>=1.0"]
5353
qt = ["PyQt6"]

0 commit comments

Comments
 (0)