diff --git a/dist/changelogs/10.1_incremental.md b/dist/changelogs/10.1_incremental.md index 12ceddf1..12dc69a4 100644 --- a/dist/changelogs/10.1_incremental.md +++ b/dist/changelogs/10.1_incremental.md @@ -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 \ No newline at end of file +- Add support for zed editor \ No newline at end of file diff --git a/version b/version index 9eea5c0a..472aad22 100644 --- a/version +++ b/version @@ -1 +1 @@ -10.1-8 +10.1-9