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>2018-04-20 11:49:45 +0300
committerJoas Schilling <coding@schilljs.com>2018-04-20 11:49:45 +0300
commitc22bff193ba8d902c330249b1ee188f23b1db4d3 (patch)
tree7534994f10f0bdcec34aee39e24d8f0e7349387b /CHANGELOG.md
parentfe7329c1ad47f01a4f170cc4077d5f2d964f8ff0 (diff)
Update changelog
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40b980656..d271675fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,10 +3,15 @@ All notable changes to this project will be documented in this file.
## 3.2.0 – 2018-MM-DD
### Added
-- Shortcuts have been added when a call is active: (a)udio, (v)ideo, (c)hat and (p)articipant list
+- Shortcuts have been added when a call is active: (m)ute, (v)ideo, (f)ullscreen, (c)hat and (p)articipant list
[#730](https://github.com/nextcloud/spreed/pull/730)
+ [#750](https://github.com/nextcloud/spreed/pull/750)
+- Allow users to chat in multiple tabs in multiple chats at the same time
+ [#748](https://github.com/nextcloud/spreed/pull/748)
- Guest names are now handled better in chat and the participant list
[#733](https://github.com/nextcloud/spreed/pull/733)
+- Users which are participanting in a call now have a video icon in the participant list
+ [#777](https://github.com/nextcloud/spreed/pull/777)
### Changed
- Chat does now not require Media permissions anymore
@@ -20,6 +25,8 @@ All notable changes to this project will be documented in this file.
[#737](https://github.com/nextcloud/spreed/pull/737)
- Delete rooms when the last logged in user leaves
[#727](https://github.com/nextcloud/spreed/pull/727)
+- Correctly update chat UI when leaving current room
+ [#743](https://github.com/nextcloud/spreed/pull/743)
- Various layout fixes with videos and screensharing
[#702](https://github.com/nextcloud/spreed/pull/702)
[#712](https://github.com/nextcloud/spreed/pull/712)