Update CHANGELOG

master
Håvar Aambø Fosstveit 2020-03-31 22:33:03 +02:00
parent 79681b73bc
commit 7ffea7b954
1 changed files with 12 additions and 12 deletions

View File

@ -3,30 +3,30 @@
## 3.2.1 ## 3.2.1
* Fix: permananent top bar by default * Fix: permananent top bar by default
* Fix: httpOnly mode https redirecet * Fix: `httpOnly` mode https redirect
* Add some extra checks for video stream and track * Add some extra checks for video stream and track
* Add Italian translation * Add Italian translation
* Add Chech translation * Add Czech translation
* Add new server option `trustPorxy` for loadbalancing http only use case. * Add new server option `trustProxy` for load balancing http only use case
* Add HAproxy loadbalnce example * Add HAproxy load balance example
* Add LTI LMS integration documentation * Add LTI LMS integration documentation
* Fix spacing of close button * Fix spacing of leave button
* Fix for sharing same file multiple times
## 3.2 ## 3.2
* Add munin plugin * Add munin plugin
* Add muted=true search param to disble audio by deffault * Add `muted=true` search param to disable audio by default
* Modify webtorrent tracker * Modify webtorrent tracker
* Add key shortcut `space` for audio mute * Add key shortcut `space` for audio mute
* Add key shortcut `v` for video mute * Add key shortcut `v` for video mute
* Add user configurable LastN * Add user configurable LastN
* Add option to sticky top bar (sticky by default) * Add option to permananent top bar (permanent by default)
* update mediasoup server * Update mediasoup server
* Add simulcast options to app config (disabled by default) * Add `simulcast` options to app config (disabled by default)
* Add stats option to get counts of rooms and peers * Add `stats` option to get counts of rooms and peers
* Add httpOnly option for loadbalancer backend setups * Add `httpOnly` option for loadbalancer backend setups
* LTI integration for LMS systems like moodle * LTI integration for LMS systems like moodle
* Add muted=false search parameter
* Add translations (12+1 languages) * Add translations (12+1 languages)
* Add support IPv6 * Add support IPv6
* Many other fixes and refactorings * Many other fixes and refactorings