xpipe/dist/changelogs/1.7.13.md

28 lines
1.4 KiB
Markdown
Raw Normal View History

## 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
2023-12-30 22:38:59 +13:00
## Additions
- You can now add SSH connections from arbitrary OpenSSH config files under `Add remote host` -> `SSH Config`
- Add a self test functionality on startup to handle cases where the local shell could not be initialized correctly
## Changes
2023-12-30 22:38:59 +13:00
- The SSH config importer now supports include statements. Included files are automatically resolved and joined
2023-12-31 18:05:03 +13:00
- Improve performance mode speedup by removing more styling. You can find the mode under Settings -> Appearance
2023-12-29 16:43:04 +13:00
- 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
2023-12-30 22:38:59 +13:00
- Allow for creation of multiple connections with the same name
## Fixes
2023-12-30 22:38:59 +13:00
- Fix some zsh shells not properly setting up the PATH
2023-12-29 16:43:04 +13:00
- Fix git vault repository throwing initialization errors when shared with multiple Windows user permissions
2023-12-30 20:09:22 +13:00
- Fix copying and pasting a file into the same directory returning an error
- Fix connections being accidentally listed under scripts category
if they were added while scripts category was selected