Skip to content

Commit 66d8b8c

Browse files
committed
chore: release v0.31.0
1 parent c4b38a7 commit 66d8b8c

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.31.0
4+
5+
### Minor Changes
6+
7+
- 架构重构:移除 Workspace dashboard,转向页面中心化路由。
8+
9+
- **移除 Workspace dashboard**:删除 `WorkspaceView``ProjectDashboard``ProjectSidebar``KanbanBoard``GitHistory``LogoManager``ProjectDiagnostics``FeatureSidebar`/`FeatureTabs` 全套模块,及 `PanelGrid`/`SessionPanel`。功能太杂、入口太深,KISS 重构。
10+
- **`/chat/*``/history/*`**:路由更名,同时清掉 `useFeatureCreation``useNavigation` 这些只为旧 dashboard 服务的 hook。
11+
- **`/knowledge/reference`(静态) → `/knowledge/source/[id]`(动态)**:知识库改为按 source 动态路由,新增 `SourceView` + `[...docPath]` 子路由。
12+
- **新增 `useStreamedSessions` hook**:session 列表流式渲染,长列表首屏更快。
13+
- **Splash 时序**:根布局延迟到 `/history``ProjectList` 触发 `app:ready` 才隐藏 splash,初次进入不再先看到空壳再被填充。
14+
- **Tauri backend (`lib.rs`)**:大量后端重写以支撑新结构;移除 `workspace_store``workspaceDataAtom` 等过时持久化。
15+
- **设置页清理**:移除 `/settings/llm`(LLM 配置移出 app,由统一 platform 接管)。
16+
- **GlobalHeader 瘦身**:删除 `GlobalFeatureTabs``CreateFeatureDialog``VerticalFeatureTabs`
17+
- **杂项**`ProjectLogo` 提升到 `components/shared``.claude/``output/` 加入 `.gitignore`
18+
319
## 0.30.1
420

521
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lovcode",
33
"private": true,
4-
"version": "0.30.1",
4+
"version": "0.31.0",
55
"type": "module",
66
"packageManager": "pnpm@10.18.1",
77
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lovcode"
3-
version = "0.30.1"
3+
version = "0.31.0"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

0 commit comments

Comments
 (0)