github xpipe-io/xpipe-ptb 15.2-1

latest releases: 19.0-9, 19.0-8, 19.0-7...
8 months ago
  • Add ability to launch connections from the command-line with the xpipe launch command. Assuming that the xpipe executable is in the PATH, you can run xpipe launch <connection name> to open a shell session in your existing terminal session
  • Add support for cosmic-term in the new cosmic desktop environment
  • Recognize Hetzner Storage Box systems
  • Fix terminal restart failing with a wrong secret message
  • Fix git sync test failing with no clear message when git wasn't installed
  • Fix podman container state being wrong on refresh
  • Fix some connection states not showing when first added
  • Fix vmware connections requiring setting VM encryption password that was hidden

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

Don't miss a new xpipe-ptb release

NewReleases is sending notifications on new releases.