v0.2.1
这一版在设置中加入网络代理选项,让更新检查和下载更适应受限网络。
This release adds network proxy settings so update checks and downloads work better on restricted networks.
✨ 亮点 · Highlights
- 网络设置入口:设置页现在在「外观」下面、「更多」上面新增「网络」分组,代理可选跟随系统、直连或自定义。
Network settings: Settings now includes a Network section between Appearance and More, with System, Direct, and Custom proxy modes. - 更新链路遵循代理:Codex 本体的 macOS / Windows 检查、下载、预下载,以及 Manager 自更新都会使用同一套代理设置。
Update traffic follows the proxy: macOS / Windows Codex checks, downloads, pre-downloads, and Manager self-updates all use the same proxy preference. - 自定义代理更完整:自定义代理支持
http、https、socks5和socks5h,适配常见本地代理工具。
Broader custom proxy support: custom proxy URLs now accepthttp,https,socks5, andsocks5hfor common local proxy setups.
🐛 修复 · Fixes
- 代理模式更明确:直连会绕过环境代理,自定义代理也不会被
NO_PROXY误绕过。
Clearer proxy behavior: Direct mode bypasses proxy environment variables, and Custom mode is no longer skipped byNO_PROXY. - Manager 自更新确认更安全:安装前会确认待安装版本仍然是用户刚确认的版本,避免发布源变化后安装到另一版。
Safer Manager self-update confirmation: before installing, the app verifies that the available update still matches the version the user confirmed.
📦 安装与升级 · 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.jsonbelong to the auto-updater; pick the.dmg/.exefor manual installs.
What's Changed
- chore(deps): bump softprops/action-gh-release from 3.0.0 to 3.0.1 by @dependabot[bot] in #97
- chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in #98
- chore(deps-dev): bump vite from 8.0.16 to 8.1.0 by @dependabot[bot] in #99
- chore(deps): bump lucide-react from 1.20.0 to 1.21.0 by @dependabot[bot] in #100
- chore(deps): bump log from 0.4.32 to 0.4.33 in /src-tauri by @dependabot[bot] in #101
- chore(deps): bump @tauri-apps/api from 2.11.0 to 2.11.1 by @dependabot[bot] in #102
- chore(deps-dev): bump @tauri-apps/cli from 2.11.2 to 2.11.3 by @dependabot[bot] in #103
- chore(deps): bump tauri from 2.11.2 to 2.11.3 in /src-tauri by @dependabot[bot] in #104
- chore(deps-dev): bump @vitejs/plugin-react from 6.0.2 to 6.0.3 by @dependabot[bot] in #105
- chore(deps): bump tauri-build from 2.6.2 to 2.6.3 in /src-tauri by @dependabot[bot] in #106
- feat: add network proxy settings by @Wangnov in #108
- chore(release): bump version to 0.2.1 by @Wangnov in #109
Full Changelog: v0.2.0...v0.2.1