This commit is contained in:
crschnick 2024-07-12 09:26:41 +00:00
parent a1d564a947
commit 18b6fa0338
2 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## Browser improvements
Feedback showed that the file browser transfer pane in the bottom left was confusing and unintuitive to use. Therefore, it has now been changed to be a more straightforward download area. You can drag files into it to automatically download them. From there you can either drag them directly where you want them to be in your local desktop environment or move them into the downloads directory.
There is now the possibility to jump to a file in a directory by typing the first few characters of its name.
## API additions
Several new endpoints have been added to widen the capabilities for external clients:
@ -11,7 +17,12 @@ Several new endpoints have been added to widen the capabilities for external cli
## Other
- 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 csh sudo elevation not working
- Implement various application performance improvements
- Rework sidebar styling
- Improve transparency styling on Windows 11
- Fix csh sudo elevation not working
- Add support for zed editor

View file

@ -1 +1 @@
10.1-8
10.1-9