From 80b9a79f7c76e1354284a397385c5186eca495a0 Mon Sep 17 00:00:00 2001 From: Pylogmon Date: Mon, 24 Jun 2024 13:30:43 +0800 Subject: [PATCH] 3.0.1 --- CHANGELOG | 16 +++++++++++++--- com.pot_app.pot.metainfo.xml | 20 ++++++++++++++++++++ package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 35 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 94700e94ef..c320748fb5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,16 @@ -## 3.0.0 (2024-06-23) +## 3.0.1 (2024-06-24) + +### Break Change: + +- 3.x版本之后旧版插件不再可用,升级后会自动删除旧版插件,请前往插件仓库下载安装新版插件使用,若插件开发者还没适配新版插件,请联系插件开发者升级插件。 +- 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. ### New feature: -- support multiple instance service -- use javascript plugin system \ No newline at end of file +- support multiple instance service +- use javascript plugin system + +### Bugs fixed: + +- recognize failed +- tts failed diff --git a/com.pot_app.pot.metainfo.xml b/com.pot_app.pot.metainfo.xml index 192f39e249..8b236d65df 100644 --- a/com.pot_app.pot.metainfo.xml +++ b/com.pot_app.pot.metainfo.xml @@ -53,6 +53,26 @@ + + https://github.com/pot-app/pot-desktop/releases/tag/3.0.1 + +

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
  • +
+
+
https://github.com/pot-app/pot-desktop/releases/tag/3.0.0 diff --git a/package.json b/package.json index d3dc107fbf..92e00a5d3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pot", "private": true, - "version": "3.0.0", + "version": "3.0.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 05e8f59878..9596dff194 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "pot", - "version": "3.0.0" + "version": "3.0.1" }, "tauri": { "allowlist": {