multiparty-meeting/CHANGELOG.md

81 lines
2.1 KiB
Markdown

# Changelog
## 3.2.1
* Fix: permananent top bar by default
* Fix: httpOnly mode https redirecet
* Add some extra checks for video stream and track
* Add Italian translation
* Add Chech translation
* Add new server option `trustPorxy` for loadbalancing http only use case.
* Add HAproxy loadbalnce example
* Add LTI LMS integration documentation
* Fix spacing of close button
## 3.2
* Add munin plugin
* Add muted=true search param to disble audio by deffault
* Modify webtorrent tracker
* Add key shortcut `space` for audio mute
* Add key shortcut `v` for video mute
* Add user configurable LastN
* Add option to sticky top bar (sticky by default)
* update mediasoup server
* Add simulcast options to app config (disabled by default)
* Add stats option to get counts of rooms and peers
* Add httpOnly option for loadbalancer backend setups
* LTI integration for LMS systems like moodle
* Add muted=false search parameter
* Add translations (12+1 languages)
* Add support IPv6
* Many other fixes and refactorings
## 3.1
* Browser session storage
* Virtual lobby for rooms
* Allow minimum TLSv1.2 and recommended ciphers
* Code splitting for faster load times
* Various GUI fixes
* Internationalization support
* Can require sign in for access
## 3.0
* Updated to mediasoup v3
* Replace lib "passport-datporten" with "openid-client" (a general OIDC certified client)
* OpenID Connect discovery
* Auth code flow
* Add spdy http2 support.
* Notice it does not supports node 11.x
* Updated to Material UI v4
## 2.0
* Material UI
* Separate settings for lastN for desktop and mobile
## 1.2
* Add Lock Room feature
* Fix suspended Web Audio context / fixed delayed getUsermedia
* Added support for the new getdisplaymedia API in Chrome 72
## 1.1
* Moved Filesharing code out from React code to RoomClient
* Major cleanup of CSS. Variables for most colors and sizes exposed in :root
* Started using React Context instead of middleware
* Small fixes to buttons and layout
## 1.0
* Fixed toolarea button based on feedback from users
* Added possibility to move video to separate window
* Added SIP gateway
## RC1 1.0
* First stable release?