更新日志(中文)
[0.9.3] - 2026-02-27
修复
- Linux(含 Arch)AppImage 因静态资源绝对路径导致空白页:Vite 构建产物改为相对资源路径(
base: "./"),确保 AppImage 内可正确加载前端 JS/CSS。
变更
- 发布流程文档口径对齐当前完成标准:更新
docs/release-process.md,将“远端分支 + 远端标签”定义为发版完成;GitHub Actions 与发布资产更新改为发版后异步流程。
Changelog (English)
[0.9.3] - 2026-02-27
Fixed
- AppImage blank-page rendering on Linux (including Arch) caused by absolute asset paths: Vite build output now uses relative asset paths (
base: "./"), so packaged AppImage can resolve frontend JS/CSS correctly.
Changed
- Release-process documentation aligned to current completion rule: Updated
docs/release-process.mdto treatremote branch + remote tagas release completion, while GitHub Actions/asset publishing remains a post-release async step.