1.6.0-8
Changes in 1.6.0
- Implement new category tree organization functionality for connections
- Rework connection chooser in popup window and in file browser
- Rework user interface
- Add support for sharing your storage via a remote git repository
- Add support for a transparent window mode
- Improve command process synchronization to try to fix rare race conditions and deadlocks
- Dynamically check whether kubectl requires elevation to fix permission issues, for example when using rancher k3s
- Add attach and logs context menu actions for docker containers
- Add support for VSCode Insiders
- Add support for ElementaryOS terminal
- Add support ash shells
- Improve error handler to also show a graphical window before the application window is opened
- Make shell environment init script applied changes to the shell session by sourcing it
- Improve resilience of storage loading and saving in case of IO errors
- Improve browser tab naming and sizing
- Automatically apply native clipboard changes to browser
- Preserve clipboard contents after exit
- Add support to open ssh: URLs
- Add functionality to open ssh connections in Termius
- Add functionality to open ssh connections in default SFTP client
- Add functionality to create desktop shortcuts and URLs for certain actions within XPipe
- Rework installer packages
- Properly query desktop directory on Windows and Linux in case it was at non-standard locations
- Check whether target exists when renaming or moving in file browser
- Fix ssh config entry being added even if it was empty
- Fix passcode PAM authentication caching responses
- Many other small miscellaneous fixes and improvements
Installers
- Windows .msi Installer (x86_64)
- Linux .deb Installer (x86_64)
- Linux .rpm Installer (x86_64)
- MacOS .pkg Installer (x86_64)
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 "unspecified"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "unspecified"