release: v0.18.4

This commit is contained in:
digua
2026-04-29 00:06:19 +08:00
parent 78689b2650
commit 70a164502e
5 changed files with 97 additions and 1 deletions
+24
View File
@@ -1,4 +1,28 @@
[
{
"version": "0.18.4",
"date": "2026-04-29",
"summary": "本次更新优化了模型稳定性,同时支持远程获取模型列表,优化 AI 错误详情展示与部分样式等。",
"changes": [
{
"type": "feat",
"items": [
"支持远程获取模型列表",
"OpenAI 兼容 API 地址自动补全 /v1 并支持实时预览",
"优化 AI 对话错误详情展示",
"优化部分展示样式"
]
},
{
"type": "fix",
"items": ["修复部分逻辑漏洞"]
},
{
"type": "chore",
"items": ["优化同步日志技能逻辑"]
}
]
},
{
"version": "0.18.3",
"date": "2026-04-28",
+24
View File
@@ -1,4 +1,28 @@
[
{
"version": "0.18.4",
"date": "2026-04-29",
"summary": "This update optimizes model stability, supports fetching remote model lists, improves AI error detail presentation, and refines some styles.",
"changes": [
{
"type": "feat",
"items": [
"Support fetching remote model lists.",
"Auto-complete `/v1` for OpenAI-compatible API addresses with real-time preview support.",
"Improve the presentation of AI chat error details.",
"Refine parts of the display styling."
]
},
{
"type": "fix",
"items": ["Fix some logic vulnerabilities."]
},
{
"type": "chore",
"items": ["Optimize the logic of the sync-changelog skill."]
}
]
},
{
"version": "0.18.3",
"date": "2026-04-28",
+24
View File
@@ -1,4 +1,28 @@
[
{
"version": "0.18.4",
"date": "2026-04-29",
"summary": "今回の更新では、モデルの安定性を最適化し、リモートのモデル一覧取得に対応しました。あわせてAIのエラー詳細表示と一部のスタイルを改善しました。",
"changes": [
{
"type": "feat",
"items": [
"リモートのモデル一覧取得に対応しました。",
"OpenAI 互換 API アドレスの /v1 自動補完とリアルタイムプレビューに対応しました。",
"AI チャットのエラー詳細表示を改善しました。",
"一部の表示スタイルを改善しました。"
]
},
{
"type": "fix",
"items": ["一部のロジックの脆弱性を修正しました。"]
},
{
"type": "chore",
"items": ["同期ログスキルのロジックを最適化しました。"]
}
]
},
{
"version": "0.18.3",
"date": "2026-04-28",
+24
View File
@@ -1,4 +1,28 @@
[
{
"version": "0.18.4",
"date": "2026-04-29",
"summary": "本次更新優化了模型的穩定性,同時支援遠端取得模型清單,優化 AI 錯誤詳細資訊的顯示與部分介面樣式等。",
"changes": [
{
"type": "feat",
"items": [
"支援遠端取得模型清單",
"OpenAI 相容 API 網址自動補齊 /v1 並支援即時預覽",
"優化 AI 對話錯誤詳細資訊的顯示",
"優化部分顯示樣式"
]
},
{
"type": "fix",
"items": ["修復部分邏輯漏洞"]
},
{
"type": "chore",
"items": ["優化同步日誌技能的邏輯"]
}
]
},
{
"version": "0.18.3",
"date": "2026-04-28",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ChatLab",
"version": "0.18.3",
"version": "0.18.4",
"description": "本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆",
"repository": {
"type": "git",