- Make identities have a password and ssh key of none selected by default to avoid the need of setting that manually
- Fix some Windows Terminal integrations failing due to json comments in the config file
- Fix NullPointer on Windows systems with special characters in username
- Fix window not starting up properly if an error occurred early
- Fix some config save operations not being executed, leading to lost data
- Fix category organization not handling cases well where connections were moved across different categories
- Fix moving connections also moving children even if they were already moved to another category
- Fix some concurrent modification exceptions
- Improve some pfsense initialization errors
- Fix api returning error when trying to create a category and it already exists
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 "14.1-3"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "14.1-3"
