github xpipe-io/xpipe-ptb 13.0-4

latest releases: 18.7-4, 18.7-3, 18.7-2...
11 months ago

Shell session caching

A central change in XPipe 13 are the improvements of reusability of shell sessions running in the background. Whenever you access a system or a parent system, XPipe will connect to it just as before but keep this session open in the background for some time, under the assumption that users will typically perform multiple actions afterward. This will improve the speed of many actions and also results in less authentication prompts when you are using something like 2FA.

A common example would be stopping and starting a container. Previously this would have resulted in two connections to the container host system and would have taken a while. Now, there will only be one connection to the host and all actions you perform on that host will be significantly quicker.

KVM

There is now support for KVM/QEMU virtual machines that can be accessed via the libvirt CLI tools virsh. This includes support for other driver URLs as well aside from KVM and QEMU.

Other

  • There is now an intro to scripts to provide some more information before using scripts
  • Some style elements have been reworked

Fixes

  • Fix pinned taskbar icons on Windows being invalidated after update
  • Fix Windows updater taking a long time
  • Fix vmware integration failing when files other than vmx were in the VM directories
  • Fix issues with test command by using its absolute path
  • Fix color contrast for some themes
  • Fix system dark mode changes not being applied if they were changed while XPipe was not running
  • Fix shell environment scan restarting shell connection multiple times
  • Fix zsh local shell freezing if a zsh extension had a pending update

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

Banner

Don't miss a new xpipe-ptb release

NewReleases is sending notifications on new releases.