2023-12-29 00:40:17 +00:00
|
|
|
## Changes
|
|
|
|
|
2024-01-01 16:17:56 +00:00
|
|
|
- You can now add SSH connections from arbitrary OpenSSH config files under `Add remote host` -> `SSH Config`
|
2023-12-30 09:38:59 +00:00
|
|
|
- The SSH config importer now supports include statements. Included files are automatically resolved and joined
|
2024-01-01 16:17:56 +00:00
|
|
|
- Add experimental ability to automatically fix SSH key file permissions on Windows if OpenSSH complains
|
2024-01-03 16:48:31 +00:00
|
|
|
- Rework file browser connection history overview to always update when you close a tab
|
2024-01-01 16:17:56 +00:00
|
|
|
- The Linux installers now correctly report their dependencies. This was not really a problem on any
|
|
|
|
normal desktop system, but should make it easier to run on embedded systems or in WSL2g
|
|
|
|
- Improve performance mode speedup by removing more styling. You can enable the mode under Settings -> Appearance
|
|
|
|
- Change layout of connection names and status to better handle very long connection names across all window sizes
|
2023-12-29 03:43:04 +00:00
|
|
|
- Make any connection quickly renameable in the edit window without verifying whether we can actually connect
|
2023-12-30 09:38:59 +00:00
|
|
|
- Allow for creation of multiple connections with the same name
|
2024-01-01 16:17:56 +00:00
|
|
|
- Add a self test functionality on startup to handle cases where the local shell could not be initialized correctly
|
|
|
|
- Implement fallback to bundled fonts on Linux systems that do not have fontconfig
|
2024-01-05 10:09:40 +00:00
|
|
|
- There is now a repository for nixos releases at https://github.com/xpipe-io/nixpkg
|
2024-01-03 16:48:31 +00:00
|
|
|
- Improve documentation for custom terminal command setting
|
2023-12-29 00:40:17 +00:00
|
|
|
|
|
|
|
## Fixes
|
|
|
|
|
2023-12-30 09:38:59 +00:00
|
|
|
- Fix some zsh shells not properly setting up the PATH
|
2023-12-29 03:43:04 +00:00
|
|
|
- Fix git vault repository throwing initialization errors when shared with multiple Windows user permissions
|
2023-12-31 13:42:20 +00:00
|
|
|
- Fix displayed connection summary not updating on edit
|
2023-12-30 07:09:22 +00:00
|
|
|
- Fix copying and pasting a file into the same directory returning an error
|
2023-12-29 00:40:17 +00:00
|
|
|
- Fix connections being accidentally listed under scripts category
|
|
|
|
if they were added while scripts category was selected
|
2024-01-01 16:17:56 +00:00
|
|
|
- Fix default terminal detection sometimes selecting iTerm even though it was not installed
|
|
|
|
- Fix shell environments for BSD bourne shell failing with invalid -l switch
|
2024-01-03 16:48:31 +00:00
|
|
|
- Fix connections to pfSense systems not working
|