Skip to content

1.6.0-6

Compare
Choose a tag to compare
@crschnick crschnick released this 14 Sep 18:18
· 2 commits to master since this release
759de8c

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
  • Improve error handler to also show a graphical window before the application window is opened
  • 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
  • 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

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