release: v0.9.0

This commit is contained in:
digua
2026-01-28 01:14:59 +08:00
parent 871d56980c
commit f7528521d6
3 changed files with 67 additions and 75 deletions

View File

@@ -1,4 +1,26 @@
[ [
{
"version": "0.9.0",
"date": "2026-01-28",
"summary": "支持了 NLP 分词能力,语录 Tab 下新增词云;新增视图功能,支持展示更多图表;支持了系统代理跟随;优化了部分页面和样式。<br/>更多详见<a href='https://baidu.com' target='_blank'>小红书</a>",
"changes": [
{
"type": "feat",
"items": [
"用户选择器性能优化,支持虚拟加载",
"迁移榜单到视图Tab",
"引入分词能力并新增词云子Tab",
"优化群聊页Tab文案",
"网络代理支持跟随系统代理",
"版本日志显示判断逻辑优化"
]
},
{
"type": "style",
"items": ["markdown渲染样式优化"]
}
]
},
{ {
"version": "0.8.0", "version": "0.8.0",
"date": "2026-01-26", "date": "2026-01-26",
@@ -18,9 +40,7 @@
}, },
{ {
"type": "fix", "type": "fix",
"items": [ "items": ["修复 shuakami-jsonl 解析错误(fix #50)"]
"修复 shuakami-jsonl 解析错误(fix #50)"
]
} }
] ]
}, },
@@ -66,11 +86,7 @@
"changes": [ "changes": [
{ {
"type": "feat", "type": "feat",
"items": [ "items": ["支持合并导入", "主面板显示聊天记录起止时间", "拖拽区域优化"]
"支持合并导入",
"主面板显示聊天记录起止时间",
"拖拽区域优化"
]
}, },
{ {
"type": "fix", "type": "fix",
@@ -89,16 +105,11 @@
"changes": [ "changes": [
{ {
"type": "feat", "type": "feat",
"items": [ "items": ["文案优化"]
"文案优化"
]
}, },
{ {
"type": "fix", "type": "fix",
"items": [ "items": ["修复windows下关闭软件进程不退出的问题(#33)", "修复数字输入框BUG (resolve #34)"]
"修复windows下关闭软件进程不退出的问题(#33)",
"修复数字输入框BUG (resolve #34)"
]
} }
] ]
}, },
@@ -121,9 +132,7 @@
}, },
{ {
"type": "chore", "type": "chore",
"items": [ "items": ["移除componenst.d.ts"]
"移除componenst.d.ts"
]
} }
] ]
}, },
@@ -147,10 +156,7 @@
}, },
{ {
"type": "fix", "type": "fix",
"items": [ "items": ["修复主题模式设置跟随系统不生效的问题", "修复更新弹窗提示内容排版问题"]
"修复主题模式设置跟随系统不生效的问题",
"修复更新弹窗提示内容排版问题"
]
} }
] ]
}, },
@@ -203,9 +209,7 @@
}, },
{ {
"type": "fix", "type": "fix",
"items": [ "items": ["修复部分用户platformId 为空的情况"]
"修复部分用户platformId 为空的情况"
]
} }
] ]
}, },
@@ -254,9 +258,7 @@
"changes": [ "changes": [
{ {
"type": "fix", "type": "fix",
"items": [ "items": ["修复 Echotrace 解析器错误"]
"修复 Echotrace 解析器错误"
]
} }
] ]
}, },
@@ -277,9 +279,7 @@
}, },
{ {
"type": "fix", "type": "fix",
"items": [ "items": ["修复私聊误判为群聊的问题"]
"修复私聊误判为群聊的问题"
]
} }
] ]
}, },
@@ -290,17 +290,11 @@
"changes": [ "changes": [
{ {
"type": "feat", "type": "feat",
"items": [ "items": ["聊天会话底部显示token消耗", "支持WhatsApp原生格式消息", "支持旧版QQ txt版本的讨论组格式"]
"聊天会话底部显示token消耗",
"支持WhatsApp原生格式消息",
"支持旧版QQ txt版本的讨论组格式"
]
}, },
{ {
"type": "fix", "type": "fix",
"items": [ "items": ["修复消息管理器层级过低的问题"]
"修复消息管理器层级过低的问题"
]
} }
] ]
}, },
@@ -311,9 +305,7 @@
"changes": [ "changes": [
{ {
"type": "feat", "type": "feat",
"items": [ "items": ["init"]
"init"
]
} }
] ]
} }

View File

@@ -1,4 +1,26 @@
[ [
{
"version": "0.9.0",
"date": "2026-01-28",
"summary": "Add NLP capabilities with a word cloud page under the Quotes tab; add a Views tab for more charts; support following system proxy settings; and refine some pages and styles.",
"changes": [
{
"type": "feat",
"items": [
"Optimize user selector performance with virtualized loading",
"Move rankings to the Views tab",
"Introduce tokenization and add a word cloud sub-tab",
"Improve group chat tab copy",
"Network proxy follows system proxy settings",
"Optimize release notes display logic"
]
},
{
"type": "style",
"items": ["Improve Markdown rendering styles"]
}
]
},
{ {
"version": "0.8.0", "version": "0.8.0",
"date": "2026-01-26", "date": "2026-01-26",
@@ -18,9 +40,7 @@
}, },
{ {
"type": "fix", "type": "fix",
"items": [ "items": ["Fix shuakami-jsonl parsing error (fix #50)"]
"Fix shuakami-jsonl parsing error (fix #50)"
]
} }
] ]
}, },
@@ -89,16 +109,11 @@
"changes": [ "changes": [
{ {
"type": "feat", "type": "feat",
"items": [ "items": ["Improve copy"]
"Improve copy"
]
}, },
{ {
"type": "fix", "type": "fix",
"items": [ "items": ["Fix app process not exiting on Windows when closing (#33)", "Fix number input bug (resolve #34)"]
"Fix app process not exiting on Windows when closing (#33)",
"Fix number input bug (resolve #34)"
]
} }
] ]
}, },
@@ -121,9 +136,7 @@
}, },
{ {
"type": "chore", "type": "chore",
"items": [ "items": ["Remove componenst.d.ts"]
"Remove componenst.d.ts"
]
} }
] ]
}, },
@@ -147,10 +160,7 @@
}, },
{ {
"type": "fix", "type": "fix",
"items": [ "items": ["Fix theme-follow-system setting not working", "Fix update modal layout issues"]
"Fix theme-follow-system setting not working",
"Fix update modal layout issues"
]
} }
] ]
}, },
@@ -203,9 +213,7 @@
}, },
{ {
"type": "fix", "type": "fix",
"items": [ "items": ["Fix some users having empty platformId"]
"Fix some users having empty platformId"
]
} }
] ]
}, },
@@ -254,9 +262,7 @@
"changes": [ "changes": [
{ {
"type": "fix", "type": "fix",
"items": [ "items": ["Fix Echotrace parser errors"]
"Fix Echotrace parser errors"
]
} }
] ]
}, },
@@ -277,9 +283,7 @@
}, },
{ {
"type": "fix", "type": "fix",
"items": [ "items": ["Fix private chats misidentified as group chats"]
"Fix private chats misidentified as group chats"
]
} }
] ]
}, },
@@ -298,9 +302,7 @@
}, },
{ {
"type": "fix", "type": "fix",
"items": [ "items": ["Fix message manager z-index being too low"]
"Fix message manager z-index being too low"
]
} }
] ]
}, },
@@ -311,9 +313,7 @@
"changes": [ "changes": [
{ {
"type": "feat", "type": "feat",
"items": [ "items": ["Initial release"]
"Initial release"
]
} }
] ]
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "ChatLab", "name": "ChatLab",
"version": "0.8.0", "version": "0.9.0",
"description": "本地聊天分析实验室", "description": "本地聊天分析实验室",
"repository": { "repository": {
"type": "git", "type": "git",