Compare commits

..

3 Commits

Author SHA1 Message Date
lencx
3402e35177 v0.1.5 2022-12-08 11:46:51 +08:00
lencx
46ac5df90a fix: mac can't use shortcut keys (#1) 2022-12-08 11:45:44 +08:00
lencx
76755efa2d readme 2022-12-08 01:18:03 +08:00
5 changed files with 13 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
<img width="600" src="./assets/install.png" alt="install">
<img width="600" src="./assets/chat.png" alt="chat">
<img width="600" src="./assets/auto-update.png" alt="auto update">
## TODO

View File

@@ -1,5 +1,9 @@
# UPDATE LOG
## v0.1.5
fix: mac can't use shortcut keys
## v0.1.4
feat:

BIN
assets/auto-update.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

View File

@@ -26,3 +26,10 @@ default = [ "custom-protocol" ]
# this feature is used used for production builds where `devPath` points to the filesystem
# DO NOT remove this
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"

View File

@@ -7,7 +7,7 @@
},
"package": {
"productName": "ChatGPT",
"version": "0.1.4"
"version": "0.1.5"
},
"tauri": {
"allowlist": {