v0.1.16
这一版让下载更新像个正常的下载器:能暂停、能取消;Windows 启动时检查更新也不再卡住界面。
This release makes downloads behave like a real downloader — pause and cancel — and stops the Windows update check from freezing the window.
✨ 亮点 · Highlights
- 下载可暂停 / 取消:下载更新时新增「暂停」和「取消」。暂停会保留已下载的部分,下次更新从断点继续;取消则放弃。两个按钮只在下载阶段可用,进入校验 / 安装这类不可中断的环节后自动禁用,停止后回到更新卡片并给出平和提示,而不是红色报错。
Downloads now have Pause and Cancel. Pause keeps the bytes already fetched so the next update resumes from there; Cancel discards them. Both are offered only while bytes are downloading and disable once the non-interruptible verify / install phase begins — a stopped transfer settles back to the update card with a calm notice, not a red error.
🐛 修复 · Fixes
- Windows 检查更新不再卡住主界面:之前启动时的检查更新把网络请求和系统能力探测跑在主线程上,窗口会短暂进入"未响应"(动画还在转、却点不动)。现在这部分挪到后台线程执行,检查期间界面全程可操作。macOS 这条路径本就在后台,所以不受影响。
On Windows, the on-launch update check no longer freezes the window. The manifest fetch and capability probes used to run on the main thread, leaving the UI briefly unresponsive (the spinner kept turning but nothing was clickable); they now run off the main thread. macOS already worked this way and was never affected.
📦 安装与升级 · Install & Upgrade
已经安装? 打开应用即可收到本次更新——macOS 只下载版本间的增量,校验失败自动回滚。
Already installed? The app offers this update in-app — macOS pulls only the delta, with automatic rollback.
| 平台 · Platform | 下载 · Download(国内直连 · China-reachable) |
|---|---|
| macOS · Apple Silicon | CodexAppManager_aarch64.dmg |
| macOS · Intel | CodexAppManager_x86_64.dmg |
| Windows · x64 | CodexAppManager_x64-setup.exe |
# macOS · Homebrew
brew install --cask wangnov/tap/codex-app-manager镜像直链恒指向最新版本;如需本页对应的历史版本,请使用下方 Assets。
.app.tar.gz/.sig/latest.json是自动更新器的工件,手动安装请选.dmg/.exe。
Mirror permalinks always resolve to the latest release — for this exact version use the assets below..app.tar.gz/.sig/latest.jsonbelong to the auto-updater; pick the.dmg/.exefor manual installs.
What's Changed
- feat: pausable downloads and a non-blocking Windows update check by @Wangnov in #54
- chore(release): bump version to 0.1.16 by @Wangnov in #55
Full Changelog: v0.1.15...v0.1.16