Skip to content

Commit

Permalink
2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Feb 24, 2024
1 parent c30b089 commit 95e09ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## 2.7.6 (2024-02-14)
## 2.7.8 (2024-02-24)

### BreakChange:
### New feature:

如果更新后遇到闪退问题请重新安装所有插件的最新版本
- Support Custom RequestPath for Gemini-pro([`1d8fc6c`](https://github.com/pot-app/pot-desktop/commit/1d8fc6c73bbfc2a4efa01612fb60346fbbe1010e)) (by @Pylogmon)
- Support Ukrainian([`66ff73e`](https://github.com/pot-app/pot-desktop/commit/66ff73e1e553519ba30378d22bc6ca938499e9e1)) (by @Pylogmon)

### New feature:
### Bugs fixed:

- Support Custom OpenAI Model([`c526524`](https://github.com/pot-app/pot-desktop/commit/c5265241163f5c7dbba0031d842d0636d370bbb1)) (by @Pylogmon)
- Word explains display error([`b95a367`](https://github.com/pot-app/pot-desktop/commit/b95a36706b13403aa810efbcbaea64edcf667058)) (by @Pylogmon)
- Allow search phrases([`a22a548`](https://github.com/pot-app/pot-desktop/commit/a22a5484b4564b5d6ea373b2fba3115a477d1df8)) (by @Pylogmon)
- Fix OpenAI Path Error([`cc4ba78`](https://github.com/pot-app/pot-desktop/commit/cc4ba78af9b0213b2dbffdda788a7d76a6c843e8)) (by @Pylogmon)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pot",
"private": true,
"version": "2.7.7",
"version": "2.7.8",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "pot",
"version": "2.7.7"
"version": "2.7.8"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 95e09ea

Please sign in to comment.