Skip to content

Commit

Permalink
release: 3.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyzyykk committed Jan 4, 2025
1 parent b531555 commit 3f26af1
Show file tree
Hide file tree
Showing 20 changed files with 105 additions and 89 deletions.
36 changes: 17 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
>
> Docker Hub Address: https://hub.docker.com/repository/docker/zyyzyykk/kkterminal/general
>
> Preview: http://ssh.kkbpro.com/ (For domestic servers) or http://ssh.kkbapps.com/ (For foreign servers)
> Preview: https://ssh.kkbpro.com/
>
> Update Time: 2024-12-24
> Update Time: 2025-01-04
>
<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>
<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>

<p align="center">
<a href="https://hub.docker.com/repository/docker/zyyzyykk/kkterminal/general"><img src="https://img.shields.io/docker/pulls/zyyzyykk/kkterminal?logo=docker" alt="Docker Image"></a>
Expand All @@ -30,7 +30,7 @@
Using the `iframe` tag in HTML web pages to quick integration:

```html
<iframe src="http://ssh.kkbpro.com/" height="400px" width="600px" ></iframe>
<iframe src="https://ssh.kkbpro.com/" height="400px" width="600px" ></iframe>
```

### 🐳 Deploy with Docker
Expand Down Expand Up @@ -63,18 +63,15 @@ docker run -d --name kkterminal -p 3000:3000 -e TITLE="kkbpro" zyyzyykk/kktermin

### 🛸 Preview

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

- 🌐 For domestic servers: http://ssh.kkbpro.com/
- 🌍 For foreign servers: http://ssh.kkbapps.com/
![Connect](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.4.9/en/Connect.png)

![Connect](http://img.kkbapps.com/terminal/Connect-en-3.4.2.png)
![Preference](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.4.9/en/Preference.png)

![Preference](http://img.kkbapps.com/terminal/Preference-en-3.4.2.png)
![File](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.4.9/en/File.png)

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

![Editor](http://img.kkbapps.com/terminal/Editor-en-3.4.2.png)
![Editor](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.4.9/en/Editor.png)

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

Expand Down Expand Up @@ -111,7 +108,14 @@ Visit the following website:

### 👨‍💻 Update Records

##### zyyzyykk/kkterminal:3.4.5: latest
##### zyyzyykk/kkterminal:3.4.9: latest

- Add private key login method
- Add automatic judging and save switch for file encoding
- 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
Expand All @@ -122,12 +126,6 @@ Visit the following website:
- Implement internationalization and support language switching between Chinese and English
- Refactored some logic of code

##### zyyzyykk/kkterminal:3.4.0:

- Add SSH Option and custom TCode deletion function
- Fixed folder pasting failure bug in File Module
- Optimized network resources and page display

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

### 🧬 Architecture
Expand Down
2 changes: 1 addition & 1 deletion backend/terminal/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ spring.servlet.multipart.max-file-size=20MB
spring.servlet.multipart.max-request-size=100MB

# PC端启用窗口
kk.pc.window=false
kk.pc.window=true

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="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.4.5"><script defer="defer" src="/js/chunk-vendors.9bc949c6.js"></script><script defer="defer" src="/js/app.7bb26992.js"></script><link href="/css/chunk-vendors.94a43bf5.css" rel="stylesheet"><link href="/css/app.797756a5.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.4.9"><script defer="defer" src="/js/chunk-vendors.94c2ee9a.js"></script><script defer="defer" src="/js/app.be29e966.js"></script><link href="/css/chunk-vendors.94a43bf5.css" rel="stylesheet"><link href="/css/app.0004a2dd.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: 0 additions & 2 deletions backend/terminal/src/main/resources/static/js/app.7bb26992.js

This file was deleted.

This file was deleted.

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

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](http://img.kkbapps.com/terminal/Help-en-3.4.2.png)
![Help](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.4.9/en/Help.png)

##### Customized TCode Module

![TCode](http://img.kkbapps.com/terminal/TCode-en-3.4.2.png)
![TCode](https://kkbapps.oss-cn-shanghai.aliyuncs.com/terminal/3.4.9/en/TCode.png)

Loading

0 comments on commit 3f26af1

Please sign in to comment.