- Add new rename file conflict action in file browser
- Add keeper commander password manager template
- Add functionality to duplicate files when copy-pasting files onto themselves
- This release fixes an issue on macOS where XPipe defaulted to sh instead of zsh.
There seems to be some bugs in macOS 15 where the spawning of external programs fails sometimes,
leading XPipe to believe that zsh does not work correctly.
XPipe will now no longer fall back to sh and instead fail to start,
with the hope that on the next start the process spawning issue won't occur again. - Fix tooltip dropshadows not working in webtop
- Fix XPipe not being in taskbar by default in webtop
- Fix file browser transfer progress being wrong for files < 1kb
- Show proper error when a source file gets deleted while a transfer is in progress
- Fix empty storage directory setting leading to startup crash
- Fix update script reporting syntax error on zsh
- Fix NullPointers when a script had no commands on its own
- Improve some error vague messages
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.2-2"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "12.2-2"
