diff --git a/docs/changelogs_cn.json b/docs/changelogs_cn.json index 7285db7..8e9c21b 100644 --- a/docs/changelogs_cn.json +++ b/docs/changelogs_cn.json @@ -1,4 +1,34 @@ [ + { + "version": "0.14.1", + "date": "2026-04-02", + "summary": "本次更新聚焦首页架构调整,优化UI,以及提升 SQL 对话体验、统计读取性能与AI工具质量。", + "changes": [ + { + "type": "feat", + "items": [ + "优化总览页样式", + "优化 SQL 对话模块交互逻辑", + "将成员管理迁移到首页并调整相关 Tab 模块布局", + "新增部分 AI 工具并补充获取聊天概览能力", + "新增对话数据缓存管理模块,提升统计数据读取性能", + "完善版本日志弹窗的类型展示" + ] + }, + { + "type": "fix", + "items": ["修复 SQL Lab 与摘要生成中 AI 错误被静默吞没的问题"] + }, + { + "type": "refactor", + "items": ["重构 AI 工具分类体系,提升工具组织的可维护性"] + }, + { + "type": "chore", + "items": ["废弃部分低价值 AI 工具,精简可用工具集"] + } + ] + }, { "version": "0.14.0", "date": "2026-03-28", diff --git a/docs/changelogs_en.json b/docs/changelogs_en.json index b7dc36a..d63725b 100644 --- a/docs/changelogs_en.json +++ b/docs/changelogs_en.json @@ -1,4 +1,34 @@ [ + { + "version": "0.14.1", + "date": "2026-04-02", + "summary": "This update refines the Home information architecture and UI, while improving SQL conversation UX, stats read performance, and AI tool quality.", + "changes": [ + { + "type": "feat", + "items": [ + "Improve the Overview page styling.", + "Improve interaction flows in the SQL conversation module.", + "Move member management to Home and adjust related tab layouts.", + "Add new AI tools, including a tool for chat overview retrieval.", + "Add a conversation data cache manager to speed up stats loading.", + "Improve changelog modal type presentation." + ] + }, + { + "type": "fix", + "items": ["Fix silently swallowed AI errors in SQL Lab and summary generation."] + }, + { + "type": "refactor", + "items": ["Refactor AI tool categorization to improve maintainability."] + }, + { + "type": "chore", + "items": ["Deprecate low-value AI tools to keep the toolset focused."] + } + ] + }, { "version": "0.14.0", "date": "2026-03-28", diff --git a/docs/changelogs_ja.json b/docs/changelogs_ja.json index 794eb8e..1da0ff2 100644 --- a/docs/changelogs_ja.json +++ b/docs/changelogs_ja.json @@ -1,4 +1,34 @@ [ + { + "version": "0.14.1", + "date": "2026-04-02", + "summary": "今回の更新では、ホームの情報構成と UI を見直し、SQL 会話の操作性、統計読み込み性能、AI ツール品質を改善しました。", + "changes": [ + { + "type": "feat", + "items": [ + "概要ページのスタイルを改善", + "SQL 会話モジュールの操作フローを改善", + "メンバー管理をホームへ移し、関連タブ構成を調整", + "チャット概要取得を含む一部 AI ツールを追加", + "会話データのキャッシュ管理モジュールを追加し、統計読み込みを高速化", + "更新ログモーダルのタイプ表示を改善" + ] + }, + { + "type": "fix", + "items": ["SQL Lab と要約生成で AI エラーが黙って握りつぶされる問題を修正"] + }, + { + "type": "refactor", + "items": ["AI ツール分類を再設計し、保守性を向上"] + }, + { + "type": "chore", + "items": ["利用価値の低い AI ツールを廃止し、ツールセットを整理"] + } + ] + }, { "version": "0.14.0", "date": "2026-03-28", diff --git a/docs/changelogs_tw.json b/docs/changelogs_tw.json index bf196eb..12cb8b1 100644 --- a/docs/changelogs_tw.json +++ b/docs/changelogs_tw.json @@ -1,4 +1,34 @@ [ + { + "version": "0.14.1", + "date": "2026-04-02", + "summary": "本次更新聚焦首頁資訊架構調整與介面優化,同步提升 SQL 對話體驗、統計讀取效能與 AI 工具品質。", + "changes": [ + { + "type": "feat", + "items": [ + "優化總覽頁樣式", + "優化 SQL 對話模組互動流程", + "將成員管理移至首頁,並調整相關分頁配置", + "新增部分 AI 工具,包含聊天概覽取得能力", + "新增對話資料快取管理模組,提升統計讀取效能", + "完善版本日誌彈窗的類型呈現" + ] + }, + { + "type": "fix", + "items": ["修復 SQL Lab 與摘要產生流程中 AI 錯誤被靜默吞沒的問題"] + }, + { + "type": "refactor", + "items": ["重構 AI 工具分類體系,提升工具組織的可維護性"] + }, + { + "type": "chore", + "items": ["淘汰部分低價值 AI 工具,精簡可用工具集"] + } + ] + }, { "version": "0.14.0", "date": "2026-03-28", diff --git a/package.json b/package.json index 0a637ca..5a4462b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ChatLab", - "version": "0.14.0", + "version": "0.14.1", "description": "本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆", "repository": { "type": "git",