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
- Windows .msi Installer (x86_64)
- Linux .deb Installer (x86_64)
- Linux .rpm Installer (x86_64)
- MacOS .pkg Installer (x86_64)
- MacOS .pkg Installer (ARM 64)
Portable
- Windows .zip Portable (x86_64)
- Linux .tar.gz Portable (x86_64)
- MacOS .dmg Portable (x86_64)
- MacOS .dmg Portable (ARM 64)
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"