Releases: xpipe-io/xpipe-ptb
Releases · xpipe-io/xpipe-ptb
1.6.0-8
Changes in 1.6.0
- Implement new category tree organization functionality for connections
- Rework connection chooser in popup window and in file browser
- Rework user interface
- Add support for sharing your storage via a remote git repository
- Add support for a transparent window mode
- Improve command process synchronization to try to fix rare race conditions and deadlocks
- Dynamically check whether kubectl requires elevation to fix permission issues, for example when using rancher k3s
- Add attach and logs context menu actions for docker containers
- Add support for VSCode Insiders
- Add support for ElementaryOS terminal
- Add support ash shells
- Improve error handler to also show a graphical window before the application window is opened
- Make shell environment init script applied changes to the shell session by sourcing it
- Improve resilience of storage loading and saving in case of IO errors
- Improve browser tab naming and sizing
- Automatically apply native clipboard changes to browser
- Preserve clipboard contents after exit
- Add support to open ssh: URLs
- Add functionality to open ssh connections in Termius
- Add functionality to open ssh connections in default SFTP client
- Add functionality to create desktop shortcuts and URLs for certain actions within XPipe
- Rework installer packages
- Properly query desktop directory on Windows and Linux in case it was at non-standard locations
- Check whether target exists when renaming or moving in file browser
- Fix ssh config entry being added even if it was empty
- Fix passcode PAM authentication caching responses
- Many other small miscellaneous fixes and improvements
Installers
- Windows .msi Installer (x86_64)
- Linux .deb Installer (x86_64)
- Linux .rpm Installer (x86_64)
- MacOS .pkg Installer (x86_64)
Portable
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 "unspecified"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "unspecified"
1.6.0-7
Changes in 1.6.0
- Implement new category tree organization functionality for connections
- Rework connection chooser in popup window and in file browser
- Rework user interface
- Add support for sharing your storage via a remote git repository
- Add support for a transparent window mode
- Improve command process synchronization to try to fix rare race conditions and deadlocks
- Dynamically check whether kubectl requires elevation to fix permission issues, for example when using rancher k3s
- Add attach and logs context menu actions for docker containers
- Add support for VSCode Insiders
- Add support for ElementaryOS terminal
- Add support ash shells
- Improve error handler to also show a graphical window before the application window is opened
- Make shell environment init script applied changes to the shell session by sourcing it
- Improve resilience of storage loading and saving in case of IO errors
- Improve browser tab naming and sizing
- Automatically apply native clipboard changes to browser
- Preserve clipboard contents after exit
- Add support to open ssh: URLs
- Add functionality to open ssh connections in Termius
- Add functionality to open ssh connections in default SFTP client
- Add functionality to create desktop shortcuts and URLs for certain actions within XPipe
- Rework installer packages
- Properly query desktop directory on Windows and Linux in case it was at non-standard locations
- Check whether target exists when renaming or moving in file browser
- Fix ssh config entry being added even if it was empty
- Fix passcode PAM authentication caching responses
- Many other small miscellaneous fixes and improvements
Installers
- Windows .msi Installer (x86_64)
- Linux .deb Installer (x86_64)
- Linux .rpm Installer (x86_64)
- MacOS .pkg Installer (x86_64)
Portable
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 "unspecified"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "unspecified"
1.6.0-6
Changes in 1.6.0
- Implement new category tree organization functionality for connections
- Rework connection chooser in popup window and in file browser
- Rework user interface
- Add support for sharing your storage via a remote git repository
- Add support for a transparent window mode
- Improve command process synchronization to try to fix rare race conditions and deadlocks
- Improve error handler to also show a graphical window before the application window is opened
- Dynamically check whether kubectl requires elevation to fix permission issues, for example when using rancher k3s
- Add attach and logs context menu actions for docker containers
- Add support for VSCode Insiders
- Add support for ElementaryOS terminal
- Add support ash shells
- Check whether target exists when renaming or moving in file browser
- Fix ssh config entry being added even if it was empty
- Fix passcode PAM authentication caching responses
- Many other small miscellaneous fixes and improvements
Installers
- Windows .msi Installer (x86_64)
- Linux .deb Installer (x86_64)
- Linux .rpm Installer (x86_64)
- MacOS .pkg Installer (x86_64)
Portable
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 "1.6.0-6"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "1.6.0-6"
1.6.0-5
Changes in 1.6.0
- Implement new category tree organization functionality for connections
- Rework connection chooser in popup window and in file browser
- Rework user interface
- Add support for sharing your storage via a remote git repository
- Add support for a transparent window mode
- Improve command process synchronization to try to fix rare race conditions and deadlocks
- Improve error handler to also show a graphical window before the application window is opened
- Dynamically check whether kubectl requires elevation to fix permission issues, for example when using rancher k3s
- Add attach and logs context menu actions for docker containers
- Add support for VSCode Insiders
- Add support for ElementaryOS terminal
- Add support ash shells
- Check whether target exists when renaming or moving in file browser
- Fix ssh config entry being added even if it was empty
- Fix passcode PAM authentication caching responses
- Many other small miscellaneous fixes and improvements
Installers
- Windows .msi Installer (x86_64)
- Linux .deb Installer (x86_64)
- Linux .rpm Installer (x86_64)
- MacOS .pkg Installer (x86_64)
Portable
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 "1.6.0-5"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "1.6.0-5"
1.6.0-4
Changes in 1.6.0
- Implement new category tree organization functionality for connections
- Rework connection chooser in popup window and in file browser
- Rework user interface
- Add support for sharing your storage via a remote git repository
- Add support for a transparent window mode
- Improve command process synchronization to try to fix rare race conditions and deadlocks
- Improve error handler to also show a graphical window before the application window is opened
- Dynamically check whether kubectl requires elevation to fix permission issues, for example when using rancher k3s
- Add attach and logs context menu actions for docker containers
- Add support for VSCode Insiders
- Add support for ElementaryOS terminal
- Add support ash shells
- Check whether target exists when renaming or moving in file browser
- Fix ssh config entry being added even if it was empty
- Fix passcode PAM authentication caching responses
- Many other small miscellaneous fixes and improvements
Installers
- Windows .msi Installer (x86_64)
- Linux .deb Installer (x86_64)
- Linux .rpm Installer (x86_64)
- MacOS .pkg Installer (x86_64)
Portable
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 "1.6.0-4"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "1.6.0-4"
1.6.0-3
Changes in 1.6.0
- Implement new category tree organization functionality for connections
- Rework connection chooser in popup window and in file browser
- Rework user interface
- Add support for sharing your storage via a remote git repository
- Add support for a transparent window mode
- Improve command process synchronization to try to fix rare race conditions and deadlocks
- Improve error handler to also show a graphical window before the application window is opened
- Dynamically check whether kubectl requires elevation to fix permission issues, for example when using rancher k3s
- Add attach and logs context menu actions for docker containers
- Add support for VSCode Insiders
- Add support for ElementaryOS terminal
- Add support ash shells
- Check whether target exists when renaming or moving in file browser
- Fix ssh config entry being added even if it was empty
- Fix passcode PAM authentication caching responses
- Many other small miscellaneous fixes and improvements
Installers
- Windows .msi Installer (x86_64)
- Linux .deb Installer (x86_64)
- Linux .rpm Installer (x86_64)
- MacOS .pkg Installer (x86_64)
Portable
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 "1.6.0-3"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "1.6.0-3"
1.6.0-10
Changes in 1.6.0
- Implement new category tree organization functionality for connections
- Rework connection chooser in popup window and in file browser
- Rework user interface
- Add support for sharing your storage via a remote git repository
- Add support for a transparent window mode
- Improve command process synchronization to try to fix rare race conditions and deadlocks
- Dynamically check whether kubectl requires elevation to fix permission issues, for example when using rancher k3s
- Add attach and logs context menu actions for docker containers
- Add support for VSCode Insiders
- Add support for ElementaryOS terminal
- Add support ash shells
- Improve error handler to also show a graphical window before the application window is opened
- Make shell environment init script applied changes to the shell session by sourcing it
- Improve resilience of storage loading and saving in case of IO errors
- Improve browser tab naming and sizing
- Automatically apply native clipboard changes to browser
- Preserve clipboard contents after exit
- Add support to open ssh: URLs
- Add functionality to open ssh connections in Termius
- Add functionality to open ssh connections in default SFTP client
- Add functionality to create desktop shortcuts and URLs for certain actions within XPipe
- Rework installer packages
- Properly query desktop directory on Windows and Linux in case it was at non-standard locations
- Check whether target exists when renaming or moving in file browser
- Fix ssh config entry being added even if it was empty
- Fix passcode PAM authentication caching responses
- Many other small miscellaneous fixes and improvements
Installers
- Windows .msi Installer (x86_64)
- Linux .deb Installer (x86_64)
- Linux .rpm Installer (x86_64)
- MacOS .pkg Installer (x86_64)
Portable
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 "1.6.0-10"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "1.6.0-10"
1.6.0-2
Changes in 1.6.0
- Implement new category tree organization functionality for connections
- Rework connection chooser in popup window and in file browser
- Rework user interface
- Add support for sharing your storage via a remote git repository
- Add support for a transparent window mode
- Improve command process synchronization to try to fix rare race conditions and deadlocks
- Improve error handler to also show a graphical window before the application window is opened
- Dynamically check whether kubectl requires elevation to fix permission issues, for example when using rancher k3s
- Add attach and logs context menu actions for docker containers
- Add support for VSCode Insiders
- Add support for ElementaryOS terminal
- Add support ash shells
- Check whether target exists when renaming or moving in file browser
- Fix ssh config entry being added even if it was empty
- Fix passcode PAM authentication caching responses
- Many other small miscellaneous fixes and improvements
Installers
- Windows .msi Installer (x86_64)
- Linux .deb Installer (x86_64)
- Linux .rpm Installer (x86_64)
- MacOS .pkg Installer (x86_64)
Portable
Install Script
Install XPipe by pasting the installation command into your terminal. This will perform the full setup automatically.
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 1.6.0-2"
Bash Script (Linux / MacOS)
Install XPipe by pasting the installation command into your terminal. This will perform the full setup automatically.
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v 1.6.0-2
1.6.0
Changes in 1.6.0
- Implement new category tree organization functionality for connections
- Rework connection chooser in popup window and in file browser
- Rework user interface
- Add support for sharing your storage via a remote git repository
- Add support for a transparent window mode
- Improve command process synchronization to try to fix rare race conditions and deadlocks
- Improve error handler to also show a graphical window before the application window is opened
- Dynamically check whether kubectl requires elevation to fix permission issues, for example when using rancher k3s
- Add attach and logs context menu actions for docker containers
- Add support for VSCode Insiders
- Add support for ElementaryOS terminal
- Add support ash shells
- Check whether target exists when renaming or moving in file browser
- Fix ssh config entry being added even if it was empty
- Fix passcode PAM authentication caching responses
- Many other small miscellaneous fixes and improvements
Note that you can use these staging releases interchangeably with your existing installation. Just unpack it somewhere, and run it. You don't have to remove your existing installation.