Skip to content

Commit

Permalink
3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Oct 29, 2024
1 parent df15808 commit e78c963
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 19 deletions.
19 changes: 5 additions & 14 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
## 3.0.5 (2024-06-27)

### 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.
## 3.0.6 (2024-10-29)

### New feature:

- support multiple instance service
- use javascript plugin system
- enable dev tools
- add database api for plugin
- add builtin lingva service
- add support for hebrew
- improve ui translation

### Bugs fixed:

- recognize failed
- tts failed
- collection failed
- default lingva error
- builtin ecdict can not be save
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ Node.js >= 18.0.0

pnpm >= 8.5.0

Rust >= 1.79.0
Rust >= 1.80.0

### 开始编译

Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ Node.js >= 18.0.0

pnpm >= 8.5.0

Rust >= 1.79.0
Rust >= 1.80.0

### Start compilation

Expand Down
2 changes: 1 addition & 1 deletion README_KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ Node.js >= 18.0.0

pnpm >= 8.5.0

Rust >= 1.79.0
Rust >= 1.80.0

### 컴파일 방법

Expand Down
15 changes: 15 additions & 0 deletions com.pot_app.pot.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,21 @@
</screenshot>
</screenshots>
<releases>
<release version="3.0.5" date="2024-10-29">
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.6</url>
<description>
<p>New feature:</p>
<ul>
<li>Add builtin lingva service</li>
<li>Add support for hebrew</li>
<li>Improve ui translation</li>
</ul>
<p>Bugs fixed:</p>
<ul>
<li>Builtin ecdict can not be save</li>
</ul>
</description>
</release>
<release version="3.0.5" date="2024-06-27">
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.5</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.5",
"version": "3.0.6",
"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.5"
"version": "3.0.6"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit e78c963

Please sign in to comment.