You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 安装版 / Windows installer: Creation-SSH_0.6.7_x64-setup.exe
Windows MSI: Creation-SSH_0.6.7_x64_en-US.msi
Windows 便携版 / Windows portable: Creation-SSH_0.6.7_portable-Windows-x64.zip
Android arm64 APK: C-SSH_0.6.7_android-arm64.apk
Android AAB: C-SSH_0.6.7_android-arm64.aab
新增 / Added
固化发布前真实功能验证门禁:公开 Release / 新 tag / 上传安装包前,必须运行即将发布的正式桌面程序与移动测试包,逐项真实操作本次改动涉及功能。
Added a hard pre-release functional verification gate: before a public Release, new tag, or installer upload, the final desktop app and mobile test package must be run and the changed features must be exercised for real.
桌面 AI 弹窗回归检查补充 Windows WebView 创建方式约束,避免后续再次把动态窗口做成同步 command。
Extended the desktop AI window regression check to require the Windows-safe async Tauri command pattern for dynamic WebView creation.
修复 / Fixed
修复桌面 AI 助手独立弹窗在 Windows 正式包中可能打开为白色空窗口的问题;后端窗口创建改为 Tauri 推荐的 async command。
Fixed the desktop AI assistant pop-out opening as a blank white window in the Windows release build; window creation now uses Tauri's recommended async command pattern.
修复 AI 助手弹窗按钮、历史入口和 agent 性能档位在部分语言下显示乱码或错误 key 的问题。
Fixed corrupted or incorrect labels around the AI pop-out button, history entry, and agent performance presets in some locales.
修复主窗口退出时 AI 子窗口可能残留的问题,主窗口关闭会同步清理 ai-* 弹窗。
Fixed AI child windows lingering after the main window exits by closing ai-* windows when the main window closes.
验证 / Verified
桌面 npm run test:ai-window 通过,覆盖 AI 弹窗 URL、ai-* 权限、async command、历史入口文案和多语言文案。
Desktop npm run test:ai-window passed, covering the AI pop-out URL, ai-* permissions, async command requirement, history label, and localized strings.
Rust cargo fmt --check、桌面 Tauri workspace cargo fmt --check、cargo check 通过;桌面 npm run build 与 npm run tauri build 通过。
Rust cargo fmt --check, desktop Tauri workspace cargo fmt --check, and cargo check passed; desktop npm run build and npm run tauri build passed.
正式 Windows 程序重新运行后,AI 助手独立弹窗渲染正常(用户现场复测确认),不再出现白色空窗口。
The final Windows executable was run again and the AI assistant pop-out rendered normally, confirmed during the live release check.
Android x86_64 debug APK was installed and launched on the MuMu emulator for testing only; package info reports versionName 0.6.7 and ABI x86_64. This package is not uploaded to the public Release.