Files
KVideo/app-release.json
2026-04-12 12:34:09 +08:00

51 lines
2.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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 判定以及全屏和画中画相关兼容性问题。"
]
}
]
}