From 506d33be9a38b8e1e587ca4aa3f74ffb4b184ef1 Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Fri, 13 Jun 2025 18:05:58 +0800 Subject: [PATCH] fix 0.1.5 cannot launch in windows --- .gitignore | 3 ++- .vscodeignore | 4 +++- CHANGELOG.md | 4 ++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 944d0cb..ad27a55 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ resources/renderer resources/service *.traineddata .turbo -stats.html \ No newline at end of file +stats.html +.openmcp \ No newline at end of file diff --git a/.vscodeignore b/.vscodeignore index 64fc789..7c98d72 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -23,4 +23,6 @@ software/** .editorconfig .gitattributes -*.vsix \ No newline at end of file +*.vsix +.turbo +.github \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 91cee7f..f859b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [main] 0.1.6 +- 针对 0.1.5 无法在 Windows 启动的紧急修复。 +- 修复环境变量中添加 token 失效的问题。 + ## [main] 0.1.5 - 修复 gemini 获取模型列表时存在 models 前缀的问题 - 增加 web api 功能