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:
-rw-r--r--CHANGELOG.md17
-rw-r--r--appinfo/info.xml2
2 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf5f54907..febbc33f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 13.0.0 – 2021-11-30
+### 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
+- Show more details instead of a loading spinner only in case of connection issues
+- And a lot more things here and there
+
## 13.0.0-rc.4 – 2021-11-25
### Changed
- The segmentation model of the background blur was replaced
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5ea1463b1..80b1417d1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>13.0.0-rc.4</version>
+ <version>13.0.0</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>