Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Jun 24, 2024
1 parent 909689f commit 70bf61b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.1 (2024-06-24)
## 3.0.2 (2024-06-24)

### Break Change:

Expand All @@ -14,3 +14,4 @@

- recognize failed
- tts failed
- collection failed
21 changes: 21 additions & 0 deletions com.pot_app.pot.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,27 @@
</screenshot>
</screenshots>
<releases>
<release version="3.0.2" date="2024-06-24">
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.2</url>
<description>
<p>Break Change:</p>
<ul>
<li>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.</li>
<li xml:lang="zh-Hans">3.x版本之后旧版插件不再可用,升级后会自动删除旧版插件,请前往插件仓库下载安装新版插件使用,若插件开发者还没适配新版插件,请联系插件开发者升级插件。</li>
</ul>
<p>New feature:</p>
<ul>
<li>Support multiple instance services</li>
<li>Use Javascript plugin system</li>
</ul>
<p>Bugs fixed:</p>
<ul>
<li>Recognize failed</li>
<li>TTS failed</li>
<li>Collection failed</li>
</ul>
</description>
</release>
<release version="3.0.1" date="2024-06-24">
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.1</url>
<description>
Expand Down
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": "3.0.1",
"version": "3.0.2",
"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": "3.0.1"
"version": "3.0.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 70bf61b

Please sign in to comment.