mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-06 13:06:09 +08:00
release: v0.11.0
This commit is contained in:
@@ -1,4 +1,32 @@
|
||||
[
|
||||
{
|
||||
"version": "0.11.0",
|
||||
"date": "2026-02-13",
|
||||
"summary": "支持 Telegram 导入,优化增量导入体验,完善国际化配置,修复索引失效与页面闪烁等问题。",
|
||||
"changes": [
|
||||
{
|
||||
"type": "feat",
|
||||
"items": [
|
||||
"完善 AI 调用、日志与主进程配置的国际化支持",
|
||||
"支持 Telegram 聊天记录导入",
|
||||
"优化增量导入交互与相关文案",
|
||||
"优化打开协议的交互体验"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"items": [
|
||||
"修复增量导入后索引失效的问题(resolve #81)",
|
||||
"修复 WhatsApp 使用 iPhone 导出后无法识别的问题(resolve #82)",
|
||||
"修复切换对话页面出现双闪的问题"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"items": ["优化 TypeScript 配置", "调整 i18n 构建配置", "优化技能相关工程配置"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.10.0",
|
||||
"date": "2026-02-11",
|
||||
|
||||
@@ -1,4 +1,36 @@
|
||||
[
|
||||
{
|
||||
"version": "0.11.0",
|
||||
"date": "2026-02-13",
|
||||
"summary": "Add Telegram import, improve incremental import UX, strengthen i18n coverage, and fix indexing and page flicker issues.",
|
||||
"changes": [
|
||||
{
|
||||
"type": "feat",
|
||||
"items": [
|
||||
"Expand i18n support across AI calls, logs, and main-process configuration.",
|
||||
"Add support for importing Telegram chat history.",
|
||||
"Improve the incremental import flow and related copy.",
|
||||
"Improve the interaction flow when opening protocol links."
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"items": [
|
||||
"Fix index invalidation after incremental imports (resolve #81).",
|
||||
"Fix WhatsApp iPhone-exported chats not being recognized (resolve #82).",
|
||||
"Fix a double-flicker issue when switching to the chat page."
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"items": [
|
||||
"Optimize TypeScript configuration.",
|
||||
"Adjust i18n build configuration.",
|
||||
"Improve skill-related project configuration."
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.10.0",
|
||||
"date": "2026-02-11",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ChatLab",
|
||||
"version": "0.10.0",
|
||||
"version": "0.11.0",
|
||||
"description": "本地聊天分析实验室",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user