# Release version 0.10.1
- feat(sidebar): add per-folder color swatch with color picker and neutral conversation rail. - feat(conversation-context-bar): unify selectors and attachments into a horizontal scrolling row. - fix(conversation-context-bar): hide selectors divider when no attachments are present. - fix(conversation-manage-dialog): sort conversations by created_at and display creation time. - fix(icons): regenerate multi-resolution Windows ICO for crisp desktop icon. - chore(acp-registry): bump opencode to 1.14.21 and gemini-cli to 0.39.0. ----------------------------- # 发布版本 0.10.1 - 新增(侧边栏):为每个文件夹添加颜色色块与颜色选择器,会话轨道采用中性色; - 新增(会话上下文栏):将选择器与附件统一为横向滚动行; - 修复(会话上下文栏):无附件时隐藏选择器分隔线; - 修复(会话管理对话框):按 created_at 排序会话并显示创建时间; - 修复(图标):重新生成多分辨率 Windows ICO 以获得清晰的桌面图标; - 依赖(ACP 注册表):升级 opencode 至 1.14.21、gemini-cli 至 0.39.0。
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "codeg",
|
"name": "codeg",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.10.0",
|
"version": "0.10.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev --turbopack",
|
"dev": "next dev --turbopack",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
|
|||||||
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -853,7 +853,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "codeg"
|
name = "codeg"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"agent-client-protocol-schema",
|
"agent-client-protocol-schema",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "codeg"
|
name = "codeg"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
description = "Agent Code Generation App"
|
description = "Agent Code Generation App"
|
||||||
authors = ["feitao"]
|
authors = ["feitao"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "codeg",
|
"productName": "codeg",
|
||||||
"version": "0.10.0",
|
"version": "0.10.1",
|
||||||
"identifier": "app.codeg",
|
"identifier": "app.codeg",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "pnpm dev",
|
"beforeDevCommand": "pnpm dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user