mirror of
https://gitlab.com/splashmapper/splash.git
synced 2026-06-16 12:33:50 +02:00
Updated NEWS and version number
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
project(
|
||||
splash
|
||||
VERSION 0.6.3
|
||||
VERSION 0.6.4
|
||||
LANGUAGES C CXX
|
||||
)
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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,5 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Version=0.6.3
|
||||
Version=0.6.4
|
||||
Name=Splash
|
||||
Exec=splash
|
||||
Type=Application
|
||||
|
||||
Reference in New Issue
Block a user