Skip to content

Commit d68524b

Browse files
MarkShawn2020claude
andcommitted
chore(release): v0.7.0
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 95d708e commit d68524b

4 files changed

Lines changed: 31 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- ### Features
8+
9+
- feat(distill): 添加目录监听自动刷新与 UI 优化
10+
- feat(chats): 实现虚拟无限滚动加载
11+
- feat(distill): 支持从 distill 跳转到 session
12+
13+
### Performance
14+
15+
- perf: 优化 History 页面性能,避免 IO 阻塞 UI
16+
17+
### Fixes
18+
19+
- fix(export): 修复导出对话框按钮被隐藏的问题
20+
- fix(distill): 修复打开文件路径解析错误
21+
22+
### Style
23+
24+
- style(sidebar): 优化 Knowledge 子菜单选中状态的视觉层次
25+
- style(theme): 集成 Lovstudio 暖学术设计系统
26+
27+
### Refactor
28+
29+
- refactor(session): 使用下拉菜单优化 SessionDetail 工具栏
30+
331
## 0.6.2
432

533
### 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.6.2",
4+
"version": "0.7.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.6.2"
3+
version = "0.7.0"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

0 commit comments

Comments
 (0)