v2026.06.08-alpha
·
350 commits
to main
since this release
- new SPICE remote desktop protocol support.
- new Panel duplicate, rename, drag image preview, and title synchronization.
- new Drag active terminal tab to adjacent tab with workspace merge.
- improve SSH keepalive changed from global request to session channel request (
keepalive@openssh.com), matching OpenSSHServerAliveIntervalbehavior; interval adjusted from 30s to 60s, max failures from 2 to 3. - improve On Windows, prefer Git Bash over WSL and fix WSL bash argument passing.
- improve Suggestion popup position fixed in multi-panel workspace; SFTP scroll behavior improved.
- bugfix Fixed terminal size not updating after SSH reconnect. New sessions default to 80×24 PTY; now forces a
SessionResizewith the current terminal dimensions when reconnected, so apps like vim/k9s display at the correct size. - bugfix Fixed
clearcommand destroying scrollback history. Replaces ED2 (clear screen) with newline scrolling + home, pushing viewport content into scrollback before clearing. - bugfix Fixed text highlighting disappearing after tab switch. Restored history now applies
highlight()based on the currenthighlightEnabledsetting. - bugfix Fixed copy-on-select overwriting clipboard when switching panels or returning from another app. Copy now only triggers when the mouse selection actually started inside the same terminal.
- bugfix Fixed dropping panel/tab onto empty tab bar area not working in certain layouts.