release: v0.13.0

This commit is contained in:
digua
2026-03-17 22:31:50 +08:00
parent f646415c37
commit 9247a295b9
6 changed files with 194 additions and 9 deletions
+7 -3
View File
@@ -53,7 +53,9 @@ jobs:
${{ runner.os }}-${{ matrix.arch }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: |
echo "node-linker=hoisted" >> .npmrc
pnpm install
# macOS 签名和公证需要的 API Key 文件
- name: Create Apple API Key File
@@ -118,7 +120,9 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: |
echo "node-linker=hoisted" >> .npmrc
pnpm install
- name: Build Electron app for Windows
env:
@@ -201,7 +205,7 @@ jobs:
echo ""
echo "---"
echo ""
echo "Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_cn.json)"
echo "Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_cn.json) | [日本語](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_ja.json)"
echo ""
echo "---"
echo ""
+41
View File
@@ -1,4 +1,45 @@
[
{
"version": "0.13.0",
"date": "2026-03-16",
"summary": "AI对话支持助手模式,对话支持使用技能,输入框支持快捷选择,完善对话与设置界面,支持繁体中文与日语,部分 UI 调整,并修复多项稳定性问题。",
"changes": [
{
"type": "feat",
"items": [
"完成助手模式初版并完善助手逻辑与分析工具能力",
"上线助手市场与技能市场,聊天对话支持使用技能",
"支持 @ 选择成员协作",
"支持繁体中文与日语国际化",
"设置页面重构并优化部分 UI 细节",
"优化总览模块样式与对话界面体验",
"调整导出聊天记录的展示位置",
"移除旧版提示词系统与自定义筛选 AI 功能",
"切换页面时调用模型不再中断"
]
},
{
"type": "fix",
"items": ["修复 Gemini API 配置问题", "修复 NLP 停用词调用顺序导致的报错"]
},
{
"type": "refactor",
"items": ["重构 AIChat 组织结构", "重构目录位置与工程结构"]
},
{
"type": "docs",
"items": ["更新用户协议与项目文档"]
},
{
"type": "chore",
"items": ["优化版本日志构建流程"]
},
{
"type": "style",
"items": ["统一代码格式与 lint 规则输出"]
}
]
},
{
"version": "0.12.1",
"date": "2026-02-27",
+41
View File
@@ -1,4 +1,45 @@
[
{
"version": "0.13.0",
"date": "2026-03-16",
"summary": "Assistant Mode is here with skills in chat, quick input actions, improved chat and settings UI, Traditional Chinese and Japanese support, UI refinements, and multiple stability fixes.",
"changes": [
{
"type": "feat",
"items": [
"Shipped the first Assistant Mode release with improved assistant logic and analysis tools",
"Launched the Assistant and Skill marketplaces; chats can now use skills",
"Added @-mention member selection for collaboration",
"Added Traditional Chinese and Japanese localization",
"Refactored Settings and refined UI details",
"Improved Overview styling and chat experience",
"Moved the export chat history entry point",
"Removed the legacy prompt system and custom AI filtering",
"Model calls no longer stop when switching pages"
]
},
{
"type": "fix",
"items": ["Fixed Gemini API configuration issues", "Fixed an error caused by stopword processing order in NLP"]
},
{
"type": "refactor",
"items": ["Refactored AIChat organization", "Restructured directory and project layout"]
},
{
"type": "docs",
"items": ["Updated the user agreement and project docs"]
},
{
"type": "chore",
"items": ["Improved the changelog build pipeline"]
},
{
"type": "style",
"items": ["Standardized code formatting and lint output"]
}
]
},
{
"version": "0.12.1",
"date": "2026-02-27",
+63 -5
View File
@@ -1,4 +1,45 @@
[
{
"version": "0.13.0",
"date": "2026-03-16",
"summary": "AIチャットにアシスタントモードを追加し、チャットでスキル利用と入力欄のクイック選択に対応。会話/設定画面を改善し、繁体字中国語と日本語に対応、UIの調整と安定性修正を行いました。",
"changes": [
{
"type": "feat",
"items": [
"アシスタントモード初版をリリースし、アシスタントロジックと分析ツール機能を強化",
"アシスタントマーケットとスキルマーケットを公開、チャットでスキルを利用可能に",
"「@」でメンバー選択して協業できるように",
"繁体字中国語と日本語のローカライズに対応",
"設定画面を再構成し、一部 UI を改善",
"概要モジュールのスタイルと会話画面体験を改善",
"チャット履歴エクスポートの表示位置を調整",
"旧プロンプトシステムと AI のカスタムフィルタ機能を削除",
"ページ切替時にモデル呼び出しが中断しないように"
]
},
{
"type": "fix",
"items": ["Gemini API の設定問題を修正", "NLP のストップワード呼び出し順序によるエラーを修正"]
},
{
"type": "refactor",
"items": ["AIChat の構成をリファクタリング", "ディレクトリ配置とプロジェクト構成を整理"]
},
{
"type": "docs",
"items": ["利用規約とプロジェクトドキュメントを更新"]
},
{
"type": "chore",
"items": ["バージョンログのビルドフローを改善"]
},
{
"type": "style",
"items": ["コードフォーマットと lint 規則の出力を統一"]
}
]
},
{
"version": "0.12.1",
"date": "2026-02-27",
@@ -15,7 +56,10 @@
},
{
"type": "fix",
"items": ["英語設定時に一部 UI が未翻訳だった問題を修正", "Windows で overlay 色を動的更新した際にテーマ表示が揃わない問題を修正"]
"items": [
"英語設定時に一部 UI が未翻訳だった問題を修正",
"Windows で overlay 色を動的更新した際にテーマ表示が揃わない問題を修正"
]
},
{
"type": "refactor",
@@ -100,7 +144,10 @@
"changes": [
{
"type": "feat",
"items": ["やり取り頻度を分析できるビューを追加し、メンバー間の動きが見やすくなりました", "セッション検索のロジックと処理フローを改善"]
"items": [
"やり取り頻度を分析できるビューを追加し、メンバー間の動きが見やすくなりました",
"セッション検索のロジックと処理フローを改善"
]
},
{
"type": "fix",
@@ -304,7 +351,11 @@
"changes": [
{
"type": "feat",
"items": ["結合インポートに対応", "メインパネルにチャット履歴の開始日時と終了日時を表示", "ドラッグ&ドロップ領域を改善"]
"items": [
"結合インポートに対応",
"メインパネルにチャット履歴の開始日時と終了日時を表示",
"ドラッグ&ドロップ領域を改善"
]
},
{
"type": "fix",
@@ -327,7 +378,10 @@
},
{
"type": "fix",
"items": ["Windows でアプリを閉じてもプロセスが残る問題を修正(#33)", "数値入力欄の不具合を修正(resolve #34"]
"items": [
"Windows でアプリを閉じてもプロセスが残る問題を修正(#33)",
"数値入力欄の不具合を修正(resolve #34"
]
}
]
},
@@ -508,7 +562,11 @@
"changes": [
{
"type": "feat",
"items": ["チャットセッション下部に Token 使用量を表示", "WhatsApp ネイティブ形式メッセージに対応", "旧版 QQ txt 討論組形式に対応"]
"items": [
"チャットセッション下部に Token 使用量を表示",
"WhatsApp ネイティブ形式メッセージに対応",
"旧版 QQ txt 討論組形式に対応"
]
},
{
"type": "fix",
+41
View File
@@ -1,4 +1,45 @@
[
{
"version": "0.13.0",
"date": "2026-03-16",
"summary": "AI 對話支援助手模式,對話可使用技能,輸入框支援快捷選擇,完善對話與設定介面,支援繁體中文與日文,並調整部分 UI,同時修復多項穩定性問題。",
"changes": [
{
"type": "feat",
"items": [
"完成助手模式初版並強化助手邏輯與分析工具能力",
"上線助手市集與技能市集,聊天對話支援使用技能",
"支援以 @ 選擇成員協作",
"支援繁體中文與日文在地化",
"設定頁面重構並優化部分 UI 細節",
"優化總覽模組樣式與對話介面體驗",
"調整匯出聊天記錄的入口位置",
"移除舊版提示詞系統與自訂篩選 AI 功能",
"切換頁面時模型呼叫不再中斷"
]
},
{
"type": "fix",
"items": ["修復 Gemini API 設定問題", "修復 NLP 停用詞呼叫順序導致的錯誤"]
},
{
"type": "refactor",
"items": ["重構 AIChat 組織結構", "重構目錄位置與專案結構"]
},
{
"type": "docs",
"items": ["更新使用者協議與專案文件"]
},
{
"type": "chore",
"items": ["優化版本日誌建置流程"]
},
{
"type": "style",
"items": ["統一程式碼格式與 lint 規則輸出"]
}
]
},
{
"version": "0.12.1",
"date": "2026-02-27",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ChatLab",
"version": "0.12.1",
"version": "0.13.0",
"description": "本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆",
"repository": {
"type": "git",