diff --git a/CMakeLists.txt b/CMakeLists.txt index a091fa77..0a059bec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.2) project( splash - VERSION 0.6.3 + VERSION 0.6.4 LANGUAGES C CXX ) diff --git a/NEWS.md b/NEWS.md index 3dca42f9..13023c3a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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: diff --git a/addons/blender/splash/__init__.py b/addons/blender/splash/__init__.py index 6978e4fb..01777355 100644 --- a/addons/blender/splash/__init__.py +++ b/addons/blender/splash/__init__.py @@ -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", diff --git a/data/config/splash-launcher.desktop b/data/config/splash-launcher.desktop index 7f563a0e..bda81feb 100755 --- a/data/config/splash-launcher.desktop +++ b/data/config/splash-launcher.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.6.3 +Version=0.6.4 Name=Splash Exec=splash Type=Application