From 544abbd15d0dc194c1565f58679f4c294b18dc4c Mon Sep 17 00:00:00 2001 From: xintaofei Date: Mon, 30 Mar 2026 15:05:09 +0800 Subject: [PATCH] Release version 0.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决codex在会话页面有时不返回权限配置选项; 优化web/server模式下的目录选择,现在支持目录树选择,而不是硬文本写入。 --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5ae4619..7ac0634 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codeg", "private": true, - "version": "0.5.2", + "version": "0.5.3", "scripts": { "dev": "next dev --turbopack", "build": "next build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 9f61ada..c48f81d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -847,7 +847,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[package]] name = "codeg" -version = "0.5.2" +version = "0.5.3" dependencies = [ "agent-client-protocol-schema", "axum", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index aebec83..365a4d0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codeg" -version = "0.5.2" +version = "0.5.3" description = "Agent Code Generation App" authors = ["feitao"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 06f20dd..f4e5e4a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "codeg", - "version": "0.5.2", + "version": "0.5.3", "identifier": "app.codeg", "build": { "beforeDevCommand": "pnpm dev",