diff --git a/docs/changelogs_cn.json b/docs/changelogs_cn.json index 50057b5..8dde085 100644 --- a/docs/changelogs_cn.json +++ b/docs/changelogs_cn.json @@ -1,4 +1,29 @@ [ + { + "version": "0.8.0", + "date": "2026-01-26", + "summary": "本次更新新增了会话摘要与向量检索能力,每次版本更新后会提示更新日志,优化了部分界面,同时修复了一些已知问题。", + "changes": [ + { + "type": "feat", + "items": [ + "聊天会话支持摘要功能", + "新增批量生成会话摘要逻辑", + "支持向量模型配置和相关检索", + "导入聊天记录报错时记录更详细的日志", + "每次更新新版本后,自动打开版本日志供用户查看", + "首页新增Footer,展示常用链接", + "侧边栏移除帮助与反馈" + ] + }, + { + "type": "fix", + "items": [ + "修复 shuakami-jsonl 解析错误(fix #50)" + ] + } + ] + }, { "version": "0.7.0", "date": "2026-01-23", diff --git a/docs/changelogs_en.json b/docs/changelogs_en.json index b44ad37..560b471 100644 --- a/docs/changelogs_en.json +++ b/docs/changelogs_en.json @@ -1,4 +1,29 @@ [ + { + "version": "0.8.0", + "date": "2026-01-26", + "summary": "This update adds session summaries and vector retrieval; shows release notes after each update; improves parts of the UI; and fixes some known issues.", + "changes": [ + { + "type": "feat", + "items": [ + "Remove Help & Feedback from the sidebar", + "Add a footer on the home page with common links", + "Automatically open release notes after updating to a new version", + "Optimize batch session summary generation", + "Add session summaries in chat", + "Support vector model configuration and retrieval", + "Log more detailed errors when chat import fails" + ] + }, + { + "type": "fix", + "items": [ + "Fix shuakami-jsonl parsing error (fix #50)" + ] + } + ] + }, { "version": "0.7.0", "date": "2026-01-23", diff --git a/package.json b/package.json index 7926845..48da734 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ChatLab", - "version": "0.7.0", + "version": "0.8.0", "description": "本地聊天分析实验室", "repository": { "type": "git",