|
| 1 | +<p align="center"> |
| 2 | + <a href="https://codexapp.agentsmirror.com"> |
| 3 | + <img src="https://raw.githubusercontent.com/Wangnov/Codex-App-Manager/main/assets/banner.svg" alt="Codex App Manager" width="100%"> |
| 4 | + </a> |
| 5 | +</p> |
| 6 | + |
| 7 | +> 这一版打磨界面动效:分段选择会滑动、弹窗有了关闭动画、从子页返回主页平滑过渡。 |
| 8 | +> This release polishes the app's motion — the segmented selectors slide, sheets animate on close, and returning Home cross-fades. |
| 9 | +
|
| 10 | +## ✨ 亮点 · Highlights |
| 11 | + |
| 12 | +- **分段控件滑动选择**:外观主题、检查频率、网络代理的分段选择器,选中高亮现在会在选项之间平滑滑动,而不是原地切换。 |
| 13 | + Sliding segmented controls: the theme, check-frequency, and proxy selectors now glide the highlight between options instead of snapping in place. |
| 14 | +- **返回主页平滑过渡**:从设置及其子页返回主页时,界面整屏交叉淡入,不再生硬切换。 |
| 15 | + Smooth back-navigation: returning to the home screen from Settings and its sub-pages now cross-fades instead of cutting abruptly. |
| 16 | + |
| 17 | +## 🐛 修复 · Fixes |
| 18 | + |
| 19 | +- **弹窗关闭不再瞬断**:确认、语言选择等底部弹窗在关闭时平滑下滑并淡出,而不是直接消失。 |
| 20 | + Sheets animate closed: confirm and language-picker sheets now slide down and fade out on dismiss instead of disappearing instantly. |
| 21 | +- **错误详情平滑展开**:检查失败页的「查看详情」改为顺滑展开 / 收起,不再突兀跳出。 |
| 22 | + Error details expand smoothly: the "view details" disclosure on the check-failed screen now grows and collapses smoothly instead of popping in and out. |
| 23 | + |
| 24 | +## 📦 安装与升级 · Install & Upgrade |
| 25 | + |
| 26 | +**已经安装?** 打开应用即可收到本次更新——macOS 只下载版本间的增量,校验失败自动回滚。 |
| 27 | +**Already installed?** The app offers this update in-app — macOS pulls only the delta, with automatic rollback. |
| 28 | + |
| 29 | +| 平台 · Platform | 下载 · Download(国内直连 · China-reachable) | |
| 30 | +| --- | --- | |
| 31 | +| macOS · Apple Silicon | [CodexAppManager_aarch64.dmg](https://codexapp.agentsmirror.com/manager/latest/CodexAppManager_aarch64.dmg) | |
| 32 | +| macOS · Intel | [CodexAppManager_x86_64.dmg](https://codexapp.agentsmirror.com/manager/latest/CodexAppManager_x86_64.dmg) | |
| 33 | +| Windows · x64 | [CodexAppManager_x64-setup.exe](https://codexapp.agentsmirror.com/manager/latest/CodexAppManager_x64-setup.exe) | |
| 34 | +| Windows · ARM64 | [CodexAppManager_arm64-setup.exe](https://codexapp.agentsmirror.com/manager/latest/CodexAppManager_arm64-setup.exe) | |
| 35 | + |
| 36 | +**Windows 签名状态:** `CodexAppManager_x64-setup.exe` / `CodexAppManager_arm64-setup.exe` 当前没有 Authenticode 代码签名,首次运行可能出现 SmartScreen 提示;`.sig` / `latest.json` 里的 Tauri updater 签名只用于应用内自更新的字节校验,不代表 Windows 发行者信任。详情见 [Windows signing and verification](https://github.com/Wangnov/Codex-App-Manager/blob/main/docs/windows-signing.md)。 |
| 37 | +**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](https://github.com/Wangnov/Codex-App-Manager/blob/main/docs/windows-signing.md). |
| 38 | + |
| 39 | +**核验下载:** 本页 Assets 带有 `SHA256SUMS`;Windows 用 `Get-FileHash .\CodexAppManager_x64-setup.exe -Algorithm SHA256` 或替换为 ARM64 文件名,macOS 用 `shasum -a 256 CodexAppManager_aarch64.dmg`,再与 `SHA256SUMS` 比对。 |
| 40 | +**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`. |
| 41 | + |
| 42 | +```bash |
| 43 | +# macOS · Homebrew |
| 44 | +brew install --cask wangnov/tap/codex-app-manager |
| 45 | +``` |
| 46 | + |
| 47 | +> 镜像直链恒指向**最新**版本;如需本页对应的历史版本,请使用下方 Assets。`.app.tar.gz` / `.sig` / `latest.json` 是自动更新器的工件,手动安装请选 `.dmg` / `.exe`。 |
| 48 | +> 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. |
0 commit comments