github xpipe-io/xpipe 1.5.3

latest releases: 11.3, 11.2, 11.1...
13 months ago

Changes in 1.5.3

  • Add connection timeout setting for cases in which some connections are slow to start up
  • Fix connection timeout not being properly applied for ssh config connections
  • Fix sudo elevation password not passed to ssh config connections
  • Fix sudo elevation not being possible for some commands even though it should
  • Fix terminal session sometimes not opening the correct system when using SSH jump hosts
  • Fix debug mode not launching in some cases on Linux due to script permission issues
  • Fix CLI crashing due to missing CPU features on outdated CPUs
  • Fix SSH key file not being properly validated
  • Fix integer field breaking when pasting into it
  • Fix crash with a cryptic error message when temporary directory variable was invalid
  • Fix Notepad++ not being detected when it was a 32-bit installation
  • Fix NullPointer when undoing a rename operation in file browser
  • Fix NullPointer when no editor was set in file browser
  • Fix shell connection state not being properly reset on unexpected termination
  • Fix fish error check sometimes being displayed in cmd
  • Fix file browser tab closing failing if underlying shell connection has died
  • Fix about screen on macOS

Downloads

Installers

Installers are the easiest way to get started and they come with an automatic updater functionality. They can also be used to upgrade an existing installation to a newer version. The following installers are available:

Portable

If you don't like installers, you can also use portable versions that are packaged as an archive. The following portable versions are available:

Install Script

Install XPipe by pasting the installation command into your terminal. This will perform the full setup automatically.

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" -XPipeVersion 1.5.3"
Bash Script (Linux / MacOS)

Install XPipe by pasting the installation command into your terminal. This will perform the full setup automatically.

bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -v 1.5.3

VirusTotal Analysis

Automated VirusTotal analysis of all artifacts:

Don't miss a new xpipe release

NewReleases is sending notifications on new releases.