From b1036deb29a7480c1b2c399e896dea4c38bcbb93 Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Tue, 10 May 2022 14:58:36 +0200 Subject: [PATCH] Update release_notes.md --- docs/ocis/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index 6baccb1663..feff46f356 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -27,7 +27,7 @@ The most prominent changes in **ownCloud Infinite Scale 2.0.0 beta1** and ownClo * The existing integrated user management has been replaced by LibreIDM which is a lightweight LDAP server being developed by ownCloud and the LibreGraph community (https://github.com/libregraph/idm). LibreIDM comes with a MS Graph-based API and integrates a user interface for user & group management in ownCloud Web. [ocis#3331](https://github.com/owncloud/ocis/pull/3331) [web#6673](https://github.com/owncloud/web/issues/6673) * For security reasons, Infinite Scale will not start anymore without specifying certain secrets. A new command `ocis init` has been added to automatically prepare a new Infinite Scale installation by generating secure default secrets. [ocis#3551](https://github.com/owncloud/ocis/pull/3551) * The 'Shares' folder has been moved into a dedicated entry point. It is now available in the left sidebar as 'Shares' and will gather all incoming and outgoing shares of the user. With this, the transition to a clear separation of personal, shared and project files is complete. [web#6448](https://github.com/owncloud/web/issues/6448) -* Spaces cover images will now be rendered with the correct aspect ratio. [web#6829](https://github.com/owncloud/web/pull/6829) +* Spaces cover images will now be rendered with an appropriate aspect ratio (16:9). [web#6829](https://github.com/owncloud/web/pull/6829) * When un-sharing a file/folder, a confirmation dialog will now appear [web#6795](https://github.com/owncloud/web/pull/6795) * It is now possible to show/hide file extensions in ownCloud Web using the file list settings. [web#6793](https://github.com/owncloud/web/pull/6793) * Infinite Scale now provides dedicated quick links that can be created using the quick action in the file list. Once created, the quick link will stay until it's removed and will be copied when the quick action is used. [web#6820](https://github.com/owncloud/web/pull/6820)