Skip to content

Commit

Permalink
release: 3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyzyykk committed Nov 20, 2024
1 parent aae849a commit acdb7e4
Show file tree
Hide file tree
Showing 17 changed files with 70 additions and 56 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
>
> Preview: https://ssh.kkbpro.com/ (For domestic servers) or https://ssh.kkbapps.com/ (For foreign servers)
>
> Update Time: 2024-11-04
> Update Time: 2024-11-20
>
<p align="center"><a href="https://ssh.kkbpro.com/" target="_blank" rel="noopener noreferrer"><img width="100" src="http://img.kkbapps.com/logo/terminal.png" alt="kkTerminal"></a></p>
Expand Down Expand Up @@ -72,7 +72,7 @@ Visit the following website:

![Preference](http://img.kkbapps.com/terminal/Preference-3.3.3.png)

![File](http://img.kkbapps.com/terminal/File-3.3.3.png)
![File](http://img.kkbapps.com/terminal/File-3.3.7.png)

![Editor](http://img.kkbapps.com/terminal/Editor-3.3.3.png)

Expand All @@ -99,15 +99,22 @@ Visit the following website:

8.Support file management, open the File Management Module to view, decompress, upload and download files/folders

9.Support shortcut key operations such as multiple/all file selection, copy and paste and cut
9.Support shortcut key operations such as multiple/all file selection, copy and paste, cut, selection switch, open

10.Support file browsing and editing, modify the file and save it to a remote server using `ctrl+s`

11.Support [TCode (Terminal Code)](./doc/en_US/TCODE.md),which can achieve automated Workflow similar to Shell scripts through Customized TCode

### 👨‍💻 Update Records

##### zyyzyykk/kkterminal:3.3.3: latest
##### zyyzyykk/kkterminal:3.3.7: latest

- Adaptive remote server encoding format
- Expand highlighting file types
- Add file item keyboard selection switch and open
- Optimization of hidden file icon style

##### zyyzyykk/kkterminal:3.3.3:

- Add compressed file decompression function
- Fixed the bug of file loss caused by folder drag upload
Expand All @@ -120,13 +127,6 @@ Visit the following website:
- Fixed bug where canceling folder downloads caused disconnection
- Optimize page display and code logic, optimize packaging volume

##### zyyzyykk/kkterminal:3.2.6:

- Fix bugs related to special character operations in files
- Optimize file upload and download
- File Attribute Module: Folder addition includes attributes, file size attributes, and real-time refresh
- Optimize display logic and standardize coding

[**History Update Records**](./doc/en_US/UPDATE.md)

### 🧬 Architecture
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public void onOpen(Session sessionSocket, @PathParam("env") String env) throws I
String locale = IOUtils.readFully(command.getInputStream()).toString();
command.join();
serverCharset = Charset.forName(CharsetEnum.getByLinuxCharset(locale).getJavaCharset());
sshClient.setRemoteCharset(serverCharset);
}

// 开启交互终端
Expand Down

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

This file was deleted.

2 changes: 1 addition & 1 deletion backend/terminal/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="keywords" content="xterm,xterm.js,terminal,web,ssh,kkTerminal,shell,docker"/><meta name="description" content="kkTerminal,一个web终端实现ssh远程连接服务器"/><link rel="icon" href="/favicon.ico"><title>kk Terminal</title><script defer="defer" src="/js/chunk-vendors.539e2da2.js"></script><script defer="defer" src="/js/app.90584e01.js"></script><link href="/css/chunk-vendors.94a43bf5.css" rel="stylesheet"><link href="/css/app.75c80031.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but kk Terminal doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="keywords" content="xterm,xterm.js,terminal,web,ssh,kkTerminal,shell,docker"/><meta name="description" content="kkTerminal, a terminal for Web SSH connection"/><link rel="icon" href="/favicon.ico"><title>kk Terminal</title><meta name="version" content="3.3.7"><script defer="defer" src="/js/chunk-vendors.31db6c97.js"></script><script defer="defer" src="/js/app.1eb63b54.js"></script><link href="/css/chunk-vendors.94a43bf5.css" rel="stylesheet"><link href="/css/app.1c0ba195.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but kk Terminal doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
2 changes: 2 additions & 0 deletions backend/terminal/src/main/resources/static/js/app.1eb63b54.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions backend/terminal/src/main/resources/static/js/app.90584e01.js

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions doc/en_US/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
>
> Preview: https://ssh.kkbpro.com/ (For domestic servers) or https://ssh.kkbapps.com/ (For foreign servers)
>
> Update Time: 2024-11-04
> Update Time: 2024-11-20
>
<p align="center"><a href="https://ssh.kkbpro.com/" target="_blank" rel="noopener noreferrer"><img width="100" src="http://img.kkbapps.com/logo/terminal.png" alt="kkTerminal"></a></p>
Expand Down Expand Up @@ -72,7 +72,7 @@ Visit the following website:

![Preference](http://img.kkbapps.com/terminal/Preference-3.3.3.png)

![File](http://img.kkbapps.com/terminal/File-3.3.3.png)
![File](http://img.kkbapps.com/terminal/File-3.3.7.png)

![Editor](http://img.kkbapps.com/terminal/Editor-3.3.3.png)

Expand All @@ -99,15 +99,22 @@ Visit the following website:

8.Support file management, open the File Management Module to view, decompress, upload and download files/folders

9.Support shortcut key operations such as multiple/all file selection, copy and paste and cut
9.Support shortcut key operations such as multiple/all file selection, copy and paste, cut, selection switch, open

10.Support file browsing and editing, modify the file and save it to a remote server using `ctrl+s`

11.Support [TCode (Terminal Code)](./TCODE.md),which can achieve automated Workflow similar to Shell scripts through Customized TCode

### 👨‍💻 Update Records

##### zyyzyykk/kkterminal:3.3.3: latest
##### zyyzyykk/kkterminal:3.3.7: latest

- Adaptive remote server encoding format
- Expand highlighting file types
- Add file item keyboard selection switch and open
- Optimization of hidden file icon style

##### zyyzyykk/kkterminal:3.3.3:

- Add compressed file decompression function
- Fixed the bug of file loss caused by folder drag upload
Expand All @@ -120,13 +127,6 @@ Visit the following website:
- Fixed bug where canceling folder downloads caused disconnection
- Optimize page display and code logic, optimize packaging volume

##### zyyzyykk/kkterminal:3.2.6:

- Fix bugs related to special character operations in files
- Optimize file upload and download
- File Attribute Module: Folder addition includes attributes, file size attributes, and real-time refresh
- Optimize display logic and standardize coding

[**History Update Records**](./UPDATE.md)

### 🧬 Architecture
Expand Down
7 changes: 7 additions & 0 deletions doc/en_US/UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### 👨‍💻 History Update Records

##### zyyzyykk/kkterminal:3.2.6:

- Fix bugs related to special character operations in files
- Optimize file upload and download
- File Attribute Module: Folder addition includes attributes, file size attributes, and real-time refresh
- Optimize display logic and standardize coding

##### zyyzyykk/kkterminal:3.2.2:

- TCode supports Get/Set to Session/Local Level variables
Expand Down
Loading

0 comments on commit acdb7e4

Please sign in to comment.