Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Sep 24, 2023
1 parent 265736d commit 068502c
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 13 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
## 2.4.3 (2023-09-19)
## 2.5.0 (2023-09-24)

### 注意:由于当前的 PaddleOCR 实现有严重的性能问题,所以该版本删除了 PaddleOCR
### ⚠️ 请务必将 PaddleOCR 从服务列表中移除之后再更新 Pot ⚠️
### 注意:Windows 用户请以管理员权限运行 pot 之后再更新

### Note: Due to serious performance issues with the current implementation of PaddleOCR, this version has removed PaddleOCR.
### ⚠️ Please make sure to remove PaddleOCR from the service list before updating Pot. ⚠️
### Note: For Windows users, please run pot with administrator privileges before updating.

### New feature:

- Add Tencent Language Detect([`f93c75b`](https://github.com/pot-app/pot-desktop/commit/f93c75b326c762bb2b4b2837f702d373d2d37549)) (by @Pylogmon)

### Bugs fixed:

- Fix TTS Plugin([`312a069`](https://github.com/pot-app/pot-desktop/commit/312a06979ea8aa1b58d4adedf32a9bd37b57f190)) (by @Pylogmon)
- Fix cambridge on Linux([`13def1b`](https://github.com/pot-app/pot-desktop/commit/13def1bf46262fbbaf7503c011e7e3cdebcd3780)) (by @Pylogmon)
- Fix DeepL Free API (#486)([`e90bc58`](https://github.com/pot-app/pot-desktop/commit/e90bc5898809fe95b3c7a5cd3a904a6d5cd81dba)) (by @Integral-Tech)
- WebDav Error([`a53c87a`](https://github.com/pot-app/pot-desktop/commit/a53c87ad8f0e9ceb8a4d5d0e11fa7ddcb2d8b1c9)) (by @Pylogmon)

### Performance improves:

- Remove PaddleOCR that Causes Serious Performance Problems([`265736d`](https://github.com/pot-app/pot-desktop/commit/265736d8c8c1854a0a4c5a95dc03c1e328dd9c12)) (by @Pylogmon)
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,5 @@ sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev
- [@uiYzzi](https://github.com/uiYzzi) 实现思路
- [@Lichenkass](https://github.com/Lichenkass) 维护 Deepin 应用商店中的 pot
- [Tauri](https://github.com/tauri-apps/tauri) 好用的 GUI 框架
- [eSearch-OCR](https://github.com/xushengfeng/eSearch-OCR) PaddleOCR 实现

<div align="center">
1 change: 0 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,5 @@ Rust >= 1.70.0
- [@uiYzzi](https://github.com/uiYzzi) Implementation ideas
- [@Lichenkass](https://github.com/Lichenkass) Maintaining the Deepin App Store.
- [Tauri](https://github.com/tauri-apps/tauri) A user-friendly GUI framework.
- [eSearch-OCR](https://github.com/xushengfeng/eSearch-OCR) PaddleOCR Implementation

<div align="center">
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": "2.4.0"
"version": "2.5.0"
},
"tauri": {
"allowlist": {
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@
},
"recognize": {
"system": { "title": "System OCR" },
"paddle": { "title": "Paddle OCR" },
"tesseract": { "title": "Tesseract.js" },
"baidu_ocr": { "title": "Baidu OCR", "client_id": "API Key", "client_secret": "Secret Key" },
"baidu_accurate_ocr": {
Expand Down
3 changes: 0 additions & 3 deletions src/i18n/locales/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,6 @@
"system": {
"title": "OCR do Sistema"
},
"paddle": {
"title": "OCR da Paddle"
},
"tesseract": {
"title": "Tesseract.js"
},
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/ru_RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@
},
"recognize": {
"system": { "title": "Системный OCR" },
"paddle": { "title": "Paddle OCR" },
"tesseract": { "title": "Tesseract.js" },
"baidu_ocr": { "title": "Baidu OCR", "client_id": "API Key", "client_secret": "Secret Key" },
"baidu_accurate_ocr": {
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@
},
"recognize": {
"system": { "title": "系统 OCR" },
"paddle": { "title": "Paddle OCR" },
"tesseract": { "title": "Tesseract.js" },
"baidu_ocr": { "title": "百度 OCR", "client_id": "API Key", "client_secret": "Secret Key" },
"baidu_accurate_ocr": {
Expand Down

0 comments on commit 068502c

Please sign in to comment.