Update changelog

This commit is contained in:
crschnick 2024-03-04 17:20:58 +00:00
parent 84f4020db9
commit 2cf53d540c

View file

@ -20,8 +20,6 @@ You can now search for IPs and hostnames in addition to the connection names to
There was a regression in transfer speed in 8.0 causing transfers of large files being very slow. This is now fixed.
There had been a chance of files being corrupted when being transferred on Windows systems when there was a BOM included due to cmd overstepping its responsibilities and altering some data. This is now fixed.
## Open directories in WSL
There is now a new action available in the file browser for directories on Windows systems that allows you to open that directory in a WSL session. This makes it easier to quickly use Linux tools in a certain directory you're currently in when on Windows.
@ -35,4 +33,5 @@ There is now a new action available in the file browser for directories on Windo
- Fix concurrency issues when querying multiple secrets at the same time
- Fix red validation markers appearing in front of other UI elements
- Fix msys2, cygwin, and gitforwindows shell environments being shown for the wrong parent connection when located on remote systems
- Fix transferred files with BOM sometimes getting corrupted on Windows systems
- Fix some null pointers