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

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",