github xpipe-io/xpipe 1.7.13

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

Changes

  • You can now add SSH connections from arbitrary OpenSSH config files under Add remote host -> SSH Config
  • The SSH config importer now supports include statements. Included files are automatically resolved and joined
  • Add experimental ability to automatically fix SSH key file permissions on Windows if OpenSSH complains
  • Rework file browser connection history overview to always update when you close a tab
  • The Linux installers now correctly report their dependencies. This was not really a problem on any
    normal desktop system, but should make it easier to run on embedded systems or in WSL2g
  • Improve performance mode speedup by removing more styling. You can enable the mode under Settings -> Appearance
  • Change layout of connection names and status to better handle very long connection names across all window sizes
  • Make any connection quickly renameable in the edit window without verifying whether we can actually connect
  • Allow for creation of multiple connections with the same name
  • Add a self test functionality on startup to handle cases where the local shell could not be initialized correctly
  • Implement fallback to bundled fonts on Linux systems that do not have fontconfig
  • There is now a repository for nixos releases at https://github.com/xpipe-io/nixpkg
  • Improve documentation for custom terminal command setting

Fixes

  • Fix some zsh shells not properly setting up the PATH
  • Fix git vault repository throwing initialization errors when shared with multiple Windows user permissions
  • Fix displayed connection summary not updating on edit
  • Fix copying and pasting a file into the same directory returning an error
  • Fix connections being accidentally listed under scripts category
    if they were added while scripts category was selected
  • Fix default terminal detection sometimes selecting iTerm even though it was not installed
  • Fix shell environments for BSD bourne shell failing with invalid -l switch
  • Fix connections to pfSense systems not working

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

VirusTotal Analysis

Automated VirusTotal analysis of all artifacts:

Don't miss a new xpipe release

NewReleases is sending notifications on new releases.