diff --git a/CHANGELOG b/CHANGELOG index 7740f5a188..d377022016 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/package.json b/package.json index ed1dd535fa..29041e0b6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pot", "private": true, - "version": "2.7.9", + "version": "2.7.10", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7aa7c775a7..be81dd7de4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "pot", - "version": "2.7.9" + "version": "2.7.10" }, "tauri": { "allowlist": {