Skip to content

Commit 80b9a79

Browse files
committed
3.0.1
1 parent 132fe6a commit 80b9a79

File tree

4 files changed

+35
-5
lines changed

4 files changed

+35
-5
lines changed

CHANGELOG

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
## 3.0.0 (2024-06-23)
1+
## 3.0.1 (2024-06-24)
2+
3+
### Break Change:
4+
5+
- 3.x版本之后旧版插件不再可用,升级后会自动删除旧版插件,请前往插件仓库下载安装新版插件使用,若插件开发者还没适配新版插件,请联系插件开发者升级插件。
6+
- 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.
27

38
### New feature:
49

5-
- support multiple instance service
6-
- use javascript plugin system
10+
- support multiple instance service
11+
- use javascript plugin system
12+
13+
### Bugs fixed:
14+
15+
- recognize failed
16+
- tts failed

com.pot_app.pot.metainfo.xml

+20
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,26 @@
5353
</screenshot>
5454
</screenshots>
5555
<releases>
56+
<release version="3.0.1" date="2024-06-24">
57+
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.1</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+
</ul>
74+
</description>
75+
</release>
5676
<release version="3.0.0" date="2024-06-23">
5777
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.0</url>
5878
<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.0",
4+
"version": "3.0.1",
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.0"
11+
"version": "3.0.1"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)