From dd88c499b3a6b9dd5aa5bb61b6ae2bf5a9425534 Mon Sep 17 00:00:00 2001 From: digua Date: Mon, 13 Apr 2026 09:44:56 +0800 Subject: [PATCH] release: v0.17.1 --- docs/changelogs_cn.json | 22 ++++++++++++++++++++++ docs/changelogs_en.json | 22 ++++++++++++++++++++++ docs/changelogs_ja.json | 22 ++++++++++++++++++++++ docs/changelogs_tw.json | 22 ++++++++++++++++++++++ package.json | 2 +- 5 files changed, 89 insertions(+), 1 deletion(-) diff --git a/docs/changelogs_cn.json b/docs/changelogs_cn.json index a376a0a..e5e5b41 100644 --- a/docs/changelogs_cn.json +++ b/docs/changelogs_cn.json @@ -1,4 +1,26 @@ [ + { + "version": "0.17.1", + "date": "2026-04-13", + "summary": "重构话题模块并新增话题卡片,优化词云关键词过滤与查询缓存逻辑,支持远程下载分词词库及繁体中文词库,完善 WhatsApp 检测逻辑。", + "changes": [ + { + "type": "feat", + "items": [ + "重构话题模块,新增话题卡片展示", + "词云支持关键词过滤", + "支持远程下载分词词库,新增繁体中文词库支持", + "查询缓存逻辑优化", + "部分 Loading 交互统一", + "完善 WhatsApp 检测逻辑" + ] + }, + { + "type": "ci", + "items": ["新增官网文档站并支持自动化同步与构建"] + } + ] + }, { "version": "0.17.0", "date": "2026-04-12", diff --git a/docs/changelogs_en.json b/docs/changelogs_en.json index 473a7ef..56a8c8a 100644 --- a/docs/changelogs_en.json +++ b/docs/changelogs_en.json @@ -1,4 +1,26 @@ [ + { + "version": "0.17.1", + "date": "2026-04-13", + "summary": "Refactored the Topics module with a new topic card view, improved word cloud keyword filtering and query caching, added remote tokenizer dictionary downloads with Traditional Chinese support, and improved WhatsApp detection.", + "changes": [ + { + "type": "feat", + "items": [ + "Refactor the Topics module and add a topic card view.", + "Add keyword filtering to the word cloud.", + "Support remote tokenizer dictionary downloads with Traditional Chinese dictionary included.", + "Improve query cache logic for faster lookups.", + "Standardize loading indicators across components.", + "Improve WhatsApp chat detection reliability." + ] + }, + { + "type": "ci", + "items": ["Launch the official documentation site with automated sync and deployment."] + } + ] + }, { "version": "0.17.0", "date": "2026-04-12", diff --git a/docs/changelogs_ja.json b/docs/changelogs_ja.json index 245f5a6..8b1bce8 100644 --- a/docs/changelogs_ja.json +++ b/docs/changelogs_ja.json @@ -1,4 +1,26 @@ [ + { + "version": "0.17.1", + "date": "2026-04-13", + "summary": "トピックモジュールを再設計してトピックカードを追加し、ワードクラウドのキーワードフィルタリングとクエリキャッシュを改善。リモート分かち書き辞書のダウンロードと繁体字中国語辞書に対応し、WhatsApp 検出ロジックも強化しました。", + "changes": [ + { + "type": "feat", + "items": [ + "トピックモジュールを再設計し、トピックカード表示を追加", + "ワードクラウドにキーワードフィルタリングを追加", + "リモート分かち書き辞書のダウンロードに対応し、繁体字中国語辞書を追加", + "クエリキャッシュロジックを改善", + "ローディング表示を統一", + "WhatsApp 検出の精度を向上" + ] + }, + { + "type": "ci", + "items": ["公式ドキュメントサイトを開設し、自動同期・デプロイに対応"] + } + ] + }, { "version": "0.17.0", "date": "2026-04-12", diff --git a/docs/changelogs_tw.json b/docs/changelogs_tw.json index 919cd2a..214096e 100644 --- a/docs/changelogs_tw.json +++ b/docs/changelogs_tw.json @@ -1,4 +1,26 @@ [ + { + "version": "0.17.1", + "date": "2026-04-13", + "summary": "重構話題模組並新增話題卡片展示,優化詞雲關鍵詞篩選與查詢快取邏輯,支援遠端下載分詞詞庫及繁體中文詞庫,並完善 WhatsApp 偵測邏輯。", + "changes": [ + { + "type": "feat", + "items": [ + "重構話題模組,新增話題卡片展示", + "詞雲支援關鍵詞篩選", + "支援遠端下載分詞詞庫,新增繁體中文詞庫支援", + "查詢快取邏輯優化", + "部分讀取中介面互動統一", + "完善 WhatsApp 偵測邏輯" + ] + }, + { + "type": "ci", + "items": ["新增官網文件站,支援自動化同步與部署"] + } + ] + }, { "version": "0.17.0", "date": "2026-04-12", diff --git a/package.json b/package.json index 192b62d..ce1b0a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ChatLab", - "version": "0.17.0", + "version": "0.17.1", "description": "本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆", "repository": { "type": "git",