Skip to content

Commit 70bf61b

Browse files
committed
3.0.2
1 parent 909689f commit 70bf61b

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.0.1 (2024-06-24)
1+
## 3.0.2 (2024-06-24)
22

33
### Break Change:
44

@@ -14,3 +14,4 @@
1414

1515
- recognize failed
1616
- tts failed
17+
- collection failed

com.pot_app.pot.metainfo.xml

+21
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,27 @@
5353
</screenshot>
5454
</screenshots>
5555
<releases>
56+
<release version="3.0.2" date="2024-06-24">
57+
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.2</url>
58+
<description>
59+
<p>Break Change:</p>
60+
<ul>
61+
<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>
62+
<li xml:lang="zh-Hans">3.x版本之后旧版插件不再可用,升级后会自动删除旧版插件,请前往插件仓库下载安装新版插件使用,若插件开发者还没适配新版插件,请联系插件开发者升级插件。</li>
63+
</ul>
64+
<p>New feature:</p>
65+
<ul>
66+
<li>Support multiple instance services</li>
67+
<li>Use Javascript plugin system</li>
68+
</ul>
69+
<p>Bugs fixed:</p>
70+
<ul>
71+
<li>Recognize failed</li>
72+
<li>TTS failed</li>
73+
<li>Collection failed</li>
74+
</ul>
75+
</description>
76+
</release>
5677
<release version="3.0.1" date="2024-06-24">
5778
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.1</url>
5879
<description>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pot",
33
"private": true,
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "pot",
11-
"version": "3.0.1"
11+
"version": "3.0.2"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)