From 55aadb3b657fe4e867c5bf27df6296204feb3487 Mon Sep 17 00:00:00 2001 From: xintaofei Date: Tue, 7 Apr 2026 22:30:19 +0800 Subject: [PATCH] # Release version 0.6.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - feat: add responsive layout support for mobile and small screens. - feat: upgrade @lobehub/icons to v5 and update agent icon colors. - feat: add version detection and upgrade support to install scripts. ----------------------------- # 发布版本 0.6.9 - 新增:支持移动端和小屏幕的响应式布局适配; - 新增:升级 @lobehub/icons 至 v5,更新代理图标配色; - 新增:安装脚本增加版本检测与升级支持。 --- 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 14b81cc..9986635 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codeg", "private": true, - "version": "0.6.8", + "version": "0.6.9", "scripts": { "dev": "next dev --turbopack", "build": "next build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index c321dc6..812280a 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -853,7 +853,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[package]] name = "codeg" -version = "0.6.8" +version = "0.6.9" dependencies = [ "agent-client-protocol-schema", "async-trait", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3157d7c..755cb56 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codeg" -version = "0.6.8" +version = "0.6.9" description = "Agent Code Generation App" authors = ["feitao"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e469fbc..851de3d 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.6.8", + "version": "0.6.9", "identifier": "app.codeg", "build": { "beforeDevCommand": "pnpm dev",