Updated NEWS, README and version number

This commit is contained in:
Emmanuel Durand
2017-09-28 13:25:33 -04:00
parent 63849490d6
commit 762cba7fb1
5 changed files with 35 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
cmake_minimum_required(VERSION 3.2)
project(
splash
VERSION 0.7.5
VERSION 0.7.6
LANGUAGES C CXX
)
+31
View File
@@ -1,6 +1,37 @@
Splash release notes
===================
Splash 0.7.6 (2017-09-28)
-------------------------
New features:
- Added a virtual screen object
- Added a loop rate parameter to the Python interpreter
- Hidden the Python splash capsule in the splash module
- Added a Sink wrapper to the Python interpreter
- Added attribute callbacks
- Simulate swap synchro when splash is hidden to avoid taking 100% GPU.
Improvements:
- Added a Probe node to the Blender addon
- Removed ghost-specific commands
- Moved swap interval set from Scene to Window
- Duplicated the link and unlink commands in the World, to simplify the API
- Renamed controller methods
- Added ZMQ as a submodule
- Added splash.get_timings() to Python API
- Deleted the thread pool, replaced with futures or mere threads.
Bugs fixed:
- Fixed an issue in the Blender exporter, when exporting only the 3D models
- Fixed issue with warps
- Fixed factory not creating Python controller
- Fixed a #ifdef issue in image_shmdata
- Fixed Python controller object not loading correctly custom attributes
- Fixed adaptive framerate
- Fixed Python custom attributes
- Fixed integration tests
- Fixed issue with ImGui style editor not building
Splash 0.7.4 (2017-07-31)
-------------------------
New features:
+1
View File
@@ -35,6 +35,7 @@ This program is free software; you can redistribute it and/or modify it under th
### Authors
* Emmanuel Durand ([Github](https://github.com/paperManu))([Website](https://emmanueldurand.net))
* Jérémie Soria ([Github](https://github.com/eldaranne))
### Projet URL
This project can be found either on the [SAT Metalab repository](http://code.sat.qc.ca/redmine/projects/splash) or on [Github](https://github.com/paperManu/splash).
+1 -1
View File
@@ -20,7 +20,7 @@
bl_info = {
"name": "Splash output",
"author": "Emmanuel Durand",
"version": (0, 7, 5),
"version": (0, 7, 6),
"blender": (2, 72, 0),
"location": "3D View > Toolbox, File > Export",
"description": "Utility tools to connect Blender to the Splash videomapper",
+1 -1
View File
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=0.7.5
Version=0.7.6
Name=Splash
Exec=splash
Type=Application