Skip to content

Commit 0ac8f1b

Browse files
author
Raphael Dumusc
committed
Release 0.13.0 preparations
1 parent 439e2a3 commit 0ac8f1b

File tree

4 files changed

+1234
-5
lines changed

4 files changed

+1234
-5
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Welcome to Deflect, a C++ library for streaming pixels to other Deflect-based
44
applications, for example [Tide](https://github.com/BlueBrain/Tide).
55
Deflect offers a stable API marked with version 1.6 (for the client part).
66

7+
## Overview
8+
9+
![Deflect features overview](doc/overview.png)
10+
711
## Features
812

913
Deflect provides the following functionality:

doc/Changelog.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Changelog {#Changelog}
22
============
33

4-
## Deflect 0.13 (git master)
4+
## Deflect 0.13
55

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

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

4242
### 0.12.0 (09-12-2016)
43-
4443
* [143](https://github.com/BlueBrain/Deflect/pull/143):
4544
The non-functional Servus dependency has been removed.
4645
* [142](https://github.com/BlueBrain/Deflect/pull/142):
@@ -102,7 +101,6 @@ Changelog {#Changelog}
102101
## Deflect 0.11
103102

104103
### 0.11.1 (30-06-2016)
105-
106104
* [112](https://github.com/BlueBrain/Deflect/pull/112):
107105
DesktopStreamer improvements:
108106
- new "view" menu to show advanced options (stream id, fps), hidden by default
@@ -111,7 +109,6 @@ Changelog {#Changelog}
111109
- improved resizing policy of the main window
112110

113111
### 0.11.0 (17-06-2016)
114-
115112
* [111](https://github.com/BlueBrain/Deflect/pull/111):
116113
DesktopStreamer: bugfix; stop streaming when the server closes the stream
117114
and the "remote control" option was not enabled.

doc/overview.png

60.5 KB
Loading

0 commit comments

Comments
 (0)