更新日志(中文)
[0.9.4] - 2026-02-27
修复
- Linux
.deb在部分环境下出现白屏/空白窗口:默认关闭透明窗口(transparent: false),并在 Linux 侧补充 WebKitGTK 运行时兜底(未设置时自动注入WEBKIT_DISABLE_DMABUF_RENDERER=1),提升渲染稳定性。 - Windows 切号流程在探测 Antigravity 进程时可能卡住:为 PowerShell 进程探测增加 5 秒超时,并在超时/失败后自动回退到
sysinfo扫描,避免阻塞切号链路。 - “切号成功但启动失败”现在可前端可见:当账号落盘切换完成但启动 Antigravity 失败时,后端会返回明确错误信息,前端可直接提示失败原因。
- 全平台官方 LS 解析统一改为基于已配置 Antigravity 启动路径:唤醒/验证在 Windows/macOS/Linux 均从
antigravity_app_path推导 LS(按平台扩展目录与文件名优先级匹配);若缺失则统一返回APP_PATH_NOT_FOUND:antigravity,在执行前触发现有路径设置引导。
Changelog (English)
[0.9.4] - 2026-02-27
Fixed
- Linux
.debblank/white window rendering on some environments: Disabled transparent window by default (transparent: false) and added Linux WebKitGTK fallback (WEBKIT_DISABLE_DMABUF_RENDERER=1when unset) to improve render stability. - Windows account-switch flow could hang while probing Antigravity processes: Added a 5-second timeout for PowerShell process probing and automatic fallback to
sysinfoscanning to avoid blocking the switch path. - Switch-success but launch-failure now becomes user-visible: If account data is switched but launching Antigravity fails, backend now returns an explicit error message so frontend can show a visible failure notice.
- Official LS resolution now follows configured Antigravity app path on all desktop OSes: Wakeup/verification now derive LS from
antigravity_app_pathon Windows/macOS/Linux (with platform-specific extension/bin path and filename priority), and return unifiedAPP_PATH_NOT_FOUND:antigravitywhen missing so existing path-setup guidance is triggered before execution.