Skip to content

Commit b346a09

Browse files
committed
release: v0.9.4
1 parent 8ebfc31 commit b346a09

3 files changed

Lines changed: 51 additions & 1 deletion

File tree

docs/changelogs_cn.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
[
2+
{
3+
"version": "0.9.4",
4+
"date": "2026-02-08",
5+
"summary": "优化时间筛选与 AI 配置体验;对 API Key 进行本地加密;并修复 LINE 聊天记录解析问题。",
6+
"changes": [
7+
{
8+
"type": "feat",
9+
"items": [
10+
"时间筛选支持更多灵活选择",
11+
"API Key 支持本地加密存储",
12+
"新用户首次进入不再显示版本日志",
13+
"优化 AI 对话底部配置状态展示",
14+
"数据目录迁移后支持立即重启软件"
15+
]
16+
},
17+
{
18+
"type": "fix",
19+
"items": ["修复 LINE 聊天记录解析问题"]
20+
},
21+
{
22+
"type": "docs",
23+
"items": ["更新项目文档"]
24+
}
25+
]
26+
},
227
{
328
"version": "0.9.3",
429
"date": "2026-02-03",

docs/changelogs_en.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
[
2+
{
3+
"version": "0.9.4",
4+
"date": "2026-02-08",
5+
"summary": "Improved time filtering and AI configuration UX, added local API key encryption, and fixed LINE chat log parsing.",
6+
"changes": [
7+
{
8+
"type": "feat",
9+
"items": [
10+
"Add more flexible time-filtering options.",
11+
"Store API keys with local encryption.",
12+
"Hide release notes for first-time users.",
13+
"Improve the configuration status display in the AI chat footer.",
14+
"Allow the app to restart immediately after data directory migration."
15+
]
16+
},
17+
{
18+
"type": "fix",
19+
"items": ["Fix parsing issues for LINE chat logs."]
20+
},
21+
{
22+
"type": "docs",
23+
"items": ["Update project documentation."]
24+
}
25+
]
26+
},
227
{
328
"version": "0.9.3",
429
"date": "2026-02-03",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ChatLab",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "本地聊天分析实验室",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)