Skip to content

Commit 0600c8b

Browse files
committed
chore(release): v0.6.0
1 parent 0dae401 commit 0600c8b

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 新增 Sessions 和 Chats tab 及全文搜索功能
8+
9+
- History 页面支持三种视图切换:Projects(按项目分组)、Sessions(扁平列表)、Chats(所有消息)
10+
- 集成 Tantivy 搜索引擎,支持消息内容实时搜索
11+
- 各 tab 独立懒加载,切换时保持缓存
12+
- Chats 显示已加载/总计消息数
13+
314
## 0.5.2
415

516
### 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.5.2",
4+
"version": "0.6.0",
55
"type": "module",
66
"packageManager": "pnpm@10.18.1",
77
"scripts": {

0 commit comments

Comments
 (0)