Skip to content

WindTerm 1.9

Compare
Choose a tag to compare
@kingToolbox kingToolbox released this 21 Dec 07:39
· 21 commits to master since this release
771034b

Usage:

Windows

Please install vc_redist.x86 if WindTerm failed to run.
Please use WindTerm_Win10_Conpty.exe to support Windows 10 shell. (Windows 19H1 [v10.0.18309] and later)

Linux

Please use:

tar -xzvf WindTerm_1.9_Linux_Portable.tar.gz && cd ./WindTerm_1.9 && chmod +x ./WindTerm && ./WindTerm

to run the WindTerm after downloading.

Warning:

This Linux version does not yet support x11 forwarding. Please use "ssh -X host" in Shell instead.

Upgrade

Copy or move the "profiles" folder from the old Windows/Linux version to the new Windows/Linux version and all the sessions and configuration will be restored.

Features:

  • [Linux] Supports Linux and Linux shells, e.g. bash, tch and zsh. #24
  • [Linux] Automatically detect and add openssh, shell, putty, powershell core sessions. #24
  • [GUI] Hide mouse cursor while typing.
  • [GUI] Change the group input box into a group drop-down box in the session dialog to facilitate the selection of an existing group.
  • [GUI] Supports renaming session group through the right-click menu item "Property" in the session pane.
  • [SHELL] Supports setting custom process environment variables in the session dialog.

Improvements:

  • [APP] The line state memory usage has been reduced by about 70%. (e.g. "seq 1 10000000" requires 56MB memory overhead in v1.8, while only requires 16.4MB in v1.9.)
  • [APP] The text processing performance has increased by 2% to 5%.
  • [GUI] Adjust the dige-black, dige-white and dige-black-and-white color themes for better display.
  • [FILER] Filer only loads the remote/local file system when it is visible, which can sometimes increase the speed of session operations.

Bug Fixes:

  • [APP] The application may crash when printing millions of lines of text.
  • [GUI] The application became sluggish after folding millions of lines of text.

Bug Fixes in Version 1.9.1 (2020-12-23):

  • [FILER] Files opened from the SFTP cannot be automatically uploaded after modification.
  • [GUI] The wider tab prevents the tab bar from displaying more tabs.

Bug Fixes in Version 1.9.2 (2020-12-25):

  • [SSH] Crash while connecting to the RouterOS. #32
  • [SSH] Unable to use user "admin" and authentication "AuthNone" to automatically log in to the server. #32
  • [SCHEME] RouterOS does not have an adapted scheme to use internal functions such as folding, outlining. #32
  • [TERM] Cannot use shortcut key "Ctrl+O" in nano and midnight commander. #37
  • [TERM] Cannot use alt series shortcut keys in nano and midnight commander, such as "Alt+C". #37
  • [GUI] The session group "Shell sessions" will be imported repeatedly after startup and cannot be deleted. #38
  • [GUI] The vim status bar occasionally wraps unnecessarily when using powerline font.
  • [GUI] When switching to the unwrap mode, all lines are not re-layout immediately.
  • [APP] When the system encoding is not UTF8, the ssh known_host file will be written into a garbled folder if the WindTerm path contains non-ascii characters.