Skip to content

Commit 45a0eb8

Browse files
committed
release: v0.9.1
1 parent f308875 commit 45a0eb8

3 files changed

Lines changed: 45 additions & 1 deletion

File tree

docs/changelogs_cn.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
[
2+
{
3+
"version": "0.9.1",
4+
"date": "2026-01-30",
5+
"summary": "支持了 LINE 聊天记录的导入;新增批量管理;聊天对话支持搜索;修复了一些已知问题。",
6+
"changes": [
7+
{
8+
"type": "feat",
9+
"items": [
10+
"新增批量管理,支持批量删除和合并",
11+
"支持聊天对话搜索",
12+
"支持 LINE 聊天记录导入",
13+
"兼容 WeFlow 导出的 JSON 格式",
14+
"成员列表改为后端分页加载",
15+
"优化部分文案"
16+
]
17+
},
18+
{
19+
"type": "fix",
20+
"items": ["修复 Windows 在更新时,Worker 占用导致软件无法关闭的问题"]
21+
}
22+
]
23+
},
224
{
325
"version": "0.9.0",
426
"date": "2026-01-28",

docs/changelogs_en.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
[
2+
{
3+
"version": "0.9.1",
4+
"date": "2026-01-30",
5+
"summary": "Add LINE chat import, batch management, and chat search, plus fixes for known issues.",
6+
"changes": [
7+
{
8+
"type": "feat",
9+
"items": [
10+
"Add batch management with batch delete and merge",
11+
"Support chat conversation search",
12+
"Support LINE chat import",
13+
"Compatible with WeFlow exported JSON format",
14+
"Member list uses backend pagination",
15+
"Improve some copy"
16+
]
17+
},
18+
{
19+
"type": "fix",
20+
"items": ["Fix Windows app not closing during updates due to Worker occupation"]
21+
}
22+
]
23+
},
224
{
325
"version": "0.9.0",
426
"date": "2026-01-28",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ChatLab",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "本地聊天分析实验室",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)