Updated NEWS and version number

This commit is contained in:
Emmanuel Durand
2017-04-13 11:56:31 -04:00
parent 1cfdfd0a79
commit 8cc08a4c32
4 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
cmake_minimum_required(VERSION 3.2)
project(
splash
VERSION 0.6.3
VERSION 0.6.4
LANGUAGES C CXX
)
+14
View File
@@ -1,6 +1,20 @@
Splash release notes
===================
Splash 0.6.4 (2017-04-13)
-------------------------
New features:
- Added a desktop entry
Improvements:
- Some code cleanup, refactored some base classes
- Added object description to the output of splash --info
- Filter: output size can now be overridden
Bug fixed:
- Fixed installation instructions
- Fixed Debian package
Splash 0.6.2 (2017-03-30)
-------------------------
New features:
+1 -1
View File
@@ -20,7 +20,7 @@
bl_info = {
"name": "Splash output",
"author": "Emmanuel Durand",
"version": (0, 6, 3),
"version": (0, 6, 4),
"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.6.3
Version=0.6.4
Name=Splash
Exec=splash
Type=Application