# Release version 0.10.0
- feat(workspace): migrate from per-folder windows to a unified single-window workspace. - feat(sidebar): overhaul sidebar with draggable folder reorder, per-folder new/import actions, conversation sort toggle, completed filter, and bulk-action management dialog. - feat(acp-agent-settings): expand OpenCode provider.npm options with additional AI SDK providers. - fix(transport): replace Tauri listen() to avoid unlisten race crashing on WKWebView. ----------------------------- # 发布版本 0.10.0 - 新增(工作区):从每文件夹独立窗口迁移到统一的单窗口工作区; - 新增(侧边栏):全面重构,支持拖拽排序文件夹组、按文件夹新建/导入会话、会话排序切换、已完成筛选,以及带批量操作的会话管理对话框; - 新增(ACP 代理设置):扩展 OpenCode 的 provider.npm 选项,补全更多 AI SDK 提供商; - 修复(传输层):替换 Tauri listen() 调用,避免 WKWebView 下 unlisten 竞态导致崩溃。
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "codeg",
|
||||
"version": "0.9.5",
|
||||
"version": "0.10.0",
|
||||
"identifier": "app.codeg",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
|
||||
Reference in New Issue
Block a user