From f703cd6b0609098ac0ab265e7aa99301a1935dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Fri, 22 May 2020 21:37:15 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 471b71f..28984be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## 3.3 +* Add: Rooms now scale across cores +* Add: Permissions and roles. Users can now have different roles (moderator, admin etc.) that give different permissions. +* Add: TURN API or fallback TURN server +* Add: Configurable room size limit +* Add: Prometheus monitoring support +* Add: Possible to share several videos (ex: 2 webcams) +* Add: Configurable audio settings (echocancellation etc.) +* Add: Configurable audio output device (in supported browsers) +* Add: Audio auto mute/unmute based on volume +* Add: Handle unsupported browsers properly +* Add: Lots of appearence settings +* Add: Side drawer can now stay permanently open +* Add: Move control buttons to separate control bar +* Add: Can now "raise hand" +* Add: Screen sharing in Safari 13+, Opera and Edge +* Add: Extended advanced info about network in client +* Add: Configurable screen sharing frame rate +* Add: Help and About dialogs +* Add: More keyboard shortcuts +* Add: Quality indicator on videos +* Add: More translations +* Fix: Various UI fixes and improvements +* Fix: Better audio/video device handling +* Fix: Update keyboard shortcut handling +* Fix: Authentication for load balanced scenarios +* Fix: Signaling when entering lobby +* Fix: Signaling timeouts and retries +* Fix: Filesharing fixes (sharing same file twice, etc.) +* Fix: Better handling of hark +* Fix: Use applyContraints instead of restarting producers +* Fix: Now handles reconnects properly if client loses connection +* Fix: Rotating devices don't show rotated videos +* Fix: Various fixes to client authentication + ## 3.2.1 * Fix: permananent top bar by default