From 974c8c7a4601c2d883a0666c22fc87370a7bf991 Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Fri, 3 Nov 2023 15:06:20 +0100 Subject: [PATCH] Update changelog/unreleased/11331 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fabian Müller <80399010+fmoc@users.noreply.github.com> --- changelog/unreleased/11331 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog/unreleased/11331 b/changelog/unreleased/11331 index dbb6b2062be..464b319ef2c 100644 --- a/changelog/unreleased/11331 +++ b/changelog/unreleased/11331 @@ -1,7 +1,7 @@ -Bugfix: Don't delete virtual files when disabling VFS +Bugfix: Prevent permanent deletion of files when disabling VFS -We fixed a regression that was introduced in 5.0. -When a user disabled virtual files on Windows all files currently dehydrated where deleted. +When a user disabled the virtual files feature on Windows, all currently dehydrated files were deleted accidentally. On the server those files where still available in the trash bin. +This regression was introduced in the previous release 5.0.0. https://github.com/owncloud/client/issues/11331