github xpipe-io/xpipe-ptb 1.7.16

latest releases: 19.0-9, 19.0-8, 19.0-7...
22 months ago

Changes

Fixes

  • Fix actions that shut down XPipe, e.g. automatic updates and debug mode,
    not correctly executing if it exited too fast
  • Fix error about nonexistent logs directory on first startup
  • Fix possible NullPointers when checking whether current SSH session has died

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

Don't miss a new xpipe-ptb release

NewReleases is sending notifications on new releases.