Browse Source

Prepare for 0.17.5 release.

pull/35/head v0.17.5
Simon Eisenmann 11 years ago
parent
commit
e2699eec1a
  1. 22
      debian/changelog

22
debian/changelog vendored

@ -1,3 +1,25 @@
spreed-speakfreely-server (0.17.5) precise; urgency=low
* 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.
-- Simon Eisenmann <simon@struktur.de> Thu, 22 May 2014 17:49:16 +0200
spreed-speakfreely-server (0.17.4) precise; urgency=low spreed-speakfreely-server (0.17.4) precise; urgency=low
* Updated Japanese translation. * Updated Japanese translation.

Loading…
Cancel
Save