release: v0.10.0

This commit is contained in:
digua
2026-02-11 00:11:37 +08:00
parent d3f5c1acaa
commit ea4e55df9f
3 changed files with 56 additions and 1 deletions

View File

@@ -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",

View File

@@ -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",