release: v0.9.2

This commit is contained in:
digua
2026-02-02 01:00:57 +08:00
parent d9e9e0b9f3
commit f7f414d752
3 changed files with 45 additions and 1 deletions
+22
View File
@@ -1,4 +1,26 @@
[ [
{
"version": "0.9.2",
"date": "2026-02-02",
"summary": "榜单改为图表展示;优化词云生成逻辑;优化本地 AI 推理模型;改进聊天记录筛选与日期选择器;并在启动后预加载关键路由提升体验。",
"changes": [
{
"type": "feat",
"items": [
"榜单重构为图表展示",
"词云效果优化",
"推理模型优化",
"消息会话搜索与筛选联动优化",
"日期选择器交互优化",
"启动后预加载关键路由"
]
},
{
"type": "chore",
"items": ["preload 模块化拆分", "优化 analytics 逻辑", "升级 ESLint 并进行代码格式化"]
}
]
},
{ {
"version": "0.9.1", "version": "0.9.1",
"date": "2026-01-30", "date": "2026-01-30",
+22
View File
@@ -1,4 +1,26 @@
[ [
{
"version": "0.9.2",
"date": "2026-02-02",
"summary": "Rankings are now displayed as charts; word cloud generation and the local AI inference model are optimized; chat record filtering and the date picker are improved; and key routes are preloaded after launch.",
"changes": [
{
"type": "feat",
"items": [
"Refactor rankings to chart-based views",
"Optimize word cloud output",
"Optimize inference models",
"Improve linked search + filter in chat records",
"Enhance date picker interactions",
"Preload key routes after app launch"
]
},
{
"type": "chore",
"items": ["Modularize preload APIs", "Optimize analytics logic", "Upgrade ESLint and format code"]
}
]
},
{ {
"version": "0.9.1", "version": "0.9.1",
"date": "2026-01-30", "date": "2026-01-30",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "ChatLab", "name": "ChatLab",
"version": "0.9.1", "version": "0.9.2",
"description": "本地聊天分析实验室", "description": "本地聊天分析实验室",
"repository": { "repository": {
"type": "git", "type": "git",