Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Sep 17, 2023
1 parent 83030da commit a51dfc1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
## 2.3.0 (2023-09-15)
## 2.4.0 (2023-09-17)

### 注意:Windows 用户请以管理员权限运行 pot 之后再更新

### Note: For Windows users, please run pot with administrator privileges before updating.

### New feature:

- Add Bing Dictionary([`6cdf776`](https://github.com/pot-app/pot-desktop/commit/6cdf776d6a21250a4e1121f3c6fa1e2dd3c9dfd0)) (by @Pylogmon)
- Add Clear Button and Tooltip([`14c8390`](https://github.com/pot-app/pot-desktop/commit/14c83907fc457231c4c460319e83ba88e32ecd47)) (by @Pylogmon)
- Add Retry Button([`bb8b13e`](https://github.com/pot-app/pot-desktop/commit/bb8b13e7e4576ee134ede456a08fb2512f0640e5)) (by @Pylogmon)
- Add Caiyun Translation([`239d15e`](https://github.com/pot-app/pot-desktop/commit/239d15eb16070b98c4f8e2494787c42d822b2f5e)) (by @Pylogmon)
- Add Cambridge Dictionary([`59c8592`](https://github.com/pot-app/pot-desktop/commit/59c8592e76503f2c28e730dedd643847da832160)) (by @Pylogmon)
- Play Audio for Dictionary([`2658765`](https://github.com/pot-app/pot-desktop/commit/2658765939adf3d17f1ba240cc2566d2fee6163d)) (by @Pylogmon)
- Add Youdao Dictionary([`237dbdb`](https://github.com/pot-app/pot-desktop/commit/237dbdbcc1c17abbace96af057aa9c56df62ad1d)) (by @Pylogmon)
- Support Deepl-Pro (#462)([`69265df`](https://github.com/pot-app/pot-desktop/commit/69265df43e1034c9237778003cbbae66cdba5f80)) (by @lol2025)

### Bugs fixed:

- Set Always on Top for Translate Window([`be221a9`](https://github.com/pot-app/pot-desktop/commit/be221a96cb8c78fedc9de2862c67a8334acf7159)) (by @Pylogmon)
- Google Translate crashes([`d01bedc`](https://github.com/pot-app/pot-desktop/commit/d01bedca2640d707a6338a0542341cf1b8ad4f9a)) (by @Pylogmon)
- Auto Relaunch after Install([`464e76e`](https://github.com/pot-app/pot-desktop/commit/464e76ebf123ba0c2f5e23f2b45971946339ab7f)) (by @Pylogmon)
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@
- [x] [DeepL](https://www.deepl.com/)
- [x] [有道翻译](https://ai.youdao.com/)
- [x] [剑桥词典](https://dictionary.cambridge.org/)
- [x] [MoJi 辞书](https://www.mojidict.com/)
- [x] [Yandex](https://translate.yandex.com/)
- [x] [Tatoeba](https://tatoeba.org/)
- [x] [PALM2](https://ai.google/discover/palm2/)
- [ ] 持续增加...

## 文字识别
Expand Down
3 changes: 0 additions & 3 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@
- [x] [DeepL](https://www.deepl.com/)
- [x] [Youdao](https://ai.youdao.com/)
- [x] [Cambridge Dictionary](https://dictionary.cambridge.org/)
- [x] [MoJi Dictionary](https://www.mojidict.com/)
- [x] [Yandex](https://translate.yandex.com/)
- [x] [Tatoeba](https://tatoeba.org/)
- [x] [PALM2](https://ai.google/discover/palm2/)
- [ ] More to come...

## Text Recognize
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": "2.2.1",
"version": "2.4.0",
"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": "2.2.1"
"version": "2.4.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit a51dfc1

Please sign in to comment.