release: v0.9.1

This commit is contained in:
digua
2026-01-31 00:20:57 +08:00
parent f308875eb6
commit 45a0eb8f0a
3 changed files with 45 additions and 1 deletions
+22
View File
@@ -1,4 +1,26 @@
[
{
"version": "0.9.1",
"date": "2026-01-30",
"summary": "支持了 LINE 聊天记录的导入;新增批量管理;聊天对话支持搜索;修复了一些已知问题。",
"changes": [
{
"type": "feat",
"items": [
"新增批量管理,支持批量删除和合并",
"支持聊天对话搜索",
"支持 LINE 聊天记录导入",
"兼容 WeFlow 导出的 JSON 格式",
"成员列表改为后端分页加载",
"优化部分文案"
]
},
{
"type": "fix",
"items": ["修复 Windows 在更新时,Worker 占用导致软件无法关闭的问题"]
}
]
},
{
"version": "0.9.0",
"date": "2026-01-28",
+22
View File
@@ -1,4 +1,26 @@
[
{
"version": "0.9.1",
"date": "2026-01-30",
"summary": "Add LINE chat import, batch management, and chat search, plus fixes for known issues.",
"changes": [
{
"type": "feat",
"items": [
"Add batch management with batch delete and merge",
"Support chat conversation search",
"Support LINE chat import",
"Compatible with WeFlow exported JSON format",
"Member list uses backend pagination",
"Improve some copy"
]
},
{
"type": "fix",
"items": ["Fix Windows app not closing during updates due to Worker occupation"]
}
]
},
{
"version": "0.9.0",
"date": "2026-01-28",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ChatLab",
"version": "0.9.0",
"version": "0.9.1",
"description": "本地聊天分析实验室",
"repository": {
"type": "git",