diff --git a/docs/changelogs_cn.json b/docs/changelogs_cn.json index e8bf39be..2d0740bf 100644 --- a/docs/changelogs_cn.json +++ b/docs/changelogs_cn.json @@ -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", diff --git a/docs/changelogs_en.json b/docs/changelogs_en.json index 62f68206..940cb0f2 100644 --- a/docs/changelogs_en.json +++ b/docs/changelogs_en.json @@ -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", diff --git a/package.json b/package.json index cc7de884..b300ddf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ChatLab", - "version": "0.11.0", + "version": "0.11.2", "description": "本地聊天分析实验室", "repository": { "type": "git",