Update of WindTerm v0.9

This commit is contained in:
kingToolbox 2020-01-15 04:42:25 +00:00 committed by GitHub
parent 22a06caa07
commit 31dad4f3a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# WindTerm # WindTerm
A whole new generation Telnet/SSH client. An innovative fast SSH/Telnet/Serial/Shell client.
_Hello WindTerm :rose:, hello world!_ _Hello WindTerm :rose:, hello world!_
@ -12,32 +12,28 @@ _Hello WindTerm :rose:, hello world!_
4-6 weeks. 4-6 weeks.
**Next release (for reference only):** **Next release (for reference only):**
- Fix bugs, make windterm stable enough for daily use.
- Session Manager.
- Reflow text when resized.
- Support IME. - Support IME.
- Timestamp. - Raw serial, raw tcp with hex view.
- Connection status report. - Send window.
- More UI.
- Auto login with public key
- Authentication: public-key, gssapi-with-mic
- Cmd, powershell on windows 7, wsl on windows 10
- Keep alive
**Todo list:** **Todo list:**
- Protocols: - Protocols:
- Serial
- Rlogin - Rlogin
- SSH: - SSH:
- Auto login
- Authentication: public-key, gssapi-with-mic
- X11 forwarding - X11 forwarding
- Port forwarding (Tunnel) - Port forwarding (Tunnel)
- UI: - UI:
- Session dialog
- Config dialog - Config dialog
- Terminal: - Terminal:
- Auto complete - Auto complete
- Cmd, powershell, wsl
- Linux bash - Linux bash
- MacOs bash - MacOs bash
- Session: - Session:
- Keep alive
- Proxy - Proxy
- Chat mode - Chat mode
- Log and log viewer - Log and log viewer
@ -70,12 +66,15 @@ Split views:
# Features # Features
- Telnet and SSH v2 protocols implemented. - SSH v2, Telnet, Serial, Shell protocols implemented.
- Support vt100, vt220, vt340, vt420, vt520, xterm, xterm-256-colors. - Support vt100, vt220, vt340, vt420, vt520, xterm, xterm-256-colors.
- Support color schemes like vscode. - Support color schemes like vscode.
- Support folding, outlining, split views. - Support time stamp, folding, outlining, split views.
- Support unicode, true-color, mouse protocol, etc. - Support unicode, true-color, mouse protocol, etc.
- Support auto wrap mode.
- Support SSH auto login with password.
- Support searching and previewing. - Support searching and previewing.
- Session dialog and session tree.
- Restore last sessions and layouts when restart. - Restore last sessions and layouts when restart.
- Protocols and terms can be customed. - Protocols and terms can be customed.
- All vttest tests have passed except Tektronix 4014. - All vttest tests have passed except Tektronix 4014.