github xpipe-io/xpipe 8.4

latest releases: 9.3, 9.2, 9.1...
2 months ago

Sudo password improvements

This update will restore the old behavior of sudo passwords being automatically sourced from connection details when possible, e.g. an SSH login password or a set WSL password.
This behavior can also be combined with the option to always confirm elevation access in the security settings if you don't want XPipe to automatically fill in your sudo password.

Other changes

  • Add support for PowerShell on Linux and macOS
  • Fix file browser being able to enter invalid state when the underlying connection dies, throwing a lot of errors for every action
  • Fix license check not properly updating dates and immediately throwing errors once the license validation failed. It now properly honours the offline grace period
  • Fix children connection not showing after refresh when another category was selected
  • Fix passwords not being properly cached when multiple prompts were required to log in
  • Fix askpass dialog frequently taking focus away from other applications while open
  • Fix rare git lock file issues
  • Fix terminal launch errors not showing
  • Fix errors when deleting parent connection while editing child
  • Fix trailing spaces in file name fields causing errors
  • Improve custom SSH connection description

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

VirusTotal Analysis

Automated VirusTotal analysis of all artifacts:

Don't miss a new xpipe release

NewReleases is sending notifications on new releases.