diff --git a/CHANGELOG.md b/CHANGELOG.md index 7124931..bda55dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,26 @@ # Changelog -### Next Version - * Add munin plugin - * Add muted=true search param to disble audio by deffault +## 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 -### 3.1 * Browser session storage * Virtual lobby for rooms * Allow minimum TLSv1.2 and recommended ciphers @@ -13,7 +29,8 @@ * Internationalization support * Can require sign in for access -### 3.0 +## 3.0 + * Updated to mediasoup v3 * Replace lib "passport-datporten" with "openid-client" (a general OIDC certified client) - OpenID Connect discovery @@ -22,25 +39,30 @@ - Notice it does not supports node 11.x * Updated to Material UI v4 - ### 2.0 +## 2.0 + * Material UI * Separate settings for lastN for desktop and mobile - ### 1.2 +## 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 +## 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 +## 1.0 + * Fixed toolarea button based on feedback from users * Added possibility to move video to separate window * Added SIP gateway -### RC1 1.0 +## RC1 1.0 + * First stable release?