Skip to content

Commit

Permalink
release: 3.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyzyykk committed Feb 1, 2025
1 parent 47a574b commit a98177d
Show file tree
Hide file tree
Showing 22 changed files with 110 additions and 86 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
>
> Preview: https://ssh.kkbpro.com/
>
> Update Time: 2025-01-10
> Update Time: 2025-02-01
>
<p align="center"><a href="https://ssh.kkbpro.com/" target="_blank" rel="noopener noreferrer"><img width="100" src="https://kkbapps.oss-cn-shanghai.aliyuncs.com/logo/terminal.png" alt="kkTerminal"></a></p>
Expand Down Expand Up @@ -59,13 +59,13 @@ docker run -d --name kkterminal -p 3000:3000 -e TITLE="kkbpro" zyyzyykk/kktermin

Visit the following website: https://ssh.kkbpro.com/

![Connect](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.5.3/en/Connect.png)
![Connect](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.5.6/en/Connect.png)

![Preference](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.5.3/en/Preference.png)
![Preference](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.5.6/en/Preference.png)

![File](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.5.3/en/File.png)
![File](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.5.6/en/File.png)

![Editor](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.5.3/en/Editor.png)
![Editor](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.5.6/en/Editor.png)

[**More Module Previews**](./doc/en_US/MODULE.md)

Expand Down Expand Up @@ -106,7 +106,13 @@ Visit the following website: https://ssh.kkbpro.com/

### 👨‍💻 Update Records

##### zyyzyykk/kkterminal:3.5.3: latest
##### zyyzyykk/kkterminal:3.5.6: latest

- Support more URL parameters
- Add editor text & image size percentage
- Optimize webpage display

##### zyyzyykk/kkterminal:3.5.3:

- Add URL parameter to customize terminal configuration
- Fix bug of multi window restart
Expand All @@ -120,12 +126,6 @@ Visit the following website: https://ssh.kkbpro.com/
- Add file mode switch
- Add file indentation selection and content copying

##### zyyzyykk/kkterminal:3.4.5:

- Add file permission editing function
- Fix folder input upload bug caused by changing dir during upload
- Optimize page display

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

### 🧬 Architecture
Expand Down

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

This file was deleted.

Large diffs are not rendered by default.

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="kkTerminal,ssh,xterm,terminal,shell,sftp,docker,web"/><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.5.3"><script defer="defer" src="/js/chunk-vendors.5be12159.js"></script><script defer="defer" src="/js/app.9f7d5c76.js"></script><link href="/css/chunk-vendors.94a43bf5.css" rel="stylesheet"><link href="/css/app.3b6f0e97.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="kkTerminal,ssh,xterm,terminal,shell,sftp,docker,web"/><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.5.6"><script defer="defer" src="/js/chunk-vendors.cbfa4133.js"></script><script defer="defer" src="/js/app.66e03c7b.js"></script><link href="/css/chunk-vendors.2544c3c4.css" rel="stylesheet"><link href="/css/app.1afbbb44.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.66e03c7b.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.9f7d5c76.js

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/en_US/MODULE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

##### TCode Help Module

![Help](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.5.3/en/Help.png)
![Help](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.5.6/en/Help.png)

##### Customized TCode Module

![TCode](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.5.3/en/TCode.png)
![TCode](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.5.6/en/TCode.png)

Loading

0 comments on commit a98177d

Please sign in to comment.