This commit is contained in:
crschnick 2024-07-13 08:07:33 +00:00
parent 73e61f48bd
commit 3f10abdea8
2 changed files with 6 additions and 3 deletions

View file

@ -4,6 +4,11 @@ Feedback showed that the file browser transfer pane in the bottom left was confu
There is now the possibility to jump to a file in a directory by typing the first few characters of its name. There is now the possibility to jump to a file in a directory by typing the first few characters of its name.
There were also a couple of bug fixes:
- Fix file transfers on Windows systems failing for files > 2GB due to overflow
- Fix remote file editing sometimes creating blank file when using vscode
- Fix file transfers failing at the end with a timeout when the connection speed was very slow
## API additions ## API additions
Several new endpoints have been added to widen the capabilities for external clients: Several new endpoints have been added to widen the capabilities for external clients:
@ -18,8 +23,6 @@ Several new endpoints have been added to widen the capabilities for external cli
## Other ## Other
- Fix xpipe not starting up when changing user on Linux - Fix xpipe not starting up when changing user on Linux
- Fix file transfers on Windows systems failing for files > 2GB due to overflow
- Fix remote file editing sometimes creating blank file when using vscode
- Fix some editors and terminals not launching when using the fallback sh system shell due to missing disown command - Fix some editors and terminals not launching when using the fallback sh system shell due to missing disown command
- Fix csh sudo elevation not working - Fix csh sudo elevation not working
- Implement various application performance improvements - Implement various application performance improvements

View file

@ -1 +1 @@
10.1-10 10.1-11