From f7528521d6b75f8bd9f1d9dd55abdcc2ee4a8b1c Mon Sep 17 00:00:00 2001 From: digua Date: Wed, 28 Jan 2026 01:14:59 +0800 Subject: [PATCH] release: v0.9.0 --- docs/changelogs_cn.json | 76 ++++++++++++++++++----------------------- docs/changelogs_en.json | 64 +++++++++++++++++----------------- package.json | 2 +- 3 files changed, 67 insertions(+), 75 deletions(-) diff --git a/docs/changelogs_cn.json b/docs/changelogs_cn.json index 1d93aa1..1fd9d64 100644 --- a/docs/changelogs_cn.json +++ b/docs/changelogs_cn.json @@ -1,4 +1,26 @@ [ + { + "version": "0.9.0", + "date": "2026-01-28", + "summary": "支持了 NLP 分词能力,语录 Tab 下新增词云;新增视图功能,支持展示更多图表;支持了系统代理跟随;优化了部分页面和样式。
更多详见小红书", + "changes": [ + { + "type": "feat", + "items": [ + "用户选择器性能优化,支持虚拟加载", + "迁移榜单到视图Tab", + "引入分词能力,并新增词云子Tab", + "优化群聊页Tab文案", + "网络代理支持跟随系统代理", + "版本日志显示判断逻辑优化" + ] + }, + { + "type": "style", + "items": ["markdown渲染样式优化"] + } + ] + }, { "version": "0.8.0", "date": "2026-01-26", @@ -18,9 +40,7 @@ }, { "type": "fix", - "items": [ - "修复 shuakami-jsonl 解析错误(fix #50)" - ] + "items": ["修复 shuakami-jsonl 解析错误(fix #50)"] } ] }, @@ -66,11 +86,7 @@ "changes": [ { "type": "feat", - "items": [ - "支持合并导入", - "主面板显示聊天记录起止时间", - "拖拽区域优化" - ] + "items": ["支持合并导入", "主面板显示聊天记录起止时间", "拖拽区域优化"] }, { "type": "fix", @@ -89,16 +105,11 @@ "changes": [ { "type": "feat", - "items": [ - "文案优化" - ] + "items": ["文案优化"] }, { "type": "fix", - "items": [ - "修复windows下关闭软件进程不退出的问题(#33)", - "修复数字输入框BUG (resolve #34)" - ] + "items": ["修复windows下关闭软件进程不退出的问题(#33)", "修复数字输入框BUG (resolve #34)"] } ] }, @@ -121,9 +132,7 @@ }, { "type": "chore", - "items": [ - "移除componenst.d.ts" - ] + "items": ["移除componenst.d.ts"] } ] }, @@ -147,10 +156,7 @@ }, { "type": "fix", - "items": [ - "修复主题模式设置跟随系统不生效的问题", - "修复更新弹窗提示内容排版问题" - ] + "items": ["修复主题模式设置跟随系统不生效的问题", "修复更新弹窗提示内容排版问题"] } ] }, @@ -203,9 +209,7 @@ }, { "type": "fix", - "items": [ - "修复部分用户platformId 为空的情况" - ] + "items": ["修复部分用户platformId 为空的情况"] } ] }, @@ -254,9 +258,7 @@ "changes": [ { "type": "fix", - "items": [ - "修复 Echotrace 解析器错误" - ] + "items": ["修复 Echotrace 解析器错误"] } ] }, @@ -277,9 +279,7 @@ }, { "type": "fix", - "items": [ - "修复私聊误判为群聊的问题" - ] + "items": ["修复私聊误判为群聊的问题"] } ] }, @@ -290,17 +290,11 @@ "changes": [ { "type": "feat", - "items": [ - "聊天会话底部显示token消耗", - "支持WhatsApp原生格式消息", - "支持旧版QQ txt版本的讨论组格式" - ] + "items": ["聊天会话底部显示token消耗", "支持WhatsApp原生格式消息", "支持旧版QQ txt版本的讨论组格式"] }, { "type": "fix", - "items": [ - "修复消息管理器层级过低的问题" - ] + "items": ["修复消息管理器层级过低的问题"] } ] }, @@ -311,9 +305,7 @@ "changes": [ { "type": "feat", - "items": [ - "init" - ] + "items": ["init"] } ] } diff --git a/docs/changelogs_en.json b/docs/changelogs_en.json index 560b471..99b4eda 100644 --- a/docs/changelogs_en.json +++ b/docs/changelogs_en.json @@ -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", "date": "2026-01-26", @@ -18,9 +40,7 @@ }, { "type": "fix", - "items": [ - "Fix shuakami-jsonl parsing error (fix #50)" - ] + "items": ["Fix shuakami-jsonl parsing error (fix #50)"] } ] }, @@ -89,16 +109,11 @@ "changes": [ { "type": "feat", - "items": [ - "Improve copy" - ] + "items": ["Improve copy"] }, { "type": "fix", - "items": [ - "Fix app process not exiting on Windows when closing (#33)", - "Fix number input bug (resolve #34)" - ] + "items": ["Fix app process not exiting on Windows when closing (#33)", "Fix number input bug (resolve #34)"] } ] }, @@ -121,9 +136,7 @@ }, { "type": "chore", - "items": [ - "Remove componenst.d.ts" - ] + "items": ["Remove componenst.d.ts"] } ] }, @@ -147,10 +160,7 @@ }, { "type": "fix", - "items": [ - "Fix theme-follow-system setting not working", - "Fix update modal layout issues" - ] + "items": ["Fix theme-follow-system setting not working", "Fix update modal layout issues"] } ] }, @@ -203,9 +213,7 @@ }, { "type": "fix", - "items": [ - "Fix some users having empty platformId" - ] + "items": ["Fix some users having empty platformId"] } ] }, @@ -254,9 +262,7 @@ "changes": [ { "type": "fix", - "items": [ - "Fix Echotrace parser errors" - ] + "items": ["Fix Echotrace parser errors"] } ] }, @@ -277,9 +283,7 @@ }, { "type": "fix", - "items": [ - "Fix private chats misidentified as group chats" - ] + "items": ["Fix private chats misidentified as group chats"] } ] }, @@ -298,9 +302,7 @@ }, { "type": "fix", - "items": [ - "Fix message manager z-index being too low" - ] + "items": ["Fix message manager z-index being too low"] } ] }, @@ -311,9 +313,7 @@ "changes": [ { "type": "feat", - "items": [ - "Initial release" - ] + "items": ["Initial release"] } ] } diff --git a/package.json b/package.json index 38a37c8..61d4e1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ChatLab", - "version": "0.8.0", + "version": "0.9.0", "description": "本地聊天分析实验室", "repository": { "type": "git",