From 3f10abdea8d53c0045b86e337df4e6120c2bcd44 Mon Sep 17 00:00:00 2001 From: crschnick Date: Sat, 13 Jul 2024 08:07:33 +0000 Subject: [PATCH] [stage] --- dist/changelogs/10.1_incremental.md | 7 +++++-- version | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dist/changelogs/10.1_incremental.md b/dist/changelogs/10.1_incremental.md index 12dc69a4d..e0b96df2d 100644 --- a/dist/changelogs/10.1_incremental.md +++ b/dist/changelogs/10.1_incremental.md @@ -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 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 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 - 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 diff --git a/version b/version index 37c235405..e86cfda49 100644 --- a/version +++ b/version @@ -1 +1 @@ -10.1-10 +10.1-11