From 70bf61bd7c51a0db44ed470dbde1bbeec336748c Mon Sep 17 00:00:00 2001 From: Pylogmon Date: Mon, 24 Jun 2024 16:05:54 +0800 Subject: [PATCH] 3.0.2 --- CHANGELOG | 3 ++- com.pot_app.pot.metainfo.xml | 21 +++++++++++++++++++++ package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c320748fb5..bee99e1e2e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -## 3.0.1 (2024-06-24) +## 3.0.2 (2024-06-24) ### Break Change: @@ -14,3 +14,4 @@ - recognize failed - tts failed +- collection failed diff --git a/com.pot_app.pot.metainfo.xml b/com.pot_app.pot.metainfo.xml index 8b236d65df..9402c79d4d 100644 --- a/com.pot_app.pot.metainfo.xml +++ b/com.pot_app.pot.metainfo.xml @@ -53,6 +53,27 @@ + + https://github.com/pot-app/pot-desktop/releases/tag/3.0.2 + +

Break Change:

+
    +
  • After version 3.x, old plugins will no longer be available. They will be automatically deleted upon upgrade. Please visit the plugin repository to download and install the new versions. If the plugin developers have not yet updated their plugins, please contact them to request an upgrade.
  • +
  • 3.x版本之后旧版插件不再可用,升级后会自动删除旧版插件,请前往插件仓库下载安装新版插件使用,若插件开发者还没适配新版插件,请联系插件开发者升级插件。
  • +
+

New feature:

+
    +
  • Support multiple instance services
  • +
  • Use Javascript plugin system
  • +
+

Bugs fixed:

+
    +
  • Recognize failed
  • +
  • TTS failed
  • +
  • Collection failed
  • +
+
+
https://github.com/pot-app/pot-desktop/releases/tag/3.0.1 diff --git a/package.json b/package.json index 92e00a5d3d..42ffbf5882 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pot", "private": true, - "version": "3.0.1", + "version": "3.0.2", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9596dff194..13f85075d9 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "pot", - "version": "3.0.1" + "version": "3.0.2" }, "tauri": { "allowlist": {