Skip to content

Commit

Permalink
2.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Apr 14, 2024
1 parent e88f2db commit 63e2012
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 2.7.9 (2024-03-02)
## 2.7.10 (2024-04-14)

### Break Change:

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

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

- Support Ollama Local Large Language Models([`77fd005`](https://github.com/pot-app/pot-desktop/commit/77fd005187cdf3847e729bbd45c22db4873dfd98)) (by @Pylogmon)
- Support Disable History (#719)([`b4e0a5a`](https://github.com/pot-app/pot-desktop/commit/b4e0a5a2cf94f9522ec43f2ad07438e3c1d25122)) (by @tommy )
- Check whether the directory is not empty before uninstall([`e88f2db`](https://github.com/pot-app/pot-desktop/commit/e88f2dbe0846ea61e4a48c290faa7dbc0dd2d549)) (by @Pylogmon)
- repair openai translation prompt description (#731)([`780c499`](https://github.com/pot-app/pot-desktop/commit/780c499d494002ef2e76175ae5fa27c883b6ec3c)) (by @zggsong)
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.9",
"version": "2.7.10",
"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.9"
"version": "2.7.10"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 63e2012

Please sign in to comment.