WindTerm 2.4.0 Prerelease 1 #606
Replies: 6 comments 4 replies
-
This is the first prerelease of WindTerm 2.4.0 version. Thanks to everyone who cares and helps, and a special thanks to EvoWebFrance and LuxNegra for the great French translations. ❤️ Because I have some personal matters to take care of recently, the progress of development has been delayed, especially many |
Beta Was this translation helpful? Give feedback.
-
Great ! the proxycommand option is promising! ;-)) there are still a few things to fix but a basic connection works [without evaluation of windows variables nor verbose output which causes problems] The tunnel option does not work well
Could you consider providing a field to put custom ssh values like -D xxx, -NL, etc? |
Beta Was this translation helpful? Give feedback.
-
Why does window switching only support |
Beta Was this translation helpful? Give feedback.
-
If you need, please open the file { "keys": "<Alt+6>",
"script": "() => { window.activeKit.activateView(6) }"
},
{ "keys": "<Alt+7>",
"script": "() => { window.activeKit.activateView(7) }"
},
{ "keys": "<Alt+8>",
"script": "() => { window.activeKit.activateView(8) }"
},
{ "keys": "<Alt+9>",
"script": "() => { window.activeKit.activateView(9) }"
}, I currently have these keys reserved for future use in switching { "keys": "<Alt+6>",
"action": "Window.ActivateEditor" // Activate the editor kit - WindEdit
},
{ "keys": "<Alt+7>",
"action": "Window.ActivateTerminal" // Activate the terminal kit - WindTerm
},
{ "keys": "<Alt+8>",
"action": "Window.ActivateFiler"
},
{ "keys": "<Alt+9>",
"action": "Window.ActivateBrowser"
} |
Beta Was this translation helpful? Give feedback.
-
Regarding the profile directory for WindTerm 2.4.0, it seems that WindTerm does not ask for the profile location again after the profile directory is deleted. For example:
Is there a file or a registry entry to edit to change the profile location? |
Beta Was this translation helpful? Give feedback.
-
Hello! |
Beta Was this translation helpful? Give feedback.
-
Note:
WindTerm 2.4.0 changes the upgrade method to simplify subsequent upgrades or cloud synchronization. Please read the
Upgrade
to learn more.Usage:
Windows
Upgrade
Versions before Version 2.4.0
WindTerm
and select theprofiles directory
and quit..wind/profiles
folder with the oldprofiles
folder.WindTerm
and all the sessions and configuration will be restored.Versions after Version 2.4.0
WindTerm
and select theprofiles directory
containing the old.wind
folder.Home Directory
to facilitate subsequent upgrades.If the
.wind
folder needs to be moved to another system:WindTerm
..wind
folder with the old.wind
folder.WindTerm
and all the sessions and configuration will be restored.The .wind folder is cross-platform.
Known Issues:
Changes in Version 2.4.0 Prerelease 1 (2022-3-20):
Translation:
Features:
.wind
profiles folder to facilitate subsequent upgrades and cloud synchronization. [Feature request] It would be better to add export and import session functions #161 图标闪烁设置、会话保存-导入导出 #411 每次更新后,那些在老版本的会话,不能直接导入导出到新版本 #438 How can I save the configuration? #529 how to upgrade with old configs #537 如何同步2个pc之间的配置 #541 Session import and export function #601Anything Palette
andTunnels
buttons to the menu bar.Alt+1
toAlt+5
to select the first to fifth tab, andAlt+0
to select the last tab. Feature suggestions: Pin tabs #82 [Suggestion] Quick tab switch by Alt+num #86 关于会话切换的问题 #420%z - Time Zone
.tunnel
is set to 0,dynamic port allocation
is supported.Ctrl+D
to close the unconnected or disconnected session. Feature: Close the Tab page when the shell exits normally. #397 [Feature Request]Use ctrl-d to close the tab #526ProxyCommand
. Need to pass additional arguments to ssh ? #557dumb
system to support highlighting, folding, outlining andclearing the screen locally
of dumb devices.IPv6
andMAC
.Improvements:
More
button in the toolbar is modified to a menu.mnemonic characters
in strings to be translated.Bugs:
Ctrl+Shift+W
to close a tab, the confirm dialog will not pop up.Expand
button should beShrink
, notExpand
.Shell Pane
is not transparent.%v
. log file appear %v somewhere #556DataType
of aTcp
Session totext
and saving, the value is incorrectly saved asbinary
.Remote channel is closed
is reported.This discussion was created from the release WindTerm 2.4.0 Prerelease 1.
Beta Was this translation helpful? Give feedback.
All reactions