Release version 0.2.5

修复windows下执行部分git命令没有带上CREATE_NO_WINDOW标识;
右侧边栏变更区域支持删除操作;
优化文件树git状态检测性能;
修复在文件编辑时一直按撤销会导致文件内容变空白。
This commit is contained in:
xintaofei
2026-03-20 23:19:25 +08:00
parent dbf3971134
commit cd4d816154
4 changed files with 4 additions and 4 deletions

View File

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