-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> Thu, 22 May 2014 17:49:16 +0200 | ||
|
||
spreed-speakfreely-server (0.17.4) precise; urgency=low | ||
|
||
* Updated Japanese translation. | ||
|