From 602508a267c3e0e13eb5c82cfb861e37405b7f4e Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Thu, 18 Jan 2024 17:49:44 +0100 Subject: [PATCH] Add changelog for move-files-to-trash Fixes: #11446 --- changelog/unreleased/11320 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/11320 diff --git a/changelog/unreleased/11320 b/changelog/unreleased/11320 new file mode 100644 index 00000000000..c2186afbfe7 --- /dev/null +++ b/changelog/unreleased/11320 @@ -0,0 +1,8 @@ +Enhancement: Add option to move files to trash instead of deleting + +An option has been added that when files on the server are deleted, +the client will move them to the system trash bin instead of deleting +those files. + +https://github.com/owncloud/client/issues/9001 +https://github.com/owncloud/client/pull/11320