-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Expand file tree
/
Copy pathapp-release.json
More file actions
50 lines (50 loc) · 2 KB
/
app-release.json
File metadata and controls
50 lines (50 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"repository": {
"owner": "KuekHaoYang",
"name": "KVideo",
"branch": "main"
},
"currentVersion": "4.9.2",
"releases": [
{
"version": "4.9.2",
"publishedAt": "2026-04-12",
"title": "修复检查更新状态闪烁",
"notes": [
"设置页首次自动检查更新时不再让“检查更新”按钮自己持续转圈。",
"移除会反复闪烁的“正在整理结果”提示,避免用户误以为页面异常。",
"手动点击“检查更新”时才显示按钮转圈,状态反馈与用户操作保持一致。"
]
},
{
"version": "4.9.1",
"publishedAt": "2026-04-12",
"title": "修复 Cloudflare Pages 构建失败",
"notes": [
"移除仅支持 Node.js 的 /api/site-icon 路由,避免 next-on-pages 因非 Edge 路由中止构建。",
"站点图标改为由服务端布局直接解析,导航栏和播放器页继续显示运行时配置的图标。",
"PWA manifest 回退为静态图标,确保 Cloudflare Pages、Docker 和本地构建链路一致可用。"
]
},
{
"version": "4.9.0",
"publishedAt": "2026-04-12",
"title": "设置页新增版本信息与更新检查",
"notes": [
"设置页新增“版本与更新”卡片,直接显示当前版本、最近更新内容和检查结果。",
"新增手动“检查更新”按钮,会对比 GitHub main 分支上的最新版本元数据。",
"仓库新增更新日志文件,方便在项目内查看当前版本和更新说明。"
]
},
{
"version": "4.8.3",
"publishedAt": "2026-04-12",
"title": "站点图标与播放器兼容性修复",
"notes": [
"站点图标改为支持运行时配置,Docker 镜像无需重新构建即可替换。",
"扩展播放器默认视口,减少桌面端播放器黑边。",
"修复 Android WebView 中 Cast SDK 判定以及全屏和画中画相关兼容性问题。"
]
}
]
}