github xpipe-io/xpipe-ptb 1.7.13

latest releases: 19.0-20, 19.0-9, 19.0-8...
22 months ago

New professional features

  • Add ability to open files and directories in VSCode SSH remote environment in file browser
  • Added support for fully offline licenses. You can obtain them via email request
    in case you're running it on a system without internet connectivity or restricted proxy settings

Changes

  • Improve performance mode appearance setting gains by removing more styling
  • Change layout of connection names and status to better handle very long
    connection names across all window sizes
  • Make any connection quickly renameable in the edit window without verifying whether we can actually connect

Additions

Fixes

  • Fix some shells not properly setting up the PATH
  • Fix git vault repository throwing initialization errors when shared with multiple Windows user permissions
  • Fix connections being accidentally listed under scripts category
    if they were added while scripts category was selected

Installers

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.7.13"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "1.7.13"

Don't miss a new xpipe-ptb release

NewReleases is sending notifications on new releases.