From 9ec69631f3a437ba30c942725bc86dd112c92939 Mon Sep 17 00:00:00 2001 From: lencx Date: Sun, 25 Dec 2022 02:01:47 +0800 Subject: [PATCH 1/2] readme --- README-ZH_CN.md | 6 +++--- README.md | 6 +++--- UPDATE_LOG.md | 2 +- src-tauri/tauri.conf.json | 5 ++--- src/utils.ts | 2 +- 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/README-ZH_CN.md b/README-ZH_CN.md index fec8bfe..13b4d02 100644 --- a/README-ZH_CN.md +++ b/README-ZH_CN.md @@ -22,9 +22,9 @@ **最新版:** -- `Mac`: [ChatGPT_0.6.8_x64.dmg](https://github.com/lencx/ChatGPT/releases/download/v0.6.8/ChatGPT_0.6.8_x64.dmg) -- `Linux`: [chat-gpt_0.6.8_amd64.deb](https://github.com/lencx/ChatGPT/releases/download/v0.6.8/chat-gpt_0.6.8_amd64.deb) -- `Windows`: [ChatGPT_0.6.8_x64_en-US.msi](https://github.com/lencx/ChatGPT/releases/download/v0.6.8/ChatGPT_0.6.8_x64_en-US.msi) +- `Mac`: [ChatGPT_0.6.9_x64.dmg](https://github.com/lencx/ChatGPT/releases/download/v0.6.9/ChatGPT_0.6.9_x64.dmg) +- `Linux`: [chat-gpt_0.6.9_amd64.deb](https://github.com/lencx/ChatGPT/releases/download/v0.6.9/chat-gpt_0.6.9_amd64.deb) +- `Windows`: [ChatGPT_0.6.9_x64_en-US.msi](https://github.com/lencx/ChatGPT/releases/download/v0.6.9/ChatGPT_0.6.9_x64_en-US.msi) [其他版本...](https://github.com/lencx/ChatGPT/releases) diff --git a/README.md b/README.md index e228e64..145733f 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ **Latest:** -- `Mac`: [ChatGPT_0.6.8_x64.dmg](https://github.com/lencx/ChatGPT/releases/download/v0.6.8/ChatGPT_0.6.8_x64.dmg) -- `Linux`: [chat-gpt_0.6.8_amd64.deb](https://github.com/lencx/ChatGPT/releases/download/v0.6.8/chat-gpt_0.6.8_amd64.deb) -- `Windows`: [ChatGPT_0.6.8_x64_en-US.msi](https://github.com/lencx/ChatGPT/releases/download/v0.6.8/ChatGPT_0.6.8_x64_en-US.msi) +- `Mac`: [ChatGPT_0.6.9_x64.dmg](https://github.com/lencx/ChatGPT/releases/download/v0.6.9/ChatGPT_0.6.9_x64.dmg) +- `Linux`: [chat-gpt_0.6.9_amd64.deb](https://github.com/lencx/ChatGPT/releases/download/v0.6.9/chat-gpt_0.6.9_amd64.deb) +- `Windows`: [ChatGPT_0.6.9_x64_en-US.msi](https://github.com/lencx/ChatGPT/releases/download/v0.6.9/ChatGPT_0.6.9_x64_en-US.msi) [Other version...](https://github.com/lencx/ChatGPT/releases) diff --git a/UPDATE_LOG.md b/UPDATE_LOG.md index ac99e35..0ab1105 100644 --- a/UPDATE_LOG.md +++ b/UPDATE_LOG.md @@ -1,6 +1,6 @@ # UPDATE LOG -## v0.6.8 +## v0.6.9 fix: unable to synchronize diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 03bdca7..9073d04 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -22,9 +22,8 @@ "fs": { "all": true, "scope": [ - "$HOME/*", - "$HOME/.chatgpt/*", - "$HOME/.chatgpt/cache_mode/*" + "$HOME/.chatgpt/**", + "$HOME/.chatgpt/cache_model/**" ] } }, diff --git a/src/utils.ts b/src/utils.ts index 570c300..5034cd8 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,4 +1,4 @@ -import { readTextFile, writeTextFile, exists, createDir, BaseDirectory } from '@tauri-apps/api/fs'; +import { readTextFile, writeTextFile, exists, createDir } from '@tauri-apps/api/fs'; import { homeDir, join, dirname } from '@tauri-apps/api/path'; import dayjs from 'dayjs'; From e2319f2fdaa4b6a8784fe61983a50c48c4136157 Mon Sep 17 00:00:00 2001 From: lencx Date: Sun, 25 Dec 2022 02:01:51 +0800 Subject: [PATCH 2/2] v0.6.9 --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9073d04..aa9968d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "ChatGPT", - "version": "0.6.8" + "version": "0.6.9" }, "tauri": { "allowlist": {