Skip to content

Commit e2699ee

Browse files
committed
Prepare for 0.17.5 release.
1 parent 6e2d054 commit e2699ee

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

debian/changelog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
spreed-speakfreely-server (0.17.5) precise; urgency=low
2+
3+
* Implemented server side support for user authentication and authorization.
4+
* Added an REST API end point (see docs).
5+
* Settings are now implicitly stored.
6+
* Javascript console log is now disabled per default. Enable with ?debug
7+
URL parameter or by typing debug(true) in console.
8+
* The integrated TLS server can now provide TLS client authentication.
9+
* Updated example plugins to latest APIs.
10+
* Bootstrap and FontAwesome are now compiled on build from SCSS sources.
11+
* All styles now use a common set of variables for colors and font sizes.
12+
* Removed vendor prefixes from scss and generate them on build with
13+
the autoprefixes utility.
14+
* Fixed compatibility with mobile Safari < 6 which did not load.
15+
* Fixed compatibility with Firefox in case the Firefox peer has no camera.
16+
* Settings do now auto open on start when there is no display name set.
17+
* The accept a call button does now share in sync with the ringing sound.
18+
* Added support to specify the default language by URL parameter (?lang=en).
19+
* Added support for .webp images as buddy images.
20+
21+
-- Simon Eisenmann <[email protected]> Thu, 22 May 2014 17:49:16 +0200
22+
123
spreed-speakfreely-server (0.17.4) precise; urgency=low
224

325
* Updated Japanese translation.

0 commit comments

Comments
 (0)