Skip to content

Commit 628468b

Browse files
committed
v5.0.1
1 parent 19d75e3 commit 628468b

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

cmd/desktop/CHANGELOG.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[
22
{
3-
"version": "v5.0.0",
3+
"version": "v5.0.1",
44
"date": "2026-03-10",
55
"changes": [
66
"Added Codex Token Pool authentication mode with endpoint-level credential pool support",
77
"Implemented credential lifecycle management: bulk import/update/delete, enable/disable, activation, status tracking, and refresh-on-401",
88
"Added dedicated Token Pool management UI for Desktop and Web, including Codex proxy configuration and improved action layout",
99
"Hardened Codex /responses handling with stream enforcement compatibility and improved retry/failover behavior",
10+
"Made endpoint model optional and only override upstream model when a value is provided (Codex Token Pool friendly)",
1011
"Fixed token accounting issues where request counts increased but token totals stayed unchanged in specific Codex streaming scenarios",
1112
"Updated endpoint behavior for Codex mode with fixed upstream route and transformer constraints for better compatibility"
1213
]

cmd/desktop/CHANGELOG_CN.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[
22
{
3-
"version": "v5.0.0",
3+
"version": "v5.0.1",
44
"date": "2026-03-10",
55
"changes": [
66
"新增 Codex Token Pool 认证模式,支持端点级凭证池",
77
"实现凭证全生命周期管理:批量导入/更新/删除、启用禁用、激活切换、状态跟踪与 401 后自动刷新",
88
"新增桌面端与 Web 端 Token Pool 管理界面,支持 Codex 专用代理配置并优化操作布局",
99
"增强 Codex /responses 请求链路,兼容强制流式场景并改进重试与故障切换行为",
10+
"模型字段改为可选,仅在填写时覆盖上游模型(适配 Codex Token Pool)",
1011
"修复特定 Codex 流式场景下“请求数增长但 Token 总数不增长”的统计问题",
1112
"优化 Codex 模式端点行为:固定上游路由与转换器约束,提升兼容性"
1213
]

cmd/desktop/build/darwin/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<key>CFBundleIdentifier</key>
1111
<string>com.ccnexus.app</string>
1212
<key>CFBundleVersion</key>
13-
<string>5.0.0</string>
13+
<string>5.0.1</string>
1414
<key>CFBundleGetInfoString</key>
1515
<string>ccNexus</string>
1616
<key>CFBundleShortVersionString</key>
17-
<string>5.0.0</string>
17+
<string>5.0.1</string>
1818
<key>CFBundleIconFile</key>
1919
<string>iconfile</string>
2020
<key>LSUIElement</key>

cmd/desktop/build/windows/wails.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity type="win32" name="ccNexus" version="4.13.3.0" processorArchitecture="*"/>
3+
<assemblyIdentity type="win32" name="ccNexus" version="5.0.1.0" processorArchitecture="*"/>
44
<description>A smart API endpoint rotation proxy for Claude Code and Codex CLI</description>
55
<dependency>
66
<dependentAssembly>

cmd/desktop/wails.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"info": {
2424
"companyName": "ccNexus",
2525
"productName": "ccNexus",
26-
"productVersion": "5.0.0",
26+
"productVersion": "v5.0.1",
2727
"copyright": "Copyright © 2024 Chuck",
2828
"comments": "A smart API endpoint rotation proxy for Claude Code"
2929
}

0 commit comments

Comments
 (0)