Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 05:47
· 8 commits to main since this release
bd1e980

Codex App Manager

这一版打磨界面动效:分段选择会滑动、弹窗有了关闭动画、从子页返回主页平滑过渡。
This release polishes the app's motion — the segmented selectors slide, sheets animate on close, and returning Home cross-fades.

✨ 亮点 · Highlights

  • 分段控件滑动选择:外观主题、检查频率、网络代理的分段选择器,选中高亮现在会在选项之间平滑滑动,而不是原地切换。
    Sliding segmented controls: the theme, check-frequency, and proxy selectors now glide the highlight between options instead of snapping in place.
  • 返回主页平滑过渡:从设置及其子页返回主页时,界面整屏交叉淡入,不再生硬切换。
    Smooth back-navigation: returning to the home screen from Settings and its sub-pages now cross-fades instead of cutting abruptly.

🐛 修复 · Fixes

  • 弹窗关闭不再瞬断:确认、语言选择等底部弹窗在关闭时平滑下滑并淡出,而不是直接消失。
    Sheets animate closed: confirm and language-picker sheets now slide down and fade out on dismiss instead of disappearing instantly.
  • 错误详情平滑展开:检查失败页的「查看详情」改为顺滑展开 / 收起,不再突兀跳出。
    Error details expand smoothly: the "view details" disclosure on the check-failed screen now grows and collapses smoothly instead of popping in and out.

📦 安装与升级 · 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

  • feat: add motion to segmented control, sheet exit, and back-navigation by @Wangnov in #110
  • chore(release): bump version to 0.2.2 by @Wangnov in #111

Full Changelog: v0.2.1...v0.2.2