Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tribal-tec committed Jun 28, 2018
1 parent 76b0d6a commit 2462763
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
future-release=0.6.0
future-release=0.6.1
user=BlueBrain
project=Brayns
output=Changelog.md
Expand Down
25 changes: 25 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## [0.6.1](https://github.com/BlueBrain/Brayns/tree/0.6.1) (28-06-2018)

**Implemented enhancements:**

- Added a stereo camera with the ability to change the zero-parallax plane [\#440](https://github.com/BlueBrain/Brayns/pull/440)
- SDF morphology loading speedup [\#436](https://github.com/BlueBrain/Brayns/pull/436)

**Fixed bugs:**

- Fix segfault when using Viewer and browser UI [\#444](https://github.com/BlueBrain/Brayns/pull/444)
- Fixed volume management [\#443](https://github.com/BlueBrain/Brayns/pull/443)
- Changed viewport to floats in order to increase browser compatibility [\#438](https://github.com/BlueBrain/Brayns/pull/438)
- Add missing triggerRender\(\) for plugin actions [\#433](https://github.com/BlueBrain/Brayns/pull/433)
- Fixed material issue in the mesh loader [\#431](https://github.com/BlueBrain/Brayns/pull/431)
- Account for custom renderers in snaphots [\#429](https://github.com/BlueBrain/Brayns/pull/429)
- Fixes related to volume handling [\#425](https://github.com/BlueBrain/Brayns/pull/425)
- Call plugin prerender only with locked mutex [\#422](https://github.com/BlueBrain/Brayns/pull/422)

**Merged pull requests:**

- Use custom epsilon when calculating SDF normals [\#439](https://github.com/BlueBrain/Brayns/pull/439)
- Throw error when allocating too large ospray buffer. [\#437](https://github.com/BlueBrain/Brayns/pull/437)
- Clarify beginning of user guide \(loading data\) [\#430](https://github.com/BlueBrain/Brayns/pull/430)
- Add minimal example plugin [\#427](https://github.com/BlueBrain/Brayns/pull/427)

## [0.6.0](https://github.com/BlueBrain/Brayns/tree/0.6.0) (08-06-2018)

**Implemented enhancements:**
Expand Down

0 comments on commit 2462763

Please sign in to comment.