Connection notes
There is now the new option to add notes to any connection. These notes are written in markdown, and the full markdown spec is supported.
Git vault improvements
The conflict resolution has been improved
- When setting up the git vault on another system, there will no longer be an initial merge conflict that has to be handled
- In case of a merge conflict, overwriting local changes will now preserve all connections that are not added to the git vault, including local connections
- You now have the option to force push changes when a conflict occurs while XPipe is running, not requiring a restart anymore
Other
- You can now add simple RDP connections without a file
- Make file transfers more resilient. This should fix rare issues in which the remote file content was not properly written
- Fix VMware Player/Workstation not being detected on Windows. Now simply searching for connections should add these VMs automatically.
Installers
- Windows .msi Installer (x86_64)
- Linux .deb Installer (x86_64)
- Linux .rpm Installer (x86_64)
- MacOS .pkg Installer (x86_64)
- MacOS .pkg Installer (ARM 64)
Portable
- Windows .zip Portable (x86_64)
- Linux .tar.gz Portable (x86_64)
- MacOS .dmg Portable (x86_64)
- MacOS .dmg Portable (ARM 64)
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 "9.4"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "9.4"