Skip to content

Commit 95e09ea

Browse files
committed
2.7.8
1 parent c30b089 commit 95e09ea

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
## 2.7.6 (2024-02-14)
1+
## 2.7.8 (2024-02-24)
22

3-
### BreakChange:
3+
### New feature:
44

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

7-
### New feature:
8+
### Bugs fixed:
89

9-
- Support Custom OpenAI Model([`c526524`](https://github.com/pot-app/pot-desktop/commit/c5265241163f5c7dbba0031d842d0636d370bbb1)) (by @Pylogmon)
10+
- Word explains display error([`b95a367`](https://github.com/pot-app/pot-desktop/commit/b95a36706b13403aa810efbcbaea64edcf667058)) (by @Pylogmon)
11+
- Allow search phrases([`a22a548`](https://github.com/pot-app/pot-desktop/commit/a22a5484b4564b5d6ea373b2fba3115a477d1df8)) (by @Pylogmon)
12+
- Fix OpenAI Path Error([`cc4ba78`](https://github.com/pot-app/pot-desktop/commit/cc4ba78af9b0213b2dbffdda788a7d76a6c843e8)) (by @Pylogmon)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pot",
33
"private": true,
4-
"version": "2.7.7",
4+
"version": "2.7.8",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "pot",
11-
"version": "2.7.7"
11+
"version": "2.7.8"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)