Skip to content

Commit a33f477

Browse files
authored
chore(release): bump version to 2.1.16 (#284)
scripts/check_release_version.py 校验所有显示当前版本的位置,本次一次性扫 全仓改 5 处: - src-tauri/Cargo.toml: 2.1.15 → 2.1.16 - src-tauri/tauri.conf.json: 2.1.15 → 2.1.16 - Cargo.lock: cargo check 自动 sync - src-tauri/src/codex_plugin_unlocker.rs:485 注入 JS marker version - README.md:30 + README.en.md:30 当前版本 v2.1.15 → v2.1.16 (README.md:210/211 历史 changelog 上下文不动) 本版包含: - #280 (MOC-15): Token 用量统计 — vendor ccusage + Usage tab - #282 (MOC-20): 解耦启用按钮 — 移除强制 restart modal + header 加 ↻ 重启 Codex
1 parent 5fa138f commit a33f477

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Codex App Transfer is a lightweight desktop config + forwarding tool for the **O
2727

2828
After starting forwarding, Codex App talks to this tool at `127.0.0.1:18080`. Closing the window minimizes the app to the system tray; right-click the tray icon and choose "Exit" to fully quit.
2929

30-
Current version **v2.1.15** (see [Changelog](CHANGELOG.md) and [Releases](https://github.com/Cmochance/codex-app-transfer/releases)).
30+
Current version **v2.1.16** (see [Changelog](CHANGELOG.md) and [Releases](https://github.com/Cmochance/codex-app-transfer/releases)).
3131

3232
## Preview
3333

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Codex App Transfer 是一个面向 **OpenAI Codex APP** 的轻量桌面配置 +
2727

2828
启动转发后,Codex APP 通过本机 `127.0.0.1:18080` 与本工具通信。关闭窗口会缩到系统托盘继续运行,右键托盘"退出"才完全退出。
2929

30-
当前版本 **v2.1.15**(详见 [Changelog](CHANGELOG.md)[Releases](https://github.com/Cmochance/codex-app-transfer/releases))。
30+
当前版本 **v2.1.16**(详见 [Changelog](CHANGELOG.md)[Releases](https://github.com/Cmochance/codex-app-transfer/releases))。
3131

3232
## 界面预览
3333

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codex-app-transfer"
3-
version = "2.1.15"
3+
version = "2.1.16"
44
description = "Codex App Transfer - Tauri 2 shell"
55
edition.workspace = true
66
rust-version.workspace = true

src-tauri/src/codex_plugin_unlocker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ async fn inject_unlock_script(
482482
let unlock_script = r#"
483483
(async function() {
484484
const MARKER = '__codexAppTransferPluginUnlocker';
485-
window[MARKER] = window[MARKER] || { version: '2.1.15', unlocked: false };
485+
window[MARKER] = window[MARKER] || { version: '2.1.16', unlocked: false };
486486
487487
const selectors = {
488488
disabledInstallButton: 'button:disabled.w-full.justify-center, [role="button"][aria-disabled="true"].cursor-not-allowed',

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Codex App Transfer",
4-
"version": "2.1.15",
4+
"version": "2.1.16",
55
"identifier": "store.alyse.codex-app-transfer",
66
"build": {
77
"frontendDist": "../frontend"

0 commit comments

Comments
 (0)