Skip to content

Commit e78c963

Browse files
committed
3.0.6
1 parent df15808 commit e78c963

7 files changed

+25
-19
lines changed

CHANGELOG

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
1-
## 3.0.5 (2024-06-27)
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.
1+
## 3.0.6 (2024-10-29)
72

83
### New feature:
94

10-
- support multiple instance service
11-
- use javascript plugin system
12-
- enable dev tools
13-
- add database api for plugin
5+
- add builtin lingva service
6+
- add support for hebrew
7+
- improve ui translation
148

159
### Bugs fixed:
1610

17-
- recognize failed
18-
- tts failed
19-
- collection failed
20-
- default lingva error
11+
- builtin ecdict can not be save

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ Node.js >= 18.0.0
423423

424424
pnpm >= 8.5.0
425425

426-
Rust >= 1.79.0
426+
Rust >= 1.80.0
427427

428428
### 开始编译
429429

README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Node.js >= 18.0.0
421421

422422
pnpm >= 8.5.0
423423

424-
Rust >= 1.79.0
424+
Rust >= 1.80.0
425425

426426
### Start compilation
427427

README_KR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Node.js >= 18.0.0
421421

422422
pnpm >= 8.5.0
423423

424-
Rust >= 1.79.0
424+
Rust >= 1.80.0
425425

426426
### 컴파일 방법
427427

com.pot_app.pot.metainfo.xml

+15
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,21 @@
5353
</screenshot>
5454
</screenshots>
5555
<releases>
56+
<release version="3.0.5" date="2024-10-29">
57+
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.6</url>
58+
<description>
59+
<p>New feature:</p>
60+
<ul>
61+
<li>Add builtin lingva service</li>
62+
<li>Add support for hebrew</li>
63+
<li>Improve ui translation</li>
64+
</ul>
65+
<p>Bugs fixed:</p>
66+
<ul>
67+
<li>Builtin ecdict can not be save</li>
68+
</ul>
69+
</description>
70+
</release>
5671
<release version="3.0.5" date="2024-06-27">
5772
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.5</url>
5873
<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.5",
4+
"version": "3.0.6",
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.5"
11+
"version": "3.0.6"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)