mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-26 06:03:21 +08:00
release: v0.10.0
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user