github xpipe-io/xpipe-ptb 9.3-2

latest releases: 19.0-20, 19.0-9, 19.0-8...
18 months ago

Git vault improvements

  • The generated repository readme file has been improved. It will now show a proper tree for all connections. It also now contains troubleshooting information and instructions in case something is not working as expected.
  • Fix git integration on Windows not committing anything when GPG signing was required
  • Fix git askpass not properly working for SSH git connections when the SSH connection required user input, e.g. if a used key file had a passphrase
  • Some git performance improvements

Other

  • Add support for Windows Terminal Canary
  • Proxmox systems can now also be added for users other than root if sudo is available
  • Fix windows sometimes showing in the top left corner on Linux
  • Explicitly set language variables on Linux and macOS to keep internal terminal commands in english
  • The password manager command in the settings men you now support multi-line commands
  • Fix out of bounds error for file chooser with files already in the git vault
  • Fix NullPointer error when clearing a host connection chooser
  • Fix some NullPointers in the file browser

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

Don't miss a new xpipe-ptb release

NewReleases is sending notifications on new releases.