release: v0.17.0

This commit is contained in:
digua
2026-04-12 00:59:50 +08:00
parent 72e0e420f2
commit 9285d17cc3
5 changed files with 133 additions and 1 deletions
+33
View File
@@ -1,4 +1,37 @@
[
{
"version": "0.17.0",
"date": "2026-04-12",
"summary": "重构并优化总览、视图等卡片的样式,这个版本的审美大幅度提升!并完善 WhatsApp 导入解析逻辑,同时在导入失败后支持指定格式导入,完善了截图与调试能力。",
"changes": [
{
"type": "feat",
"items": [
"新增 WhatsApp V2 时间戳弹性解析,自动适配不同地区导出格式",
"完善 WhatsApp 聊天记录检测机制",
"新增指定格式导入能力",
"消息页新增分享卡片",
"DEBUG 模式新增快速调试工具",
"优化总览身份卡并统一时间范围查询逻辑",
"重构总览模块卡片并抽离主题色卡片,预留配色模式",
"统一卡片最大宽度与首页工具布局,支持全局工具侧边栏",
"主题卡片支持截屏,并默认关闭截图移动端适配",
"移除诊断建议并新增提示"
]
},
{
"type": "fix",
"items": [
"修复 WhatsApp 时间解析正则与行匹配正则宽严不一致问题",
"修复 WhatsApp 12 小时制时间与 NNBSP 字符解析兼容性问题"
]
},
{
"type": "chore",
"items": ["缓存 electron 与 electron-builder 二进制文件以加速 CI 打包"]
}
]
},
{
"version": "0.16.0",
"date": "2026-04-10",
+33
View File
@@ -1,4 +1,37 @@
[
{
"version": "0.17.0",
"date": "2026-04-12",
"summary": "This release strengthens WhatsApp import parsing and specified-format imports, while refreshing Overview cards and adding sharing, screenshots, and debugging utilities.",
"changes": [
{
"type": "feat",
"items": [
"Add a flexible WhatsApp V2 timestamp parser that adapts to export variants across regions.",
"Improve WhatsApp chat log detection.",
"Add specified-format import support.",
"Add a sharing card in the Messages tab.",
"Add quick debugging tools in DEBUG mode.",
"Improve the Overview identity card and unify time-range query logic.",
"Refactor Overview module cards and extract a theme color card with reserved palette modes.",
"Unify maximum card width and elevate Home tools into a global tools sidebar.",
"Add screenshot support for theme cards and disable mobile screenshot adaptation by default.",
"Remove diagnostic suggestions and add new prompts."
]
},
{
"type": "fix",
"items": [
"Fix inconsistency between WhatsApp time-parsing regex rules and line-matching regex rules.",
"Fix compatibility issues when parsing WhatsApp 12-hour time formats and NNBSP characters."
]
},
{
"type": "chore",
"items": ["Cache electron and electron-builder binaries to speed up CI packaging."]
}
]
},
{
"version": "0.16.0",
"date": "2026-04-10",
+33
View File
@@ -1,4 +1,37 @@
[
{
"version": "0.17.0",
"date": "2026-04-12",
"summary": "今回の更新では、WhatsAppインポート解析と指定形式インポートを強化し、概要カード構成を刷新するとともに、共有・スクリーンショット・デバッグ機能を追加しました。",
"changes": [
{
"type": "feat",
"items": [
"WhatsApp V2 のタイムスタンプを柔軟に解析し、地域ごとのエクスポート差分に自動対応",
"WhatsApp チャット履歴の検出ロジックを改善",
"指定形式インポートに対応",
"メッセージタブに共有カードを追加",
"DEBUG モードにクイックデバッグツールを追加",
"概要のプロフィールカードを改善し、期間指定クエリのロジックを統一",
"概要モジュールのカード構成を再設計し、テーマカラーカードを分離して配色モード拡張に備えた",
"カード最大幅を統一し、ホームのツールをグローバルサイドバーへ昇格",
"テーマカードのスクリーンショットに対応し、モバイル向けスクリーンショット最適化を既定で無効化",
"診断提案を削除し、新しいヒント表示を追加"
]
},
{
"type": "fix",
"items": [
"WhatsApp の時刻解析正規表現と行マッチ正規表現の厳密さが一致しない問題を修正",
"WhatsApp の12時間表記時刻と NNBSP 文字の解析互換性問題を修正"
]
},
{
"type": "chore",
"items": ["CI パッケージング高速化のため、electron と electron-builder のバイナリをキャッシュ"]
}
]
},
{
"version": "0.16.0",
"date": "2026-04-10",
+33
View File
@@ -1,4 +1,37 @@
[
{
"version": "0.17.0",
"date": "2026-04-12",
"summary": "本次更新強化 WhatsApp 匯入解析與指定格式匯入,並重整總覽卡片體系,補上分享、截圖與除錯工具能力。",
"changes": [
{
"type": "feat",
"items": [
"新增 WhatsApp V2 時間戳彈性解析,可自動適配不同地區匯出格式",
"完善 WhatsApp 聊天紀錄偵測機制",
"新增指定格式匯入能力",
"在訊息分頁新增分享卡片",
"DEBUG 模式新增快速除錯工具",
"優化總覽身份卡並統一時間範圍查詢邏輯",
"重構總覽模組卡片並抽離主題色卡片,預留配色模式",
"統一卡片最大寬度,並將首頁工具升級為全域工具側邊欄",
"主題卡片支援截圖,並預設關閉截圖的行動端適配",
"移除診斷建議並新增提示"
]
},
{
"type": "fix",
"items": [
"修正 WhatsApp 時間解析正則與行匹配正則寬嚴不一致的問題",
"修正 WhatsApp 12 小時制時間與 NNBSP 字元的解析相容性問題"
]
},
{
"type": "chore",
"items": ["快取 electron 與 electron-builder 二進位檔以加速 CI 打包"]
}
]
},
{
"version": "0.16.0",
"date": "2026-04-10",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ChatLab",
"version": "0.16.0",
"version": "0.17.0",
"description": "本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆",
"repository": {
"type": "git",