Skip to content

Commit

Permalink
2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Dec 22, 2023
1 parent 4b0d692 commit d5117e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 2.7.2 (2023-12-14)
## 2.7.3 (2023-12-22)

### New feature:

- Support More Languages([`faf3794`](https://github.com/pot-app/pot-desktop/commit/faf3794c9aa5ccd84e8f6f91825d14b2d54ce31e)) (by Pylogmon)
- Support Gemini Pro([`4a0d254`](https://github.com/pot-app/pot-desktop/commit/4a0d2549907888f59cd4f9f2de270b150ef1847e)) (by @Pylogmon)

### Bugs fixed:

- Detect Language before Speak([`4b0d692`](https://github.com/pot-app/pot-desktop/commit/4b0d692e37726d514c4c19f12ae45e95828c18a7)) (by @Pylogmon)
- Remove Safety Block([`bda4d8a`](https://github.com/pot-app/pot-desktop/commit/bda4d8af59082d2851c02987d899b172cee7afec)) (by @Pylogmon)
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.7.2",
"version": "2.7.3",
"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.7.2"
"version": "2.7.3"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit d5117e5

Please sign in to comment.