Skip to content

Commit bd1e980

Browse files
Wangnovclaude
andauthored
chore(release): bump version to 0.2.2
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 0fab111 commit bd1e980

6 files changed

Lines changed: 54 additions & 6 deletions

File tree

docs/releases/v0.2.2.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex-app-manager",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "codex-app-manager"
66
# would otherwise ride along in the production app. default-run is kept
77
# defensively to pin `cargo run` to the app should another src/bin/* be added.
88
default-run = "codex-app-manager"
9-
version = "0.2.1"
9+
version = "0.2.2"
1010
description = "A cross-platform manager for installing and updating mirrored official Codex desktop app packages."
1111
authors = ["Wangnov"]
1212
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Codex App Manager",
44
"mainBinaryName": "codex-app-manager",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"identifier": "io.github.wangnov.codexappmanager",
77
"build": {
88
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)