Skip to content

Commit e86df09

Browse files
committed
release: v0.14.2
1 parent f1cfc4c commit e86df09

5 files changed

Lines changed: 159 additions & 1 deletion

File tree

docs/changelogs_cn.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,42 @@
11
[
2+
{
3+
"version": "0.14.2",
4+
"date": "2026-04-07",
5+
"summary": "本次更新聚焦 AI 对话体验升级,新增AI对话复制、优化 UI,并支持了 FTS5 全文搜索工具,精简部分工具搜索参数,并补强错误提示与测试能力。",
6+
"changes": [
7+
{
8+
"type": "feat",
9+
"items": [
10+
"新增 7 天内记住助手选择功能",
11+
"AI 对话支持一键复制消息内容",
12+
"优化 AI 对话样式与整体交互体验",
13+
"支持 FTS5 全文搜索并新增快速搜索工具",
14+
"精简部分工具搜索参数,降低 token 开销",
15+
"新增 Electron 应用 E2E 测试框架,支持端口管理与实例隔离"
16+
]
17+
},
18+
{
19+
"type": "fix",
20+
"items": ["完善 AI 对话错误提示,提升问题定位效率"]
21+
},
22+
{
23+
"type": "refactor",
24+
"items": ["整理 AI 对话模块代码结构", "抽取会话分析页公共逻辑并统一头部文案"]
25+
},
26+
{
27+
"type": "test",
28+
"items": ["补充可复用的 E2E 启动器冒烟测试能力"]
29+
},
30+
{
31+
"type": "docs",
32+
"items": ["更新项目说明中的引导图片"]
33+
},
34+
{
35+
"type": "style",
36+
"items": ["统一部分代码格式,提升可读性"]
37+
}
38+
]
39+
},
240
{
341
"version": "0.14.1",
442
"date": "2026-04-02",

docs/changelogs_en.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,45 @@
11
[
2+
{
3+
"version": "0.14.2",
4+
"date": "2026-04-07",
5+
"summary": "This update improves the AI chat experience with copy support, cleaner UI, new FTS5 full-text search tools, leaner search parameters, and clearer error feedback with stronger test coverage.",
6+
"changes": [
7+
{
8+
"type": "feat",
9+
"items": [
10+
"Add a 7-day memory for assistant selection.",
11+
"Add one-click message copying in AI chat.",
12+
"Improve AI chat styling and overall interaction flow.",
13+
"Add FTS5 full-text search support with a quick search tool.",
14+
"Trim search parameters in selected tools to reduce token usage.",
15+
"Add an E2E testing framework for Electron apps with port management and instance isolation."
16+
]
17+
},
18+
{
19+
"type": "fix",
20+
"items": ["Improve AI chat error messages to make issues easier to diagnose."]
21+
},
22+
{
23+
"type": "refactor",
24+
"items": [
25+
"Reorganize the AI chat module code structure.",
26+
"Extract shared logic from the session analysis page and unify header copy."
27+
]
28+
},
29+
{
30+
"type": "test",
31+
"items": ["Add reusable smoke-test coverage for the E2E app launcher."]
32+
},
33+
{
34+
"type": "docs",
35+
"items": ["Update intro images in project documentation."]
36+
},
37+
{
38+
"type": "style",
39+
"items": ["Standardize parts of the code formatting to improve readability."]
40+
}
41+
]
42+
},
243
{
344
"version": "0.14.1",
445
"date": "2026-04-02",

docs/changelogs_ja.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,45 @@
11
[
2+
{
3+
"version": "0.14.2",
4+
"date": "2026-04-07",
5+
"summary": "今回の更新では、AI 会話体験を中心に改善し、会話コピー、UI 最適化、FTS5 全文検索ツール対応に加えて、検索パラメータの整理とエラー表示・テスト体制の強化を行いました。",
6+
"changes": [
7+
{
8+
"type": "feat",
9+
"items": [
10+
"アシスタント選択を 7 日間記憶する機能を追加",
11+
"AI 会話でメッセージのワンクリックコピーに対応",
12+
"AI 会話のスタイルと全体の操作体験を改善",
13+
"FTS5 全文検索に対応し、クイック検索ツールを追加",
14+
"一部ツールの検索パラメータを整理し、token 消費を削減",
15+
"Electron アプリ向けに、ポート管理とインスタンス分離に対応した E2E テスト基盤を追加"
16+
]
17+
},
18+
{
19+
"type": "fix",
20+
"items": ["AI 会話のエラー表示を改善し、原因の特定をしやすく修正"]
21+
},
22+
{
23+
"type": "refactor",
24+
"items": [
25+
"AI 会話モジュールのコード構成を整理",
26+
"セッション分析ページの共通ロジックを抽出し、ヘッダー文言を統一"
27+
]
28+
},
29+
{
30+
"type": "test",
31+
"items": ["再利用可能な E2E ランチャーのスモークテストを追加"]
32+
},
33+
{
34+
"type": "docs",
35+
"items": ["プロジェクトドキュメント内の導入画像を更新"]
36+
},
37+
{
38+
"type": "style",
39+
"items": ["一部コードのフォーマットを統一し、可読性を向上"]
40+
}
41+
]
42+
},
243
{
344
"version": "0.14.1",
445
"date": "2026-04-02",

docs/changelogs_tw.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,42 @@
11
[
2+
{
3+
"version": "0.14.2",
4+
"date": "2026-04-07",
5+
"summary": "本次更新聚焦 AI 對話體驗升級,新增對話複製、優化介面,並支援 FTS5 全文搜尋工具,同步精簡部分搜尋參數並強化錯誤提示與測試能力。",
6+
"changes": [
7+
{
8+
"type": "feat",
9+
"items": [
10+
"新增可在 7 天內記住助手選擇的功能",
11+
"AI 對話支援一鍵複製訊息內容",
12+
"優化 AI 對話樣式與整體互動體驗",
13+
"支援 FTS5 全文搜尋,並新增快速搜尋工具",
14+
"精簡部分工具的搜尋參數,降低 token 消耗",
15+
"新增 Electron 應用 E2E 測試框架,支援連接埠管理與實例隔離"
16+
]
17+
},
18+
{
19+
"type": "fix",
20+
"items": ["完善 AI 對話錯誤提示,提升問題定位效率"]
21+
},
22+
{
23+
"type": "refactor",
24+
"items": ["整理 AI 對話模組程式結構", "抽出會話分析頁共用邏輯並統一頁首文案"]
25+
},
26+
{
27+
"type": "test",
28+
"items": ["補充可重複使用的 E2E 啟動器冒煙測試能力"]
29+
},
30+
{
31+
"type": "docs",
32+
"items": ["更新專案文件中的導覽圖片"]
33+
},
34+
{
35+
"type": "style",
36+
"items": ["統一部分程式碼格式,提升可讀性"]
37+
}
38+
]
39+
},
240
{
341
"version": "0.14.1",
442
"date": "2026-04-02",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ChatLab",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)