Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghonglu.neo committed Mar 21, 2023
1 parent 6339030 commit c31b99d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
22 changes: 22 additions & 0 deletions UPDATE_LOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@


## v0.1.3

fix:

- 修改错误提示方式

## v0.1.2

feat:

- 支持选择模型
- 支持设置代理

fix:

- 修复windows点击x号无法关闭的问题

## v0.1.0

first release version
10 changes: 7 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@
"http": {
"all": true,
"request": true,
"scope": ["https://api.openai.com/v1/*"]
"scope": [
"https://api.openai.com/v1/*"
]
},
"shell": {
"open": true
},
"fs": {
"all": true,
"scope": ["$DOWNLOAD/*"]
"scope": [
"$DOWNLOAD/*"
]
},
"path": {
"all": true
Expand Down Expand Up @@ -82,4 +86,4 @@
"active": false
}
}
}
}

0 comments on commit c31b99d

Please sign in to comment.