Skip to content

15.0-6

Compare
Choose a tag to compare
@crschnick crschnick released this 26 Jan 13:50
7c38aed

Tailscale support

You can now connect to devices in your tailnet via your locally installed tailscale commandline client. This integration supports multiple accounts as well to switch between different tailnets.

PuTTY import

You can now import saved PuTTY sessions on a system when searching for available connections. This also works for KiTTY.

Fixes

  • Fix password prompts for tunneled VM SSH connections showing wrong hostname as localhost
  • Fix some translations not updating when changing display language

Installers

Portable

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 "15.0-6"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "15.0-6"

Banner