Skip to content

Commit 229c96a

Browse files
committed
1.6.0
1 parent d1d8832 commit 229c96a

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

CHANGELOG

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
## 1.5.0 (2023-06-15)
1+
## 1.6.0 (2023-06-17)
22

33
### New feature:
44

5-
- Add Tray Click Event([`fe2337d`](https://github.com/pot-app/pot-desktop/commit/fe2337deab5ac4bb8a2295d4261cacdbb920070c)) (by @Pylogmon)
6-
- Update Tauri to 1.4.0([`5415414`](https://github.com/pot-app/pot-desktop/commit/5415414825d21f3d8ca8e09a6386771a4bac3d5b)) (by @Pylogmon)
7-
- Translate tray menu([`600f47b`](https://github.com/pot-app/pot-desktop/commit/600f47bd96d1c42aed68ee1bdd2828986a675e7b)) (by @Pylogmon)
8-
- Add auto-copy option when OCR completed([`6427b56`](https://github.com/pot-app/pot-desktop/commit/6427b56ab2f06fb61c8ef9ad342bb08d1a40f22d)) (by @Pylogmon)
9-
- Custom OpenAI Model([`d9e30ff`](https://github.com/pot-app/pot-desktop/commit/d9e30ff024f6951bef3d0b5cd4982f74b7e26ba1)) (by @Pylogmon)
10-
- Add Russian support(#235)([`1b2e0e8`](https://github.com/pot-app/pot-desktop/commit/1b2e0e8051abe889e42dbf012d271492768c6834)) (by @vanja-san)
5+
- Add cambridge dict text translator (#245)([`3fee46f`](https://github.com/pot-app/pot-desktop/commit/3fee46f8945536c166ed88d2366131ef48b2d8a7)) (by @xtyuns)
6+
- Update Traditional Chinese Translation (#242)([`941363f`](https://github.com/pot-app/pot-desktop/commit/941363f984d2bff0551023f32dbfd121b206d75f)) (by @bestpika)
7+
- Drag default interface order (#237)([`781c1c4`](https://github.com/pot-app/pot-desktop/commit/781c1c46af5474dedf9dff0c3100a461f201acfa)) (by @Layouwen)
118

129
### Bugs fixed:
1310

14-
- Fix Tray Error([`9a2f34a`](https://github.com/pot-app/pot-desktop/commit/9a2f34a3774d6795e3bea12395522d642ee0c87b)) (by @Pylogmon)
15-
- Copy once([`9c5c103`](https://github.com/pot-app/pot-desktop/commit/9c5c103a655a2ecbd58d8d6a7f97225628c61430)) (by @Pylogmon)
11+
- MacOS Update Failed([`d1d8832`](https://github.com/pot-app/pot-desktop/commit/d1d88327b713d65ecaa7f589ba17d77e224ec0ca)) (by @Pylogmon)
12+
- MacOS screenshot (#253)([`f65e678`](https://github.com/pot-app/pot-desktop/commit/f65e678cab02622146188216c482e0aa0208bda3)) (by @Layouwen)
13+
- read clipboard (#249)([`ad199d8`](https://github.com/pot-app/pot-desktop/commit/ad199d86774554ff2d9edbe6702d28f80c581d63)) (by @Pylogmon)
14+
- return value of translate function is not accepted (#244)([`1e0b702`](https://github.com/pot-app/pot-desktop/commit/1e0b702c63860ad5f971818ff4350b8812fe04af)) (by @xtyuns)

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": "1.5.0"
11+
"version": "1.6.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)