release: v0.8.0

This commit is contained in:
digua
2026-01-26 00:41:36 +08:00
parent 50f03ab4de
commit 4b759745de
3 changed files with 51 additions and 1 deletions

View File

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

View File

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