Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-11-16 13:26:02 +0300
committerJoas Schilling <coding@schilljs.com>2021-11-16 14:06:40 +0300
commitc1162938b7e46c4e908e876747c4d2df347e5c91 (patch)
treefab569bc797f56c03bf50f72f793165d846fbe70 /CHANGELOG.md
parent091575237c17945b37c7c72ba53c5ad85b1961ae (diff)
Add changelog for 13 and "What's new"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1b035c41..413847640 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,21 @@
All notable changes to this project will be documented in this file.
## 13.0.0-rc.1 – 2021-11-11
+### Added
+- Moderators can now set permissions for all or individual users to control if they can enable audio and video, do a screenshare, start a call and ignore the lobby
+- When starting a call is limited to moderators, they can now also end the call for all participants
+- A device checker makes sure users start with the desired microphone and camera and also allows them to disable the devices before joining a call
+- Users can now blur their background (Not supported on Safari)
+- Users can now opt-out of call notifications on a conversation basis
+
+### Changed
+- The layout of the call view has been redesigned
+- The size of the grid view is now limited to 20 videos by default to reduce the performance impact
+- Version 0.4.0 of the signaling server of the High-performance backend is now required
+
### Fixed
-- A lot, more details coming soon
+- Show more details instead of a loading spinner only in case of connection issues
+- And a lot more things here and there
## 11.3.3 – 2021-10-22
### Fixed