Skip to content

Commit 5a394e4

Browse files
committed
Allow editing the text to be pasted when confirming multiple lines of paste
Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn>
1 parent 86de80a commit 5a394e4

33 files changed

+281507
-6012
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ en-US:
99
- Add status bar log information, SSH ciphers information
1010
- Add emphasized color border to the activated session in split screen mode
1111
- Add custom color feature to the highlight
12+
- Allow editing the text to be pasted when confirming multiple lines of paste
1213
- Fix the issue that clicking the new tab button in split screen mode may not create the session correctly or be located under the wrong tab group
1314
- Fix the issue that the SSH connection cannot be reconnected by tapping the Enter key in some cases
1415

@@ -19,6 +20,7 @@ zh-CN:
1920
- 增加状态栏日志信息,SSH加密算法信息
2021
- 分屏模式下激活的会话增加强调色边框
2122
- 高亮功能增加自定义颜色功能
23+
- 多行粘贴确认时允许编辑待粘贴文本
2224
- 修复分屏模式下某些情况点击新标签按钮会话未正确创建或位于错误的标签页组下
2325
- 修复ssh连接部分情况下无法通过敲击回车键发起重连的问题
2426

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Add status bar log information, SSH ciphers information
1010
- Add emphasized color border to the activated session in split screen mode
1111
- Add custom color feature to the highlight
12+
- Allow editing the text to be pasted when confirming multiple lines of paste
1213
- Fix the issue that clicking the new tab button in split screen mode may not create the session correctly or be located under the wrong tab group
1314
- Fix the issue that the SSH connection cannot be reconnected by tapping the Enter key in some cases
1415

lang/quardCRT_ar_SA.ts

Lines changed: 589 additions & 499 deletions
Large diffs are not rendered by default.

lang/quardCRT_cs_CZ.ts

Lines changed: 589 additions & 499 deletions
Large diffs are not rendered by default.

lang/quardCRT_de_DE.ts

Lines changed: 589 additions & 499 deletions
Large diffs are not rendered by default.

lang/quardCRT_en_US.ts

Lines changed: 589 additions & 499 deletions
Large diffs are not rendered by default.

lang/quardCRT_es_ES.ts

Lines changed: 589 additions & 499 deletions
Large diffs are not rendered by default.

lang/quardCRT_fr_FR.ts

Lines changed: 589 additions & 499 deletions
Large diffs are not rendered by default.

lang/quardCRT_ja_JP.ts

Lines changed: 589 additions & 499 deletions
Large diffs are not rendered by default.

lang/quardCRT_ko_KR.ts

Lines changed: 589 additions & 499 deletions
Large diffs are not rendered by default.

lang/quardCRT_pt_BR.ts

Lines changed: 589 additions & 499 deletions
Large diffs are not rendered by default.

lang/quardCRT_ru_RU.ts

Lines changed: 589 additions & 499 deletions
Large diffs are not rendered by default.

lang/quardCRT_zh_CN.ts

Lines changed: 589 additions & 499 deletions
Large diffs are not rendered by default.

lang/quardCRT_zh_HK.ts

Lines changed: 589 additions & 499 deletions
Large diffs are not rendered by default.

lib/qrcodegen/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 Alex Spataru
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)