release: v0.16.0

This commit is contained in:
digua
2026-04-10 01:36:50 +08:00
parent 76ad26281b
commit bf2b69b69d
5 changed files with 71 additions and 1 deletions
+15
View File
@@ -1,4 +1,19 @@
[
{
"version": "0.16.0",
"date": "2026-04-10",
"summary": "新增私聊主动性分析视图,并修复模型编辑弹窗自定义模型丢失问题。",
"changes": [
{
"type": "feat",
"items": ["私聊场景新增主动性分析视图", "优化页脚区域展示与交互", "优化语录模块下半部分逻辑"]
},
{
"type": "fix",
"items": ["修复第三方/本地服务编辑弹窗丢失多个自定义模型的问题"]
}
]
},
{
"version": "0.15.0",
"date": "2026-04-08",
+21
View File
@@ -1,4 +1,25 @@
[
{
"version": "0.16.0",
"date": "2026-04-10",
"summary": "This update adds a new initiative analysis view for private chats and fixes missing custom models in the model-edit dialog.",
"changes": [
{
"type": "feat",
"items": [
"Add a new initiative analysis view for private chats.",
"Improve the footer presentation and interactions.",
"Refine the logic in the lower section of the quotes module."
]
},
{
"type": "fix",
"items": [
"Fix an issue where multiple custom models could disappear in the third-party/local service edit dialog."
]
}
]
},
{
"version": "0.15.0",
"date": "2026-04-08",
+19
View File
@@ -1,4 +1,23 @@
[
{
"version": "0.16.0",
"date": "2026-04-10",
"summary": "今回の更新では、個別チャットに能動性分析ビューを追加し、モデル編集ダイアログでカスタムモデルが消える問題を修正しました。",
"changes": [
{
"type": "feat",
"items": [
"個別チャットに能動性分析ビューを追加",
"フッター領域の表示と操作性を改善",
"引用モジュール下部のロジックを改善"
]
},
{
"type": "fix",
"items": ["サードパーティー/ローカルサービスの編集ダイアログで、複数のカスタムモデルが失われる問題を修正"]
}
]
},
{
"version": "0.15.0",
"date": "2026-04-08",
+15
View File
@@ -1,4 +1,19 @@
[
{
"version": "0.16.0",
"date": "2026-04-10",
"summary": "本次更新新增私聊主動性分析視圖,並修正模型編輯視窗中自訂模型遺失的問題。",
"changes": [
{
"type": "feat",
"items": ["私聊場景新增主動性分析視圖", "優化頁尾區域的呈現與互動", "優化語錄模組下半部邏輯"]
},
{
"type": "fix",
"items": ["修正第三方/本地服務編輯視窗會遺失多個自訂模型的問題"]
}
]
},
{
"version": "0.15.0",
"date": "2026-04-08",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ChatLab",
"version": "0.15.0",
"version": "0.16.0",
"description": "本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆",
"repository": {
"type": "git",