From 2cf53d540c402eb8f8444e25e091c287fae04e57 Mon Sep 17 00:00:00 2001 From: crschnick Date: Mon, 4 Mar 2024 17:20:58 +0000 Subject: [PATCH] Update changelog --- dist/changelogs/8.1_incremental.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/changelogs/8.1_incremental.md b/dist/changelogs/8.1_incremental.md index 174870113..c626bc79d 100644 --- a/dist/changelogs/8.1_incremental.md +++ b/dist/changelogs/8.1_incremental.md @@ -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 \ No newline at end of file