Skip to content

Releases: Wangnov/Codex-App-Manager

v0.1.14

Choose a tag to compare

@github-actions github-actions released this 11 Jun 02:10

Codex App Manager

一版纯加固:Windows 更新全生命周期防竞态、MSIX 健康探针降级回退,发布流水线把镜像同步提为发布前置——应用内更新源永远不会落后于公开 Release。
A pure hardening release: the Windows update lifecycle is now race-safe with MSIX health-probe fallback, and the release pipeline gates publication on the mirror sync — the in-app update feed can never lag a public release.

🛡️ 加固 · Hardening

  • Windows 更新不再信任过期快照:下载与暂存期间,Codex 可能自更新、被卸载或被移动。现在执行前会重新检测本机状态,确认校验与每一步破坏性操作都基于最新快照进行。
    The Windows updater re-detects the local install after staging — consent checks and every destructive step run against a fresh snapshot, not the one from before the download.
  • MSIX 装得上但起不来?自动回退便携版:在受管/精简的 Windows 上,MSIX 可能注册成功却无法启动。健康探针无法运行时按"降级"处理,自动回退到便携版,而不是留下一个无法验证的安装。
    On managed or stripped-down Windows an MSIX can register yet fail to launch. When the health probe can't run, the updater degrades gracefully and falls back to the portable build instead of keeping an unverifiable package.
  • 切换便携版前先收尾:回退便携版之前会先关闭运行中的 Codex,不会因文件占用留下半成品安装。
    Running Codex is closed before a portable-fallback switch — no half-finished installs from locked files.
  • 下载失败一眼可诊断:失败信息现在带上目标主机与代理环境摘要,网络问题不再靠猜。
    Download failures now report the target host and a proxy-environment summary, so network issues are diagnosable at a glance.
  • 发布门禁:R2 + IHEP 镜像同步成为发布的前置阻塞步骤——同步失败会阻断发版,公开 Release 不再可能领先于应用内更新源。
    Release gating: the R2 + IHEP mirror sync now blocks publication, so a public release can never run ahead of the in-app update feed.

📦 安装与升级 · 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.json belong to the auto-updater; pick the .dmg / .exe for manual installs.

Full Changelog: v0.1.13...v0.1.14

v0.1.13

Choose a tag to compare

@github-actions github-actions released this 10 Jun 05:14
30204ae

Codex App Manager

macOS 增量更新从这一版起真正生效:BinaryDelta 助手随包出厂,更新卡片改由单一原子快照驱动,镜像 /manager/latest/* 永久直链上线。
Delta updates on macOS actually work starting this release: the BinaryDelta helper now ships in the bundle, the update card is driven by one atomic snapshot, and the mirror's /manager/latest/* permalinks go live.

✨ 亮点 · Highlights

  • macOS 增量更新真正可用(#43):BinaryDelta 助手现在随 macOS 包出厂。此前的 0.1.x 版本缺少它,每次更新都会静默回退整包下载——从这一版起,更新只下载版本之间的差量。
    The BinaryDelta helper finally ships inside the macOS bundle. Earlier 0.1.x builds silently fell back to full-package downloads; from this release on, updates pull only the delta between versions.
  • 镜像永久直链上线(#42):/manager/latest/* 恒指向当前最新版本,README 与官网的下载链接从此永不过期。
    /manager/latest/* permalinks always resolve to the current release, so download links in the README and on the website never go stale.

🐛 修复 · Fixes

  • 更新卡片与确认弹窗共用一份原子快照(#45):杜绝"当前 X → 新版 X"这类自相矛盾的卡片,确认时看到的就是将要执行的。
    The update card and the consent sheet are driven by one atomic snapshot — no more self-contradictory "now X → new X" cards; what you confirm is what runs.
  • 不再卡在 Codex 的退出确认上(#44):更新需要退出 Codex 时,把它的退出确认弹窗浮到前台,而不是让更新停在原地。
    When an update needs Codex to quit, its quit-confirm dialog is surfaced instead of the update silently stalling.

📦 安装与升级 · 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.json belong to the auto-updater; pick the .dmg / .exe for manual installs.

Full Changelog: v0.1.12...v0.1.13

v0.1.12

Choose a tag to compare

@github-actions github-actions released this 09 Jun 14:38
0057df8
v0.1.12

v0.1.11

Choose a tag to compare

@github-actions github-actions released this 09 Jun 05:45
fa9f990
chore(release): bump version to 0.1.11 (#29)

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 08 Jun 17:47
fed689e
Codex App Manager v0.1.10

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 08 Jun 10:53
f8aeec3
Codex App Manager v0.1.9

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 08 Jun 08:21
e81e08e
v0.1.8

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 08 Jun 03:42
fix(ci): keep windows engine portable

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 08 Jun 02:38
Codex App Manager v0.1.6

Hide the Windows console window in release builds, show the packaged manager version in About, and require confirmation before installing manager self-updates.

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 08 Jun 02:16
1bdc8a6
Codex App Manager v0.1.5

CI/release actions upgraded to Node 24 runtimes (checkout v6, setup-node v6,
upload-artifact v7, download-artifact v8, action-gh-release v3). No app-code
changes since v0.1.1.