Compare commits

...

1 Commits

Author SHA1 Message Date
lencx
f071e0d6bc v0.6.8 2022-12-24 22:30:28 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# UPDATE LOG # UPDATE LOG
## v0.6.7 ## v0.6.8
fix: unable to synchronize fix: unable to synchronize

View File

@@ -7,7 +7,7 @@
}, },
"package": { "package": {
"productName": "ChatGPT", "productName": "ChatGPT",
"version": "0.6.7" "version": "0.6.8"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {
@@ -24,7 +24,7 @@
"scope": [ "scope": [
"$HOME/*", "$HOME/*",
"$HOME/.chatgpt/*", "$HOME/.chatgpt/*",
"$HOME/.chatgpt/cache_sync/*" "$HOME/.chatgpt/cache_mode/*"
] ]
} }
}, },