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