- Add new actions in file browser to compress/uncompress zip/tar/tar.gz/7z
- Implement various performance improvements
- Add dropdown to quickly select SSH key files that are already synced via git
- Add option to change SSH port for VM connections
- Add ability to fill in missing git author data within xpipe
- Improve category display for large amounts of connection categories
- Fix git sync initialization order potentially causing problems
- Fix file chooser dialog not closing
- Fix file browser locking previously visited directories, preventing their deletions
- Fix some systems being mistakenly identified as Proxmox PVE systems
- Fix a few NullPointers
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)
- Linux AppImage 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 "12.1-4"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "12.1-4"
