Releases: bigbluebutton/greenlight
Releases · bigbluebutton/greenlight
release-2.8.3
What's new:
- Upgrade to Rails 5.2.5
- Removed mimemagic dependencies
- Fixed issue that caused Room Settings to clear after editing name
- Added Privacy Policy to cookie banner
- Added full list of invited users to flash message
release-2.8.2.2
- Fixed the "No such file or directory @ rb_sysopen - /usr/share/mime/packages/freedesktop.org.xml" error when uploading a presentation
release-2.8.2.1
- Includes patch for solving the issue with mimemagic licence in rails. rails/rails#41757
release-2.8.2
- Fixed bug causing public recordings to be hidden when they are not supposed to be
- Upgraded mimemagic to 0.3.6 which fixes the failing build issue (previous version was yanked)
- Added a "Valid Until" for the invitation email
- Added IP Address to the logs
- Potential fix for 404/500 for unverified users
- Update langages
release-2.8.1
- Added Moderator Access Codes as a room setting
- Disabled by default - can be enabled in the Room Configuration tab
release-2.8
- SECURITY UPDATES
- Upgrade to Ruby 2.7.2
- Upgraded most gems to newest versions
- Changed default Postgres version to 13.2-alpine
- To upgrade an existing deployment, see: https://docs.bigbluebutton.org/greenlight/gl-config.html#upgrading-postgresql-versions
- Added the option for SMTPS
- Various bug fixes and improvements
release-2.7.20
- Added SQLite gem back in to allow the use of SQLite in production
release-2.7.19
- Security fix related to room sharing
- Fix for "Too many redirects" with OIDC
release-2.7.18
- Added reCAPTCHA to reset password page (if enabled)
- CreateTime now being passed to prevent join urls from being reused
- Shared Rooms are now factored in the count for whether to display the room search or not
release-2.7.17
- Added new ENV variables for more control on database
- Dates/Times are now automatically rendered using the same time zone as the browser
- Various bug fixes and improvements