Skip to content

Releases: xpipe-io/xpipe-ptb

15.8-7

22 Mar 18:59
7c38aed
Compare
Choose a tag to compare
  • Add ability to launch custom terminal-based editors in the custom editor settings. This makes it much easier to use editors like nano or vim
  • 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 key permissions being changed to 400 even if they were already correct
  • Fix SSH askpass failing for portable installations in a directory with non-ASCII characters due to an OpenSSH bug
  • Fix random ConcurrentModificationExceptions breaking the gui layout
  • 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 SSH config connections not allowing to specify an inline identity username
  • Fix SSH config connections not applying username specified for the identity
  • Fix SSH config parse error when all connections were set to be a tsh ProxyCommand
  • Fix LXD unsupported flag errors frequently showing up when searching for connections
  • Fix various rendering issues with svg icons
  • Fix errors when pressing undo or pasting into a port integer text field
  • Fix terminal logging staying enabled after showing notice that it is not available
  • Fix connection icon selection not working with keyboard
  • Fix some directories failing to show in file browser on Windows systems
  • Fix directories failing to open in native file manager in the webtop container
  • 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-7"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "15.8-7"

15.8-6

21 Mar 14:53
7c38aed
Compare
Choose a tag to compare
  • Add ability to launch custom terminal-based editors in the custom editor settings. This makes it much easier to use editors like nano or vim
  • 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 key permissions being changed to 400 even if they were already correct
  • Fix SSH askpass failing for portable installations in a directory with non-ASCII characters due to an OpenSSH bug
  • Fix random ConcurrentModificationExceptions breaking the gui layout
  • 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 SSH config connections not allowing to specify an inline identity username
  • Fix SSH config connections not applying username specified for the identity
  • Fix SSH config parse error when all connections were set to be a tsh ProxyCommand
  • Fix LXD unsupported flag errors frequently showing up when searching for connections
  • Fix various rendering issues with svg icons
  • Fix errors when pressing undo or pasting into a port integer text field
  • Fix terminal logging staying enabled after showing notice that it is not available
  • 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-6"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "15.8-6"

15.8-5

21 Mar 09:58
7c38aed
Compare
Choose a tag to compare
  • 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 key permissions being changed to 400 even if they were already correct
  • Fix SSH askpass failing for portable installations in a directory with non-ASCII characters due to an OpenSSH bug
  • Fix random ConcurrentModificationExceptions breaking the gui layout
  • 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 SSH config connections not allowing to specify an inline identity username
  • Fix SSH config connections not applying username specified for the identity
  • Fix SSH config parse error when all connections were set to be a tsh ProxyCommand
  • Fix LXD unsupported flag errors frequently showing up when searching for connections
  • Fix various rendering issues with svg icons
  • Fix errors when pressing undo or pasting into a port integer text field
  • Fix terminal logging staying enabled after showing notice that it is not available
  • 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-5"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "15.8-5"

15.8-4

20 Mar 20:15
7c38aed
Compare
Choose a tag to compare
  • 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 random ConcurrentModificationExceptions breaking the gui layout
  • 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 SSH config connections not allowing to specify an inline identity username
  • Fix SSH config connections not applying username specified for the identity
  • Fix SSH config parse error when all connections were set to be a tsh ProxyCommand
  • Fix LXD unsupported flag errors frequently showing up when searching for connections
  • Fix various rendering issues with svg icons
  • Fix errors when pressing undo or pasting into a port integer text field
  • Fix terminal logging staying enabled after showing notice that it is not available
  • 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-4"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "15.8-4"

15.8-3

20 Mar 10:40
7c38aed
Compare
Choose a tag to compare
  • 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 random ConcurrentModificationExceptions breaking the gui layout
  • 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 SSH config connections not allowing to specify an inline identity username
  • Fix SSH config connections not applying username specified for the identity
  • Fix SSH config parse error when all connections were set to be a tsh ProxyCommand
  • Fix LXD unsupported flag errors frequently showing up when searching for connections
  • Fix various rendering issues with svg icons
  • Fix errors when pressing undo or pasting into a port integer text field
  • Fix terminal logging staying enabled after showing notice that it is not available
  • 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-3"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "15.8-3"

15.8-2

20 Mar 09:53
7c38aed
Compare
Choose a tag to compare
  • 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 random ConcurrentModificationExceptions breaking the gui layout
  • 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 SSH config connections not allowing to specify an inline identity username
  • Fix SSH config connections not applying username specified for the identity
  • 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-2"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "15.8-2"

15.8-1

19 Mar 19:27
7c38aed
Compare
Choose a tag to compare
  • 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"

15.7-3

18 Mar 07:52
7c38aed
Compare
Choose a tag to compare
  • Add support for Warp on Windows and Linux
  • Fix right part of file browser becoming blocked after a split tab is merged again
  • Fix tailscale refresh operations failing with an out-of-bounds error in some cases
  • Fix vmware .vmx failing to load if they had an unknown encoding
  • Fix some 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.7-3"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "15.7-3"

15.7-2

17 Mar 19:50
7c38aed
Compare
Choose a tag to compare
  • Add support for Warp on Windows and Linux
  • Fix right part of file browser becoming blocked after a split tab is merged again
  • Fix tailscale refresh operations failing with an out-of-bounds error in some cases
  • Fix vmware .vmx failing to load if they had an unknown encoding
  • Fix some 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.7-2"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "15.7-2"

15.7-1

17 Mar 18:56
7c38aed
Compare
Choose a tag to compare
  • Add support for Warp on Windows and Linux
  • Fix vmware .vmx failing to load if they had an unknown encoding
  • Fix tailscale refresh operations failing with an out-of-bounds error in some cases
  • Fix some 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.7-1"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "15.7-1"