mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3402e35177 | ||
|
|
46ac5df90a | ||
|
|
76755efa2d |
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
<img width="600" src="./assets/install.png" alt="install">
|
<img width="600" src="./assets/install.png" alt="install">
|
||||||
<img width="600" src="./assets/chat.png" alt="chat">
|
<img width="600" src="./assets/chat.png" alt="chat">
|
||||||
|
<img width="600" src="./assets/auto-update.png" alt="auto update">
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
# UPDATE LOG
|
# UPDATE LOG
|
||||||
|
|
||||||
|
## v0.1.5
|
||||||
|
|
||||||
|
fix: mac can't use shortcut keys
|
||||||
|
|
||||||
## v0.1.4
|
## v0.1.4
|
||||||
|
|
||||||
feat:
|
feat:
|
||||||
|
|||||||
BIN
assets/auto-update.png
Normal file
BIN
assets/auto-update.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 230 KiB |
@@ -26,3 +26,10 @@ default = [ "custom-protocol" ]
|
|||||||
# this feature is used used for production builds where `devPath` points to the filesystem
|
# this feature is used used for production builds where `devPath` points to the filesystem
|
||||||
# DO NOT remove this
|
# DO NOT remove this
|
||||||
custom-protocol = [ "tauri/custom-protocol" ]
|
custom-protocol = [ "tauri/custom-protocol" ]
|
||||||
|
|
||||||
|
# fix: mac v1.2.0 can not copy/paste
|
||||||
|
# https://github.com/tauri-apps/tauri/issues/5669
|
||||||
|
[profile.release]
|
||||||
|
strip = true
|
||||||
|
lto = true
|
||||||
|
opt-level = "z"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "ChatGPT",
|
"productName": "ChatGPT",
|
||||||
"version": "0.1.4"
|
"version": "0.1.5"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
Reference in New Issue
Block a user