File browser improvements
- Add right click context menu to browser tabs
- Add ability to select tabs with function keys, e.g. F1
- Add ability to cycle between tabs with CTRL+TAB and CTRL+SHIFT+TAB
- Fix some keyboard shortcuts being broken
- Fix pressing enter on rename also opening file
- Fix right click not opening context menu in empty directory
- Fix shell opener in navigation bar being broken, so you can now run programs and shells again from the navigation bar similar to Windows explorer
- There is now an always visible loading indicator when a tab is being opened
- Add timeout to file jumping functionality when typing a file name that was not found
- Remove limitation of only being able to open one system at the time while it is loading
Other
- Rework UI to be more compact and show more connections
- Implement native window styling on macOS
- Add support for VNC RSA-AES authentication schemes, allowing to connect to more types of VNC servers
- Services can now be opened in a browser using either HTTP or HTTPs
- You can now create shortcuts to automatically forward and open services in a browser
- Fix doctor containers in some cases not persisting, leaving invalid orphan connections behind on the bottom
- Improve description for service groups
- Publish API libraries to maven central
- Show warning when launching PowerShell in constrained language mode
- Fix rare NullPointers when migrating an old vault
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 "10.2-10"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "10.2-10"