Skip to content

1.4.1

Compare
Choose a tag to compare
@crschnick crschnick released this 21 Jul 19:01
· 904 commits to master since this release

Changelog

Changes in 1.4.1

  • Fix application not starting on Windows and macOS (Sorry, for that!)
    You have to manually reinstall this version to fix the broken v1.4.0 update.

Changes in 1.4.0

  • Implement support for SSH tunnels / port forwarding.
    This includes local, remote, and dynamic tunneling.
  • Rework file browser transfer pane. Files dropped there will no longer be downloaded automatically.
    Instead, you can also use it just to quickly transfer a set of files across file system tabs.
    Only when you now click the new download button, the set of files is downloaded
    to your local machine and can be dragged into your native desktop environment as regular files.
  • Publish xpipe package to the arch user repository
  • Add support for podman containers
  • Add support for BBEdit as an editor
  • Add support for Alacritty on Windows and macOS as well
  • Add support for Kitty on macOS
  • Restyle sidebar to take up less space
  • Improve scaling of connection list display information
  • Improve askpass script retention
  • Properly apply startup mode setting
  • Fix some features not working on busybox systems due to unknown base64 --decode option
  • Fix local elevation not working on macOS with Fig installed
  • Fix commands and psql not launching when username contains spaces
  • Many other small miscellaneous fixes and improvements

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 (Experimental)
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.4.1"

Bash Script (Linux / MacOS)

Install XPipe by pasting the installation command into your terminal. This will perform the full setup automatically.

bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -v 1.4.1