From ea4e55df9fb2e83d4cd3ff0ba46cb58f680a8c82 Mon Sep 17 00:00:00 2001 From: digua Date: Wed, 11 Feb 2026 00:11:37 +0800 Subject: [PATCH] release: v0.10.0 --- docs/changelogs_cn.json | 26 ++++++++++++++++++++++++++ docs/changelogs_en.json | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 56 insertions(+), 1 deletion(-) diff --git a/docs/changelogs_cn.json b/docs/changelogs_cn.json index f1fb33a..7e2dccb 100644 --- a/docs/changelogs_cn.json +++ b/docs/changelogs_cn.json @@ -1,4 +1,30 @@ [ + { + "version": "0.10.0", + "date": "2026-02-11", + "summary": "新增互动频率分析能力,优化会话查询链路,并修复增量索引与数据库扫描相关问题。", + "changes": [ + { + "type": "feat", + "items": ["新增互动频率分析视图,支持更直观地观察成员互动趋势", "优化会话查询相关逻辑与处理链路"] + }, + { + "type": "fix", + "items": [ + "修复增量更新后会话索引生成范围不准确的问题(fix #79)", + "修复迁移与会话扫描时误处理非聊天 SQLite 文件的问题" + ] + }, + { + "type": "refactor", + "items": ["重构会话查询模块,提升查询结构可维护性"] + }, + { + "type": "chore", + "items": ["移除 transformers 相关依赖并更新工程配置"] + } + ] + }, { "version": "0.9.4", "date": "2026-02-08", diff --git a/docs/changelogs_en.json b/docs/changelogs_en.json index 4cb7ce0..de0a331 100644 --- a/docs/changelogs_en.json +++ b/docs/changelogs_en.json @@ -1,4 +1,33 @@ [ + { + "version": "0.10.0", + "date": "2026-02-11", + "summary": "Add interaction frequency analysis, improve the session query pipeline, and fix issues in incremental indexing and database scanning.", + "changes": [ + { + "type": "feat", + "items": [ + "Add an interaction frequency analysis view to make member interaction trends easier to understand.", + "Improve session query logic and processing flow." + ] + }, + { + "type": "fix", + "items": [ + "Fix inaccurate session index generation scope after incremental updates (fix #79).", + "Fix non-chat SQLite files being incorrectly processed during migration and session scanning." + ] + }, + { + "type": "refactor", + "items": ["Refactor the session query module to improve maintainability."] + }, + { + "type": "chore", + "items": ["Remove transformers-related dependencies and update project configuration."] + } + ] + }, { "version": "0.9.4", "date": "2026-02-08", diff --git a/package.json b/package.json index a98508a..80c45ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ChatLab", - "version": "0.9.4", + "version": "0.10.0", "description": "本地聊天分析实验室", "repository": { "type": "git",