9 Commits

Author SHA1 Message Date
kingToolbox
3dc9041343 Added acknowledgement 2022-08-22 17:02:39 +08:00
kingToolbox
52b53014f9 Fix typo. 2022-07-25 06:52:23 +08:00
kingToolbox
ba078c0c7c Update features of v2.5 and roadmap of v2.6 2022-07-25 06:47:46 +08:00
kingToolbox
10304684e3 Merge pull request #917 from dnlchen/master
should be tag 2.4.0
2022-07-25 03:00:19 +08:00
Daniel Chen
13101e098b should be tag 2.4.0
please either create a tag 2.4 or fix the link.
tag 2.4.1 is also needed.
2022-07-21 10:27:43 -07:00
kingToolbox
24c96a6aa6 Add the download url of v2.5.0 Prerelease 1 2022-05-19 08:18:01 +08:00
kingToolbox
ee11e00722 Update features of v2.4 and roadmap of v2.5 2022-04-18 11:09:57 +08:00
kingToolbox
aa779b4b09 Add the download url of v2.4.0 Prerelease 1 2022-03-21 05:57:45 +08:00
kingToolbox
6c57450c56 Update features of v2.3 and roadmap of v2.4 2022-02-15 08:36:03 +08:00

View File

@@ -52,7 +52,7 @@ DigeWhite Theme:
- Supports SSH auto execution when session authenticated.
- Supports SSH ControlMaster.
- Supports SSH ProxyCommand or ProxyJump. [Intro Video](https://kingtoolbox.github.io/2021/03/11/proxycommand/)
- Supports SSH agent forwarding. [Intro Video](https://kingtoolbox.github.io/2020/08/22/ssh_agent_forwarding/)
- Supports SSH agent. [Intro Video](https://kingtoolbox.github.io/2020/08/22/ssh_agent/)
- Supports SSH auto login with password, public-key, keyboard-interactive, gssapi-with-mic. [Intro Video](https://kingtoolbox.github.io/2020/01/23/auto-login/)
- Supports X11 forwarding. [Intro Video](https://kingtoolbox.github.io/2020/07/21/x11_forwarding/)
- Supports direct/local port forwarding, reverse/remote port forwarding and dynamic port forwarding. [Intro Video](https://kingtoolbox.github.io/2020/07/21/port_forwarding/)
@@ -63,8 +63,12 @@ DigeWhite Theme:
- Supports Linux bash, zsh, powershell core and so on.
- Supports MacOS bash, zsh, powershell core and so on.
### GUI
- **Supports Windows, MacOS and Linux.**
- **Supports Multilingual User Interface.**
- Session dialog and session tree.
- Supports Unicode 13.
- Session dialog and session tree. [Intro Video](https://kingtoolbox.github.io/2020/01/22/manage-sessions/)
- **Auto Completion.** [Intro Video](https://kingtoolbox.github.io/tags/auto-completion/)
- **Free Type Mode.** [Intro Video](https://kingtoolbox.github.io/2022/04/12/free_type_mode/)
- **Focus Mode.** [Intro Video](https://kingtoolbox.github.io/2021/06/28/ui_focus_mode/)
- **Sync Input.** [Intro Video](https://kingtoolbox.github.io/2021/05/27/sync-input/)
- **Enhanced protection of the session username and password.** [Intro Video](https://kingtoolbox.github.io/2021/03/11/protection-username-password/)
@@ -103,6 +107,7 @@ DigeWhite Theme:
- Restore last sessions and layouts when restart. [Intro Video](https://kingtoolbox.github.io/2020/01/22/restore-sessions/)
- Supports opening a specific session or set of sessions on startup.
### Performance
- Dynamic memory compression, typically `20%` to `90%` of the working memory load can be reduced.
- High performance, low memory, low latency. [Intro Video](https://kingtoolbox.github.io/2020/01/23/windterm-putty-performance/)
# Sftp Performance
@@ -350,16 +355,21 @@ DIGEdit is the text component of WindTerm.
1~2 weeks
**Features of version 2.3 (Mid-Decemberfor reference only):**
- Automatic Completion
- Command Snippet [Description](https://github.com/kingToolbox/WindTerm/issues/239#issuecomment-951934488)
- Move Caret By Mouse issue [#239](https://github.com/kingToolbox/WindTerm/issues/239)
- Free Type Mode
- SSH Agent Forwaring (Postponed to a later version )
- New memory allocator and manager and garbage collector. (Postponed to a later version )
- Search in sessions. (Postponed to a later version )
# Roadmap of v2.6 (Late-August, for reference only)
- **Resolve issues as much as possible**
- Improved Filer
- Improved Transfer
- Improved Quickbar
- SSH Agent Forwaring
- New memory allocator and manager and garbage collector (Postponed to a later version )
- Command Snippet [Description](https://github.com/kingToolbox/WindTerm/issues/239#issuecomment-951934488) (Postponed to a later version )
- SSH GSSAPI Authentication (Postponed to a later version )
- SSH Agent (Postponed to a later version )
- Search in sessions (Postponed to a later version )
**Featurs of version 2.x:**
Download: [WindTerm 2.5.0](https://github.com/kingToolbox/WindTerm/releases/tag/2.5.0) (2022-7-24)
**Roadmap of version 2.x:**
- External tools
- Protocols:
- Mosh
@@ -380,3 +390,12 @@ v0.x | Basic | Basic framework and basic features, but complete a high-performan
v1.x | Manual | Perfect features and can be used by most developers in their daily work | Finished | Spring of 2020 ~ Winter of 2020
**v2.x** | **Semi automatic** | **Through triggers, macros, events, notifications and so on, developers can be assisted to complete some operations.** | **Developing** | **Spring of 2021 ~ Summer of 2022**
v3.x | Fully automatic | Through plugins, scripts, machine learning and so on, automatically operating with achieving non-attended | Planning | Summer of 2022 ~ Winter of 2023
# Acknowledgement
| | Contribution |
| ---------- | ------------- |
| [EvoWebFrance](https://github.com/EvoWebFrance) | French translation |
| [kvnklk](https://github.com/kvnklk) | German translation |
| [Lemonawa](https://github.com/Lemonawa) | Simplified Chinese translation |
| [LuxNegra](https://github.com/LuxNegra) | French translation |
| [MosamXu](https://github.com/MosamXu) | Simplified Chinese translation |