release: v0.18.0

This commit is contained in:
digua
2026-04-23 00:08:35 +08:00
parent b270eccea1
commit 18be6b3f8c
5 changed files with 113 additions and 1 deletions
+28
View File
@@ -1,4 +1,32 @@
[
{
"version": "0.18.0",
"date": "2026-04-23",
"summary": "优化 AI 对话交互逻辑,统一多处分析入口,优化数据源同步与 Windows 更新稳定性。",
"changes": [
{
"type": "feat",
"items": [
"AI 助手交互逻辑优化",
"调整添加数据源表单提示文案",
"工具 Panel 新增 Mini 模式",
"将聊天记录查看器迁移到工具 Panel",
"统一关系分析相关 Tab",
"将语录模块整体迁移到洞察",
"将关键词分析迁移到实验室"
]
},
{
"type": "fix",
"items": [
"修复存量类型警告",
"Pull 增量同步增加 60 秒重叠窗口,避免消息丢失",
"Pull 拉取时固定 limit=1000,避免远端数据源导出过多数据导致卡顿",
"修复 Windows 更新时 NSIS 弹窗导致静默安装中断的问题"
]
}
]
},
{
"version": "0.17.5",
"date": "2026-04-21",
+28
View File
@@ -1,4 +1,32 @@
[
{
"version": "0.18.0",
"date": "2026-04-23",
"summary": "This release improves AI chat interactions, consolidates several analysis entry points, and makes data source sync and Windows updates more reliable.",
"changes": [
{
"type": "feat",
"items": [
"Improve AI assistant interactions.",
"Update the helper text in the Add Data Source form.",
"Add a Mini mode to the Tool Panel.",
"Move the chat history viewer into the Tool Panel.",
"Unify the relationship analysis tabs.",
"Move the Quotes module into Insights.",
"Move keyword analysis into Labs."
]
},
{
"type": "fix",
"items": [
"Fix existing type warnings.",
"Add a 60-second overlap window to Pull incremental sync to prevent missed messages.",
"Set Pull requests to `limit=1000` to avoid slowdowns when remote sources export too much data at once.",
"Fix a Windows update issue where an NSIS popup could interrupt silent installation."
]
}
]
},
{
"version": "0.17.5",
"date": "2026-04-21",
+28
View File
@@ -1,4 +1,32 @@
[
{
"version": "0.18.0",
"date": "2026-04-23",
"summary": "AI チャットの操作性を改善し、複数の分析導線を整理するとともに、データソース同期と Windows 更新の安定性を向上しました。",
"changes": [
{
"type": "feat",
"items": [
"AI アシスタントの操作フローを改善",
"データソース追加フォームの案内文を調整",
"Tool Panel に Mini モードを追加",
"チャット履歴ビューアを Tool Panel へ移動",
"関係分析まわりのタブ構成を統一",
"Quotes モジュールを Insights へ移動",
"キーワード分析を Labs へ移動"
]
},
{
"type": "fix",
"items": [
"既存の型警告を修正",
"Pull の増分同期に 60 秒の重複ウィンドウを追加し、メッセージ取りこぼしを防止",
"Pull リクエストの `limit=1000` を固定し、リモートデータソースの一括出力による重さを抑制",
"Windows 更新時に NSIS ポップアップでサイレントインストールが中断される問題を修正"
]
}
]
},
{
"version": "0.17.5",
"date": "2026-04-21",
+28
View File
@@ -1,4 +1,32 @@
[
{
"version": "0.18.0",
"date": "2026-04-23",
"summary": "本次更新優化 AI 對話互動、整合多個分析入口,並提升資料來源同步與 Windows 更新的穩定性。",
"changes": [
{
"type": "feat",
"items": [
"優化 AI 助手互動流程",
"調整新增資料來源表單的提示文案",
"工具 Panel 新增 Mini 模式",
"將聊天記錄檢視器移至工具 Panel",
"統一關係分析相關分頁",
"將語錄模組整體移至洞察",
"將關鍵字分析移至實驗室"
]
},
{
"type": "fix",
"items": [
"修正既有型別警告",
"Pull 增量同步加入 60 秒重疊視窗,避免漏掉訊息",
"Pull 拉取固定使用 `limit=1000`,避免遠端資料來源一次匯出過多資料造成卡頓",
"修正 Windows 更新時 NSIS 彈窗中斷靜默安裝的問題"
]
}
]
},
{
"version": "0.17.5",
"date": "2026-04-21",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ChatLab",
"version": "0.17.5",
"version": "0.18.0",
"description": "本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆",
"repository": {
"type": "git",