Skip to content

Commit d442f5c

Browse files
committed
0.5.0
1 parent eab9636 commit d442f5c

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

CHANGELOG

+19-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
1-
## 0.4.5 (2023-05-29)
1+
## 0.5.0 (2023-06-01)
2+
3+
### BREAK:
4+
5+
- 本次更新有语言代码变动,手动设置一次目标语言即可正常使用。
6+
7+
### New feature:
8+
9+
- 添加应用多语言支持 (#177)([`05d5c55`](https://github.com/pot-app/pot-desktop/commit/05d5c5576f06784b82d25c885325cbe06792ffa4)) (by 派了个萌)
10+
11+
### Bugs fixed:
12+
13+
- 多屏幕窗口边界问题 (#176)([`5109b84`](https://github.com/pot-app/pot-desktop/commit/5109b843e1162d52ba4ad06e549ac6ceb4a4ef38)) (by AlphaBoom)
14+
- 修复部分情况下自动删除换行无效([`bd3bd5b`](https://github.com/pot-app/pot-desktop/commit/bd3bd5be13889e37cfe4638db68e365800d34ec6)) (by 派了个萌)
15+
16+
---
217

318
### New feature:
419

5-
- 添加腾讯交互翻译接口 (#165)([`ab68b3f`](https://github.com/pot-app/pot-desktop/commit/ab68b3f4cbb17d3ec501f16f678fb0f5f2575f75)) (by 派了个萌)
6-
- 切换 tab 时自动滚动至顶部 (#162)([`51298bc`](https://github.com/pot-app/pot-desktop/commit/51298bca0116c8a51f8e13fc94f47e34156a4c98)) (by Avan)
7-
- 支持设置翻译窗口源文本和译文的字体大小 (#161)([`2e40091`](https://github.com/pot-app/pot-desktop/commit/2e4009141fdd84446793915bd1d98bd10c870db5)) (by 派了个萌)
8-
- 添加更多语言支持 (#153)([`1d105c0`](https://github.com/pot-app/pot-desktop/commit/1d105c0b2e43be31dedcbd6d1e315edacff902cb)) (by 派了个萌)
20+
- Add multi-language support for the application. (#177)([`05d5c55`](https://github.com/pot-app/pot-desktop/commit/05d5c5576f06784b82d25c885325cbe06792ffa4)) (by 派了个萌)
921

1022
### Bugs fixed:
1123

12-
- 修复 Windows 下划词窗口无法拖动 (#163)([`845568e`](https://github.com/pot-app/pot-desktop/commit/845568ea1dd859cee57ff219f66f1ed96216b57f)) (by chronos)
13-
- 重构快捷键输入,解决设置快捷键闪退 (#166)([`814af8a`](https://github.com/pot-app/pot-desktop/commit/814af8a650164880bf44bbc09aa0de7b0babede6)) (by chronos)
24+
- Multi-screen window boundary issues (#176)([`5109b84`](https://github.com/pot-app/pot-desktop/commit/5109b843e1162d52ba4ad06e549ac6ceb4a4ef38)) (by AlphaBoom)
25+
- Fixed some cases of automatic deletion of line breaks invalid ([`bd3bd5b`](https://github.com/pot-app/pot-desktop/commit/bd3bd5be13889e37cfe4638db68e365800d34ec6)) (by 派了个萌)

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

0 commit comments

Comments
 (0)