Skip to content

15.8-1

Compare
Choose a tag to compare
@crschnick crschnick released this 19 Mar 19:27
7c38aed
  • Fix PowerShell-based shell sessions freezing after some time due to a wrong ErrorActionPreference. This issue especially broke local machine shell sessions on Windows system with PowerShell being the default shell
  • Fix VNC connections with 24-bit color depths getting rendered with switched colors
  • Fix SSH askpass failing for portable installations in a directory with non-ASCII characters due to an OpenSSH bug
  • Fix file browser download box buttons being usable and potentially misleading while a download was in progress
  • Fix startup error when process information access was blocked on Windows
  • Fix LXD unsupported flag errors frequently showing up when searching for connections
  • Fix various rendering issues with svg icons
  • Fix many chinese translations

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