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-22 18:04:18 +0300
committerJoas Schilling <coding@schilljs.com>2021-11-22 18:04:18 +0300
commit054d81d04b3b3853d348a1e65725c5643ce446bf (patch)
tree1d1177c5b13379f8642bd19ec9244f471aac3e3d /CHANGELOG.md
parentadc825f92920516644372992577cca11be142ec7 (diff)
Add changelog 13.0.0-rc.3
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e435cfde7..23a65c9f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 13.0.0-rc.3 – 2021-11-22
+### Fixed
+- Fix several issues with the new call view and media controls
+ [#6554](https://github.com/nextcloud/spreed/pull/6554)
+ [#6571](https://github.com/nextcloud/spreed/pull/6571)
+ [#6576](https://github.com/nextcloud/spreed/pull/6576)
+ [#6575](https://github.com/nextcloud/spreed/pull/6575)
+- Don't always enable devices when the device picker is shown
+ [#6567](https://github.com/nextcloud/spreed/pull/6567)
+- Opening the conversation settings via the conversation list opened with wrong data
+ [#6584](https://github.com/nextcloud/spreed/pull/6584)
+- Fix issues with the background blurring
+ [#6586](https://github.com/nextcloud/spreed/pull/6586)
+- Fix call summary in one-to-one conversations
+ [#6564](https://github.com/nextcloud/spreed/pull/6564)
+
+### Known issue
+- The video will "zoom in and out" when more than 4 people have video enabled and people with background blur start or stop speaking
+
## 13.0.0-rc.2 – 2021-11-18
### Fixed
- Fix several issues with the new call view and media controls