You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add block selection (Shift+click) and column selection (Alt+Shift+click) feature
Add user-defined cursor color setting
Add tooltip for optional items in settings
Add advanced options to set the default startup shell for local terminal (default to $SHELL on Linux/MacOS, and default to the system built-in powershell on Windows, this function is only used to adjust the PowerShell version on Windows, not to start other shells, other shells please use LocalShell session to set specific commands)
Fix the crash problem caused by modifying the configuration of the currently running session
Fix the problem of incorrect pop-up position of the context menu in the case of multiple screens
Modify to switch to the tab when right-clicking on a non-current tab
Fix the cursor alignment error in the local shell on the windows msvc version, need to disable resizeQuirk #39
Fix the invalid problem of confirming multiple lines of text paste, and allow users to set enable/disable by themselves
Fix the problem of automatically trimming empty lines in the pasted content of text, and allow users to set enable/disable by themselves
Fix the unstable SSH initialization terminal size problem #40
Fix the probability crash problem after the SSH remote actively ends
Fix font display abnormalities when restoring font settings to built-in fonts
Fix the abnormal window position problem caused by window movement/resize operations on Linux with multiple screens