mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-18 04:20:57 +08:00
release: v0.18.1
This commit is contained in:
@@ -1,4 +1,26 @@
|
||||
[
|
||||
{
|
||||
"version": "0.18.1",
|
||||
"date": "2026-04-24",
|
||||
"summary": "新增 DeepSeek V4 支持,新增开机自启动选项,优化设置与界面体验,并修复 AI 对话链接打开方式。<br/>从本版本开始,项目将正式迁移至ChatLab组织。",
|
||||
"changes": [
|
||||
{
|
||||
"type": "feat",
|
||||
"items": [
|
||||
"迁移至 ChatLab 组织",
|
||||
"优化全局样式表现",
|
||||
"优化快速提问展示逻辑",
|
||||
"优化设置弹窗弹出方式",
|
||||
"支持开机自启动",
|
||||
"支持 DeepSeek V4 模型"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"items": ["修复 AI 对话中的链接未在浏览器中打开的问题"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.18.0",
|
||||
"date": "2026-04-23",
|
||||
|
||||
@@ -1,4 +1,26 @@
|
||||
[
|
||||
{
|
||||
"version": "0.18.1",
|
||||
"date": "2026-04-24",
|
||||
"summary": "This release adds DeepSeek V4 support and a launch-at-startup option, improves the settings and overall UI experience, and fixes how links open in AI chat.<br/>Starting with this release, the project is officially moving to the ChatLab organization.",
|
||||
"changes": [
|
||||
{
|
||||
"type": "feat",
|
||||
"items": [
|
||||
"Move the project to the ChatLab organization.",
|
||||
"Refine the global visual style.",
|
||||
"Improve how quick prompts are presented.",
|
||||
"Improve how the settings modal opens.",
|
||||
"Add launch-at-startup support.",
|
||||
"Add support for the DeepSeek V4 model."
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"items": ["Fix links in AI chat so they open in the browser."]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.18.0",
|
||||
"date": "2026-04-23",
|
||||
|
||||
@@ -1,4 +1,26 @@
|
||||
[
|
||||
{
|
||||
"version": "0.18.1",
|
||||
"date": "2026-04-24",
|
||||
"summary": "DeepSeek V4 への対応と自動起動オプションを追加し、設定まわりと全体の UI 体験を改善しました。あわせて、AI チャット内リンクの開き方も修正しています。<br/>このバージョンから、プロジェクトは正式に ChatLab 組織へ移行します。",
|
||||
"changes": [
|
||||
{
|
||||
"type": "feat",
|
||||
"items": [
|
||||
"プロジェクトを ChatLab 組織へ移行",
|
||||
"全体のスタイル表現を改善",
|
||||
"クイック質問の表示ロジックを改善",
|
||||
"設定モーダルの開き方を改善",
|
||||
"自動起動に対応",
|
||||
"DeepSeek V4 モデルに対応"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"items": ["AI チャット内のリンクがブラウザで開かない問題を修正"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.18.0",
|
||||
"date": "2026-04-23",
|
||||
|
||||
@@ -1,4 +1,26 @@
|
||||
[
|
||||
{
|
||||
"version": "0.18.1",
|
||||
"date": "2026-04-24",
|
||||
"summary": "本次更新新增 DeepSeek V4 支援與開機自動啟動選項,優化設定與整體介面體驗,並修正 AI 對話中的連結開啟方式。<br/>從這個版本開始,專案將正式遷移至 ChatLab 組織。",
|
||||
"changes": [
|
||||
{
|
||||
"type": "feat",
|
||||
"items": [
|
||||
"遷移至 ChatLab 組織",
|
||||
"優化全域樣式表現",
|
||||
"優化快速提問的顯示邏輯",
|
||||
"優化設定彈窗的開啟方式",
|
||||
"支援開機自動啟動",
|
||||
"支援 DeepSeek V4 模型"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"items": ["修正 AI 對話中的連結未在瀏覽器中開啟的問題"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.18.0",
|
||||
"date": "2026-04-23",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ChatLab",
|
||||
"version": "0.18.0",
|
||||
"version": "0.18.1",
|
||||
"description": "本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user