- Fix kubectl container shells failing to launch when a non-default context or namespace was used
- Fix kitty terminal failing to launch on macOS when another instance was already open before
- Fix Proxmox PBS systems being detected as PVE systems
- Fix invalid %ComSpec% variable causing startup errors
- Fix VNC mouse scroll being broken
- Fix custom SSH connections not working when a Host header was explicitly specified
- Fix setting for double clicks for launching connections also applying to the context menu buttons
- Improve GitHub sync password prompt to clarify that a personal access token should be entered instead of the password
- Disable category expand buttons when there are no child categories to make it less confusing
- Improve mouse click handling on macOS. If the window did not have focus before, the first mouse click on it will now not do anything
- Update french translations (Thanks @Quezaquo)
Installers
- Windows .msi Installer (x86_64)
- Linux .deb Installer (x86_64)
- Linux .rpm Installer (x86_64)
- MacOS .pkg Installer (x86_64)
- MacOS .pkg Installer (ARM 64)
Portable
- Windows .zip Portable (x86_64)
- Linux .tar.gz Portable (x86_64)
- Linux AppImage Portable (x86_64)
- MacOS .dmg Portable (x86_64)
- MacOS .dmg Portable (ARM 64)
Install Script
Windows
powershell -ExecutionPolicy Bypass -Command iwr "https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.ps1" -OutFile "$env:TEMP\get-xpipe.ps1" ";" "&" "$env:TEMP\get-xpipe.ps1" -UseStageDownloads -XPipeVersion "13.4.4-3"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "13.4.4-3"
