release: v0.15.0

This commit is contained in:
digua
2026-04-08 23:24:00 +08:00
parent d93ed0b389
commit df1bccca2e
6 changed files with 159 additions and 4 deletions
+38
View File
@@ -1,4 +1,42 @@
[
{
"version": "0.15.0",
"date": "2026-04-08",
"summary": "本次版本大幅優化搜尋與查詢效能,搜尋工具可自動帶入上下文訊息,並優化 AI 模型設定、新增部分服務商,同時支援 Linux 平台。",
"changes": [
{
"type": "feat",
"items": [
"新增查詢快取以加快存取速度",
"搜尋工具支援自動帶入上下文訊息",
"重構模型設定邏輯",
"新使用者首次啟動時優先顯示語言選擇視窗",
"實驗室新增基礎除錯工具",
"移除舊版提示詞"
]
},
{
"type": "fix",
"items": [
"修正 Windows 淺色模式下標題列按鈕區背景色與應用不一致的問題",
"修正 CI 打包流程中 Node 24 與 pnpm 對齊相關問題",
"補齊工具呼叫顯示名稱的 i18n 翻譯"
]
},
{
"type": "refactor",
"items": ["優化 AI 設定彈窗的程式碼組織"]
},
{
"type": "chore",
"items": ["升級至 Node 24", "支援 Linux 打包"]
},
{
"type": "docs",
"items": ["更新文件"]
}
]
},
{
"version": "0.14.2",
"date": "2026-04-07",