Spreed v0.17.5 Release Notes

    • Implemented server side support for user authentication and authorization.
    • Added an REST API end point (see docs).
    • Settings are now implicitly stored.
    • Javascript console log is now disabled per default. Enable with ?debug URL parameter or by typing debug(true) in console.
    • The integrated TLS server can now provide TLS client authentication.
    • Updated example plugins to latest APIs.
    • Bootstrap and FontAwesome are now compiled on build from SCSS sources.
    • All styles now use a common set of variables for colors and font sizes.
    • Removed vendor prefixes from scss and generate them on build with the autoprefixes utility.
    • Fixed compatibility with mobile Safari < 6 which did not load.
    • Fixed compatibility with Firefox in case the Firefox peer has no camera.
    • Settings do now auto open on start when there is no display name set.
    • The accept a call button does now share in sync with the ringing sound.
    • Added support to specify the default language by URL parameter (?lang=en).
    • Added support for .webp images as buddy images.