mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Update changelog
This commit is contained in:
parent
84f4020db9
commit
2cf53d540c
1 changed files with 1 additions and 2 deletions
3
dist/changelogs/8.1_incremental.md
vendored
3
dist/changelogs/8.1_incremental.md
vendored
|
@ -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 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
|
## 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.
|
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 concurrency issues when querying multiple secrets at the same time
|
||||||
- Fix red validation markers appearing in front of other UI elements
|
- 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 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
|
- Fix some null pointers
|
Loading…
Reference in a new issue