Skip to content

Commit 63e2012

Browse files
committed
2.7.10
1 parent e88f2db commit 63e2012

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## 2.7.9 (2024-03-02)
1+
## 2.7.10 (2024-04-14)
22

33
### Break Change:
44

55
- 如果更新后遇到闪退问题请重新安装所有插件的最新版本
66

7-
### New feature:
7+
### Bugs fixed:
88

9-
- Support Ollama Local Large Language Models([`77fd005`](https://github.com/pot-app/pot-desktop/commit/77fd005187cdf3847e729bbd45c22db4873dfd98)) (by @Pylogmon)
10-
- Support Disable History (#719)([`b4e0a5a`](https://github.com/pot-app/pot-desktop/commit/b4e0a5a2cf94f9522ec43f2ad07438e3c1d25122)) (by @tommy )
9+
- Check whether the directory is not empty before uninstall([`e88f2db`](https://github.com/pot-app/pot-desktop/commit/e88f2dbe0846ea61e4a48c290faa7dbc0dd2d549)) (by @Pylogmon)
10+
- repair openai translation prompt description (#731)([`780c499`](https://github.com/pot-app/pot-desktop/commit/780c499d494002ef2e76175ae5fa27c883b6ec3c)) (by @zggsong)

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.9",
4+
"version": "2.7.10",
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.9"
11+
"version": "2.7.10"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)