Skip to content

Commit 176f2f7

Browse files
committed
Release CodexTools 1.2.2
1 parent 315290f commit 176f2f7

20 files changed

Lines changed: 68 additions & 28 deletions

RELEASE_NOTES_v1.2.2.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## CodexTools 1.2.2
2+
3+
### Changes
4+
5+
- Renames the desktop entry, app bundles, installers, and in-app copy to ChatGPT Codex Tools while cleaning up legacy Codex++ shortcuts and uninstall records.
6+
- Refactors the manager UI and backend payload handling for clearer status cards, relay/provider settings, marketplace actions, and diagnostics.
7+
- Keeps plugin and site marketplace enhancements available for mixed API relay mode while disabling only the paths that are unsafe for pure relay/aggregate mode.
8+
- Improves ChatGPT desktop target detection, CDP page selection, launcher errors, and Windows startup/uninstall behavior.
9+
- Refreshes macOS pkg/zip and Windows setup/portable build metadata, including offline installers and migration-friendly package names.
10+
- Updates README and localized UI text across Chinese, English, Japanese, and Korean documentation.
11+
12+
### macOS unsigned build notice
13+
14+
The macOS packages are unsigned community builds, including the pkg installers. If macOS blocks the first launch, run:
15+
16+
```bash
17+
xattr -cr "/Applications/ChatGPT Codex 管理工具.app"
18+
xattr -cr "/Applications/ChatGPT Codex.app"
19+
xattr -cr "/Applications/Codex++ 管理工具.app"
20+
xattr -cr "/Applications/Codex++.app"
21+
```
22+
23+
### macOS 首次启动提醒
24+
25+
macOS 包是未签名的社区构建,pkg 安装包也一样。如果 macOS 阻止首次启动,请执行:
26+
27+
```bash
28+
xattr -cr "/Applications/ChatGPT Codex 管理工具.app"
29+
xattr -cr "/Applications/ChatGPT Codex.app"
30+
xattr -cr "/Applications/Codex++ 管理工具.app"
31+
xattr -cr "/Applications/Codex++.app"
32+
```

docs/downloads.html

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -214,25 +214,25 @@ <h2>Windows</h2>
214214

215215
<section class="release-note">
216216
<div data-lang="en" class="active">
217-
<strong>Version 1.2.1</strong>
217+
<strong>Version 1.2.2</strong>
218218
<ul>
219-
<li>Fixes macOS launcher discovery so the manager opens the sibling ChatGPT Codex.app launcher instead of falling back to a nested launcher inside the manager bundle.</li>
220-
<li>Prefers the injected bridge for backend calls while keeping the HTTP helper fallback for status and repair routes, with clearer diagnostics when either transport is unavailable.</li>
221-
<li>Downgrades missing service-tier assets to a non-fatal unavailable state instead of breaking the injected menu on unsupported ChatGPT builds.</li>
222-
<li>Allows the local HTTP helper to answer private-network browser preflight requests and extends thread sort-key requests for larger history sets.</li>
223-
<li>Improves Windows mirror repair by reusing matching packages already present in Downloads before downloading again.</li>
224-
<li>Removes stale provider-sync locks automatically while keeping active locks protected, reducing stuck history/provider sync states.</li>
219+
<li>Renames the desktop entry, app bundles, installers, and in-app copy to ChatGPT Codex Tools while cleaning up legacy Codex++ shortcuts and uninstall records.</li>
220+
<li>Refactors the manager UI and data payloads for cleaner status cards, relay/provider settings, marketplace actions, and diagnostics.</li>
221+
<li>Keeps plugin and site marketplace enhancements available for mixed API relay mode while disabling only the paths that are unsafe for pure relay/aggregate mode.</li>
222+
<li>Improves ChatGPT desktop target detection, CDP page selection, launcher errors, and Windows startup/uninstall behavior.</li>
223+
<li>Refreshes macOS pkg/zip and Windows setup/portable build metadata, including the offline installers and migration-friendly package names.</li>
224+
<li>Updates README and localized UI text across Chinese, English, Japanese, and Korean documentation.</li>
225225
</ul>
226226
</div>
227227
<div data-lang="zh">
228-
<strong>版本 1.2.1</strong>
228+
<strong>版本 1.2.2</strong>
229229
<ul>
230-
<li>修复 macOS 启动器发现逻辑,管理器会优先打开同级 ChatGPT Codex.app 启动器,不再回退到管理器 bundle 内部的嵌套启动器</li>
231-
<li>后端调用优先使用注入桥接,同时保留状态和修复路由的 HTTP helper 后备,并在任一传输不可用时写入更清晰诊断</li>
232-
<li>service-tier 资源缺失时会降级为非致命的不可用状态,不再让不支持的 ChatGPT 构建破坏注入菜单</li>
233-
<li>本地 HTTP helper 支持 private-network 预检请求,并延长历史排序 key 请求超时,适配更大的会话历史</li>
234-
<li>Windows 镜像修复会优先复用 Downloads 中已存在且匹配的安装包,避免重复下载</li>
235-
<li>Provider sync 会自动移除过期锁,同时保留活跃锁保护,减少历史/供应商同步卡住的情况</li>
230+
<li>桌面入口、app bundle、安装包和界面文案统一迁移到 ChatGPT Codex Tools,并清理旧的 Codex++ 快捷方式和卸载记录</li>
231+
<li>重构管理器 UI 和数据结构,优化状态卡片、中转/供应商设置、市场操作和诊断信息</li>
232+
<li>混合 API 中转模式下继续保留插件/站点市场增强,只在纯中转/聚合模式下关闭不安全的补丁路径</li>
233+
<li>改进 ChatGPT 桌面应用目标检测、CDP 页面选择、启动器错误提示,以及 Windows 启动和卸载流程</li>
234+
<li>刷新 macOS pkg/zip 与 Windows setup/便携构建元数据,继续提供离线安装包并使用更易迁移的包名</li>
235+
<li>同步更新中、英、日、韩 README 和界面翻译</li>
236236
</ul>
237237
</div>
238238
</section>
@@ -242,13 +242,17 @@ <h2>Windows</h2>
242242
<strong>macOS first launch note</strong>
243243
<p>The macOS packages are unsigned community builds, including the pkg installers. If macOS blocks the first launch, run:</p>
244244
<pre><code>xattr -cr "/Applications/ChatGPT Codex 管理工具.app"
245-
xattr -cr "/Applications/ChatGPT Codex.app"</code></pre>
245+
xattr -cr "/Applications/ChatGPT Codex.app"
246+
xattr -cr "/Applications/Codex++ 管理工具.app"
247+
xattr -cr "/Applications/Codex++.app"</code></pre>
246248
</div>
247249
<div data-lang="zh">
248250
<strong>macOS 首次启动提醒</strong>
249251
<p>macOS 包是未签名的社区构建,pkg 安装包也一样。如果 macOS 阻止首次启动,请执行:</p>
250252
<pre><code>xattr -cr "/Applications/ChatGPT Codex 管理工具.app"
251-
xattr -cr "/Applications/ChatGPT Codex.app"</code></pre>
253+
xattr -cr "/Applications/ChatGPT Codex.app"
254+
xattr -cr "/Applications/Codex++ 管理工具.app"
255+
xattr -cr "/Applications/Codex++.app"</code></pre>
252256
</div>
253257
</section>
254258

21 MB
Binary file not shown.
21 MB
Binary file not shown.
22.5 MB
Binary file not shown.
22.5 MB
Binary file not shown.

docs/releases/CodexTools-1.2.1-windows-arm64-setup.exe renamed to docs/releases/ChatGPT-Codex-Tools-1.2.2-windows-arm64-setup.exe

10.7 MB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
61cfb0facfd1cb71c101a875019eec6d15019a71cf4cf8a1e5fb533306723b91 ChatGPT-Codex-Tools-1.2.2-windows-arm64-setup.exe
2+
fc755d749a00d8ecbea2017024145276f015ab82e28ecafd4e873e77c442f5e1 ChatGPT-Codex-Tools-1.2.2-windows-arm64.zip
10.6 MB
Binary file not shown.

docs/releases/CodexTools-1.2.1-windows-x64-setup.exe renamed to docs/releases/ChatGPT-Codex-Tools-1.2.2-windows-x64-setup.exe

11.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)