Skip to content

Commit

Permalink
Release 0.13.0 preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Dumusc committed May 10, 2017
1 parent 439e2a3 commit 0ac8f1b
Show file tree
Hide file tree
Showing 4 changed files with 1,234 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Welcome to Deflect, a C++ library for streaming pixels to other Deflect-based
applications, for example [Tide](https://github.com/BlueBrain/Tide).
Deflect offers a stable API marked with version 1.6 (for the client part).

## Overview

![Deflect features overview](doc/overview.png)

## Features

Deflect provides the following functionality:
Expand Down
7 changes: 2 additions & 5 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Changelog {#Changelog}
============

## Deflect 0.13 (git master)
## Deflect 0.13

### Deflect 0.13.0 (10-05-2017)
* [163](https://github.com/BlueBrain/Deflect/pull/163):
Stereo streaming accepts side-by-side images as input.
* [161](https://github.com/BlueBrain/Deflect/pull/161):
Expand All @@ -29,7 +30,6 @@ Changelog {#Changelog}
## Deflect 0.12

### 0.12.1 (01-02-2017)

* [147](https://github.com/BlueBrain/Deflect/pull/147):
Improved handling of network protocol updates. Future updates should be
possible without breaking any client/server based on this release.
Expand All @@ -40,7 +40,6 @@ Changelog {#Changelog}
DesktopStreamer: new slider to adjust the JPEG quality in advanced settings.

### 0.12.0 (09-12-2016)

* [143](https://github.com/BlueBrain/Deflect/pull/143):
The non-functional Servus dependency has been removed.
* [142](https://github.com/BlueBrain/Deflect/pull/142):
Expand Down Expand Up @@ -102,7 +101,6 @@ Changelog {#Changelog}
## Deflect 0.11

### 0.11.1 (30-06-2016)

* [112](https://github.com/BlueBrain/Deflect/pull/112):
DesktopStreamer improvements:
- new "view" menu to show advanced options (stream id, fps), hidden by default
Expand All @@ -111,7 +109,6 @@ Changelog {#Changelog}
- improved resizing policy of the main window

### 0.11.0 (17-06-2016)

* [111](https://github.com/BlueBrain/Deflect/pull/111):
DesktopStreamer: bugfix; stop streaming when the server closes the stream
and the "remote control" option was not enabled.
Expand Down
Binary file added doc/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0ac8f1b

Please sign in to comment.