diff --git a/dist/changelogs/1.7.13.md b/dist/changelogs/1.7.13.md index fdaced4d..072c6212 100644 --- a/dist/changelogs/1.7.13.md +++ b/dist/changelogs/1.7.13.md @@ -1,25 +1,20 @@ -## 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 - ## 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 -- Add fallback to bundled fonts on Linux systems that do not have fontconfig -- 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 ## Changes +- You can now add SSH connections from arbitrary OpenSSH config files under `Add remote host` -> `SSH Config` - The SSH config importer now supports include statements. Included files are automatically resolved and joined -- Improve performance mode speedup by removing more styling. You can find the mode under Settings -> Appearance -- Change layout of connection names and status to better handle very long - connection names across all window sizes +- Add experimental ability to automatically fix SSH key file permissions on Windows if OpenSSH complains +- 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 - Make any connection quickly renameable in the edit window without verifying whether we can actually connect - Allow for creation of multiple connections with the same name +- Rework file browser connection history overview to always update when you close a tab +- 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 ## Fixes @@ -29,3 +24,5 @@ - 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 +- 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 diff --git a/version b/version index 41b5010a..7c09b159 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.7.13-3 \ No newline at end of file +1.7.13-4 \ No newline at end of file