Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Jun 17, 2023
1 parent d1d8832 commit 229c96a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
## 1.5.0 (2023-06-15)
## 1.6.0 (2023-06-17)

### New feature:

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

### Bugs fixed:

- Fix Tray Error([`9a2f34a`](https://github.com/pot-app/pot-desktop/commit/9a2f34a3774d6795e3bea12395522d642ee0c87b)) (by @Pylogmon)
- Copy once([`9c5c103`](https://github.com/pot-app/pot-desktop/commit/9c5c103a655a2ecbd58d8d6a7f97225628c61430)) (by @Pylogmon)
- MacOS Update Failed([`d1d8832`](https://github.com/pot-app/pot-desktop/commit/d1d88327b713d65ecaa7f589ba17d77e224ec0ca)) (by @Pylogmon)
- MacOS screenshot (#253)([`f65e678`](https://github.com/pot-app/pot-desktop/commit/f65e678cab02622146188216c482e0aa0208bda3)) (by @Layouwen)
- read clipboard (#249)([`ad199d8`](https://github.com/pot-app/pot-desktop/commit/ad199d86774554ff2d9edbe6702d28f80c581d63)) (by @Pylogmon)
- return value of translate function is not accepted (#244)([`1e0b702`](https://github.com/pot-app/pot-desktop/commit/1e0b702c63860ad5f971818ff4350b8812fe04af)) (by @xtyuns)
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": "1.5.0"
"version": "1.6.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 229c96a

Please sign in to comment.