Skip to content

Commit

Permalink
2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Dec 1, 2023
1 parent e12f9c4 commit d19bc76
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 16 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
## 2.7.0 (2023-11-16)
## 2.7.1 (2023-11-30)

### New feature:

- Add App Font Config Option([`83fb07f`](https://github.com/pot-app/pot-desktop/commit/83fb07f095c17dc6fa57650db90b2fea11c5be5b)) (by @Pylogmon)
- Add Fallback Font Config Option([`bf62846`](https://github.com/pot-app/pot-desktop/commit/bf628469b5a210978e4fd838f9e469efb677b660)) (by @Pylogmon)
- Add App Font Size Config Option([`7d4b3d4`](https://github.com/pot-app/pot-desktop/commit/7d4b3d4558a92cf95a76ec267a1cc9b3a19880de)) (by @Pylogmon)
- Support more Model for OpenAI([`2a12796`](https://github.com/pot-app/pot-desktop/commit/2a12796644fe79ca14943d3438381473f17b9224)) (by @Pylogmon)
- Update Model for ChatGLM([`e9667b1`](https://github.com/pot-app/pot-desktop/commit/e9667b17954f14e541412957acd5cf2bf7fa6adb)) (by @Pylogmon)
- Add Delete Space Button on OCR Window([`fae19cd`](https://github.com/pot-app/pot-desktop/commit/fae19cde4186bdda5ac57a85f1c33d68c985b5df)) (by @Pylogmon)
- Add Fix WebView Runtime Bundle([`0eb1c61`](https://github.com/pot-app/pot-desktop/commit/0eb1c614d733ba79466909eb90a794eb9b9014b3)) (by @Pylogmon)
- Add Pronunciation Symbol and Voice to Anki Card([`35b02ae`](https://github.com/pot-app/pot-desktop/commit/35b02ae88f654729f11cf3f5767befa57dfa1755)) (by @@lihz1990)

### Bugs fixed:

- Fix some crash issue([`3d51fa2`](https://github.com/pot-app/pot-desktop/commit/3d51fa2ef9c1b0a70afcac56a3884e0e86b0c7f3)) (by @Pylogmon)
- TranSmart Word Segmentation Errors([`007b09d`](https://github.com/pot-app/pot-desktop/commit/007b09dca97c796004669f6ef0ae39eb33066e5e)) (by @Pylogmon)
- Improve WebDav Backup Error Message([niuhuan/reqwest_dav/#6](https://github.com/niuhuan/reqwest_dav/pull/6)) (by @Pylogmon)
4 changes: 2 additions & 2 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ base64 = "0.21.2"
arboard = "3.2.0"
libloader = "0.1.4"
libloading = "0.8.0"
lingua = { version = "1.5.0", default-features = false,features = ["chinese", "japanese", "english", "korean", "french", "spanish", "german", "russian", "italian", "portuguese", "turkish", "arabic", "vietnamese", "thai", "indonesian", "malay", "hindi", "mongolian", "persian", "nynorsk", "bokmal"] }
reqwest_dav = "0.1.4"
lingua = { version = "1.5.0", default-features = false, features = ["chinese", "japanese", "english", "korean", "french", "spanish", "german", "russian", "italian", "portuguese", "turkish", "arabic", "vietnamese", "thai", "indonesian", "malay", "hindi", "mongolian", "persian", "nynorsk", "bokmal"] }
reqwest_dav = "0.1.5"
zip = "0.6.6"
walkdir = "2.3.3"
thiserror = "1.0.47"
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.0"
"version": "2.7.1"
},
"tauri": {
"allowlist": {
Expand Down
4 changes: 3 additions & 1 deletion src-tauri/webview.arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"updater": {
"active": true,
"dialog": false,
"endpoints": ["https://github.com/pot-app/pot-desktop/releases/download/updater/update-fix-runtime.json"],
"endpoints": [
"https://gh.pylogmon.com/https://github.com/pot-app/pot-desktop/releases/download/updater/update-fix-runtime.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDVBRTQxQTNDQjM5QzQzM0EKUldRNlE1eXpQQnJrV21mM1Bram5LRlF6UDA3K0Jab2FYL2lZSWhXTE5McWs2NUdJS0dtYkd5VGMK"
}
}
Expand Down
4 changes: 3 additions & 1 deletion src-tauri/webview.x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"updater": {
"active": true,
"dialog": false,
"endpoints": ["https://github.com/pot-app/pot-desktop/releases/download/updater/update-fix-runtime.json"],
"endpoints": [
"https://gh.pylogmon.com/https://github.com/pot-app/pot-desktop/releases/download/updater/update-fix-runtime.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDVBRTQxQTNDQjM5QzQzM0EKUldRNlE1eXpQQnJrV21mM1Bram5LRlF6UDA3K0Jab2FYL2lZSWhXTE5McWs2NUdJS0dtYkd5VGMK"
}
}
Expand Down
4 changes: 3 additions & 1 deletion src-tauri/webview.x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"updater": {
"active": true,
"dialog": false,
"endpoints": ["https://github.com/pot-app/pot-desktop/releases/download/updater/update-fix-runtime.json"],
"endpoints": [
"https://gh.pylogmon.com/https://github.com/pot-app/pot-desktop/releases/download/updater/update-fix-runtime.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDVBRTQxQTNDQjM5QzQzM0EKUldRNlE1eXpQQnJrV21mM1Bram5LRlF6UDA3K0Jab2FYL2lZSWhXTE5McWs2NUdJS0dtYkd5VGMK"
}
}
Expand Down

0 comments on commit d19bc76

Please sign in to comment.