release: v0.11.2

This commit is contained in:
digua
2026-02-15 11:16:39 +08:00
parent e198aedc67
commit 0988aad607
3 changed files with 45 additions and 1 deletions
+22
View File
@@ -1,4 +1,26 @@
[
{
"version": "0.11.2",
"date": "2026-02-15",
"summary": "优化聊天记录导入机制,优化管理页面,增强多平台聊天记录兼容性。",
"changes": [
{
"type": "feat",
"items": [
"增强 LINE 与 WhatsApp 解析器兼容格式",
"优化聊天记录嗅探层,支持轮询检测与回退机制",
"管理页面支持 Shift 多选",
"管理页面新增展示聊天摘要数量与 AI 对话数量",
"优化主页面布局,提升可用空间",
"优化 Windows 下右上角控制栏样式"
]
},
{
"type": "docs",
"items": ["更新项目文档"]
}
]
},
{
"version": "0.11.0",
"date": "2026-02-13",
+22
View File
@@ -1,4 +1,26 @@
[
{
"version": "0.11.2",
"date": "2026-02-15",
"summary": "Improve chat import workflows and management tools, while enhancing cross-platform parser compatibility.",
"changes": [
{
"type": "feat",
"items": [
"Improve parser compatibility for LINE and WhatsApp formats.",
"Improve the chat sniffing layer with polling detection and a fallback strategy.",
"Support Shift multi-select in the Manage page.",
"Show chat summary count and AI conversation count in the Manage page.",
"Optimize the main-page layout to provide more usable space.",
"Improve top-right window controls styling on Windows."
]
},
{
"type": "docs",
"items": ["Update project documentation."]
}
]
},
{
"version": "0.11.0",
"date": "2026-02-13",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ChatLab",
"version": "0.11.0",
"version": "0.11.2",
"description": "本地聊天分析实验室",
"repository": {
"type": "git",