Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjv committed Jan 18, 2024
1 parent dc17fc1 commit fd02c06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ ownCloud admins and users.
* Change - Windows: always use fusion style: [#11275](https://github.com/owncloud/client/issues/11275)
* Change - Deprecate suffix VFS: [#11325](https://github.com/owncloud/client/issues/11325)
* Enhancement - Add option to pause synchronization on metered connections: [#4808](https://github.com/owncloud/client/issues/4808)
* Enhancement - Add option to move files to trash instead of deleting: [#9001](https://github.com/owncloud/client/issues/9001)
* Enhancement - Prevent same default sync folder for multiple accounts with Spaces: [#11204](https://github.com/owncloud/client/issues/11204)
* Enhancement - Add support to provide a list of ports for the OAuth process: [#11276](https://github.com/owncloud/client/issues/11276)
* Enhancement - Use less modal dialogs: [#11304](https://github.com/owncloud/client/issues/11304)
Expand Down Expand Up @@ -135,6 +136,14 @@ ownCloud admins and users.
https://github.com/owncloud/client/issues/4808
https://github.com/owncloud/client/pull/11305

* Enhancement - Add option to move files to trash instead of deleting: [#9001](https://github.com/owncloud/client/issues/9001)

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

* Enhancement - Prevent same default sync folder for multiple accounts with Spaces: [#11204](https://github.com/owncloud/client/issues/11204)

This is done by tagging the sync folder by an extended attribute (Linux/macoS)
Expand Down

0 comments on commit fd02c06

Please sign in to comment.