Release version 0.1.8

支持从历史会话中分叉出单独的新会话;
编辑器资源本地化(支持内网);
支持Codex CLI的官网订阅设置;
修复.gitignore子目录/子文件着色问题;
删除分支时,如果提示分支未合并完成,支持强制删除,而不是永远无法删除。
This commit is contained in:
xintaofei
2026-03-15 19:34:42 +08:00
parent 85674a15aa
commit 17aeb264f9
4 changed files with 4 additions and 4 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -792,7 +792,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
[[package]]
name = "codeg"
version = "0.1.7"
version = "0.1.8"
dependencies = [
"agent-client-protocol-schema",
"base64 0.22.1",

View File

@@ -1,6 +1,6 @@
[package]
name = "codeg"
version = "0.1.7"
version = "0.1.8"
description = "Agent Code Generation App"
authors = ["feitao"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "codeg",
"version": "0.1.7",
"version": "0.1.8",
"identifier": "app.codeg",
"build": {
"beforeDevCommand": "pnpm dev",