This update of PILOS v4 several key enhancements: a new optional feature for livestreaming BigBlueButton (BBB) meetings, additional options for configuring TLS handling in SMTP connections, and support for the Persian (Farsi) locale with right-to-left (RTL) layout and a fully translated locale selector.
To Install this version check our Getting Started Guide
Added
- Environment variable
MAIL_AUTO_TLS
to disable automatic TLS for SMTP servers with STARTTLS support (#2033) @SamuelWei - Environment variable
MAIL_VERIFY_PEER
to disable TLS Peer Verification for SMTP(S) (#2033) @SamuelWei - Environment variable
MAIL_SCHEME
to set a specific mail protocolsmtp
orsmtps
(#2033) @SamuelWei - Right-to-left (RTL) locale support (#2065) @SamuelWei
- Translation to locale selector (#2079) @SamuelWei
- Transition and animation for dark mode toggle (#2082) @SamuelWei
- Logo for dark mode in BBB (#1399) @SamuelWei
- Livestreaming BigBlueButton meetings to an RTMP endpoint via the BBB-Streaming-Server (#1697) @SamuelWei
- Persian/Farsi locale
- Sync profile image from LDAP (#1994, #1997) @q16marvin and @SamuelWei
Fixed
Removed
- Environment variable
MAIL_ENCRYPTION
, useMAIL_SCHEME
instead (#2033) @SamuelWei
Full Changelog: v4.4.0...v4.5.0
New Contributors
- @q16marvin made their first contribution in #1997