Skip to content

9.2

Compare
Choose a tag to compare
@crschnick crschnick released this 12 May 11:18
· 64 commits to master since this release

Fixes

  • Fix custom scripts not properly applying
  • Fix closing application window while XPipe was saving not properly applying all changes
  • Fix race condition when loading file icons
  • Fix state corruption of local shell, leading to NullPointers once a shell connection had to be killed
  • Fix error handling in case powershell failed to start up
  • Fix a corrupted PATH leading to cmd or powershell not being able to be started
  • Fix headless system error message not being printed when application failed to start up
  • Fix offline licenses not properly applying
  • Fix WMClass not being properly set on Linux
  • Fix file browser files being dragged into macOS finder creating raw clipboard file
  • Fix SSH gateway not updating when choosing key file on another host
  • Fix file browser failing to connect if target system did not have id command available
  • Fix git share file button not jumping to correct settings menu

File browser improvements

The file browser has been reworked to support many new keyboard shortcuts, plus the general user experience has been improved:

  • There is now a duration estimate when transferring large files
  • Files that are right-clicked are now also included in the selection
  • The quick access menu will now shift focus properly
  • The file list can be navigated with the arrow keys. CTRL and SHIFT can be used to multiple select files
  • Any files you drag can now be explicitly moved by holding ALT
  • Renaming files will now preserve the selection
  • RIGHT will open the quick access menu tree for directories
  • CTRL+W closes the current file browser tab
  • CTRL+SHIFT+W closes all file browser tabs
  • CTRL+Q closes the window
  • CTRL+F will now properly toggle the find text field
  • CTRL+L will now focus the path location text field
  • ALT+HOME will go to the file system overview page
  • ALT+H shows the browsing history
  • ALT-UP navigates to the parent directory
  • ESCAPE clears the selection
  • SPACE shows the context menu for the selection

Git handling improvements

The git error actions have been reworked. In case any merge conflict or similar occurs, the possible actions are now handled better:

  • They are properly highlighted to distinguish them from the normal error dialog window
  • They now work for all git client localizations
  • They are less likely to cause git accidents. Any possible destructive action has to be confirmed now

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

VirusTotal Analysis

Automated VirusTotal analysis of all artifacts:

Signatures

All artifacts are signed with the following gpg key: https://xpipe.io/signatures/crschnick.gpg