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 <213943+nickvergessen@users.noreply.github.com>2021-11-30 12:53:40 +0300
committerGitHub <noreply@github.com>2021-11-30 12:53:40 +0300
commit34ac46b028cd511bc50a85e5df922688630011b8 (patch)
tree309d00ee5ddaadde2c7452f839440176a294dd37
parent80c581a1fe66fc5106fc6bd794c17752a7d51890 (diff)
parent511ea61c7a9143becd39baebea7a4a0964b23c13 (diff)
Merge pull request #6632 from nextcloud/backport/6631/stable23v13.0.0
[stable23] Changelog for 13.0.0
-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>