Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 13:50
· 22 commits to main since this release
decc2ca

Codex App Manager

这一版把 Windows on Arm 正式纳入 Manager 自身发布、镜像下载和应用内更新链路。
This release makes Windows on Arm a first-class Manager release target across builds, mirror downloads, and in-app self-update.

✨ 亮点 · Highlights

  • Windows ARM64 原生安装器:发布流水线现在同时构建 x64 与 ARM64 Windows 安装器,并把两者同步到镜像永久链接。
    Native Windows ARM64 installer: the release pipeline now builds both x64 and ARM64 Windows installers and mirrors both behind stable download links.
  • 应用内自更新支持双 Windows 架构:latest.json 会同时发布 windows-x86_64windows-aarch64,让 ARM64 设备收到对应的自更新包。
    In-app self-update supports both Windows architectures: latest.json now includes windows-x86_64 and windows-aarch64, so ARM64 devices receive the matching updater artifact.
  • Codex 本体按架构选择:Manager 会读取镜像 manifest 里的 Windows 架构清单,在 ARM64 Windows 上优先选择 ARM64 包,缺失时再回退到 x64。
    Codex payloads are architecture-aware: the Manager reads the mirror manifest's Windows architecture list, prefers ARM64 on ARM64 Windows, and falls back to x64 when needed.
  • 下载入口补齐:README、官网和 Release 模板都新增 Windows ARM64 下载项;Winget 提交流程也会匹配 x64 与 ARM64 安装器。
    Download surfaces are complete: the README, website, and release template now list Windows ARM64, and the Winget submission flow matches both x64 and ARM64 installers.

🐛 修复 · Fixes

  • 暂停提示更少误导:更新下载暂停后不再显示可能被误解的自动恢复提示,界面只保留当前可执行动作。
    Less misleading paused-state copy: paused update downloads no longer show a hint that could be read as automatic recovery; the UI now sticks to the available actions.

📦 安装与升级 · 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
Windows · ARM64 CodexAppManager_arm64-setup.exe

Windows 签名状态: CodexAppManager_x64-setup.exe / CodexAppManager_arm64-setup.exe 当前没有 Authenticode 代码签名,首次运行可能出现 SmartScreen 提示;.sig / latest.json 里的 Tauri updater 签名只用于应用内自更新的字节校验,不代表 Windows 发行者信任。详情见 Windows signing and verification
Windows signing status: CodexAppManager_x64-setup.exe / CodexAppManager_arm64-setup.exe are not Authenticode-signed yet, so SmartScreen may warn on first run; the Tauri updater signature in .sig / latest.json verifies in-app update bytes only and is not Windows publisher trust. See Windows signing and verification.

核验下载: 本页 Assets 带有 SHA256SUMS;Windows 用 Get-FileHash .\CodexAppManager_x64-setup.exe -Algorithm SHA256 或替换为 ARM64 文件名,macOS 用 shasum -a 256 CodexAppManager_aarch64.dmg,再与 SHA256SUMS 比对。
Verify downloads: This release includes SHA256SUMS in Assets; on Windows run Get-FileHash .\CodexAppManager_x64-setup.exe -Algorithm SHA256 or swap in the ARM64 filename, and on macOS run shasum -a 256 CodexAppManager_aarch64.dmg, then compare with SHA256SUMS.

# 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.

What's Changed

  • fix: remove paused download hint by @Wangnov in #95
  • chore(release): bump version to 0.2.0 by @Wangnov in #96

Full Changelog: v0.1.22...v0.2.0