Skip to content

8.1

Compare
Choose a tag to compare
@crschnick crschnick released this 04 Mar 19:12
· 349 commits to master since this release

Windows updater issues

The last few versions of XPipe from 1.7.16 to 8.0.1 all had a self-updater on Windows that was not working properly. This was caused by a newly introduced JDK bug. This is now fixed from 8.1 onwards.

To upgrade to 8.1+, you have to do it manually by downloading and installing it from https://github.com/xpipe-io/xpipe/releases. There shouldn't be any more problems with 8.1+ after that.

Git Vault Versioning

When upgrading XPipe versions across many systems, one problem could have been the git vault format being updated on one system and being pulled on another a system that is running an older version. This could have led to data corruption. From now on, there will be a warning shown when the versions do not match up. From there you can choose to temporarily disable the git vault during a session until you upgrade to the matching version on that system as well.

This check however only works from 8.1 onwards. Older git vaults do not contain version information. So if this happens to you while updating from a previous version, e.g. 1.7.16, you should be able to reset the git repository to a previous ref.

Filtering for hosts

You can now search for IPs and hostnames in addition to the connection names to filter your connection list. The connection display when a filter is active has also been improved.

File browser transfer fixes

There was a regression in transfer speed in 8.0 causing transfers of large files being very slow. This is now fixed.

Open directories in WSL

There is now a new action available in the file browser for directories on Windows systems that allows you to open that directory in a WSL session. This makes it easier to quickly use Linux tools in a certain directory you're currently in when on Windows.

Other changes

  • Fix fallback shell action throwing some errors initially
  • Properly set TERM variable for powershell environments
  • Improve styling in some areas
  • Better validate invalid settings values on startup
  • Fix concurrency issues when querying multiple secrets at the same time
  • Fix red validation markers appearing in front of other UI elements
  • Fix msys2, cygwin, and gitforwindows shell environments being shown for the wrong parent connection when located on remote systems
  • Fix transferred files with BOM sometimes getting corrupted on Windows systems
  • Fix SSH askpass throwing errors on Windows systems where username contained special characters due to an OpenSSH bug
  • Fix some null pointers

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

VirusTotal Analysis

Automated VirusTotal analysis of all artifacts: