Updated News and version number

This commit is contained in:
Emmanuel Durand
2023-12-05 13:55:54 -05:00
parent 24c34c382c
commit fd02e4de46
5 changed files with 31 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
cmake_minimum_required(VERSION 3.12)
project(
splash
VERSION 0.10.1
VERSION 0.10.2
LANGUAGES C CXX
)
+27
View File
@@ -1,6 +1,33 @@
Splash release notes
====================
Splash 0.10.2 (2023-12-05)
-------------------------
Improvements:
* Renamed attribute "sideness" to "culling" (potentially breaking change, configurations are upgraded automatically)
* Added CI jobs to staging, removed some from develop
* Updated release process, updated scripts and doc to reflect that change
* Added support for initializer lists to Value
* Isolated more OpenGL code into OpenGL and OpenGL ES specific classes
* Shader does not derive from GraphObject anymore
* Removed the need for Framebuffer to have a RootObject
* Removed Image needing a RootObject
* Simplified Renderer API
* Optimized RootObject::updateTreeFromObjects
* Added a sanitization flag to the CMake project
Bugs fixed:
* Brought back 16bits FBO
* Brought back named framebuffers in OpenGL fbo implementation
* Fixed Shader::getShaderInfoLog
* Fixed splash --info, and added a CI test for it
* Fixed GPU framerate not being measured anymore
* Fixed GeometryGfxImpl::buffersTooSmall growing buffers too fast, and added doc
* Fixed issues detected by static analysis
Documentation:
* Fixed documentation here and there
Splash 0.10.0 (2023-11-12)
-------------------------
Improvements:
+1 -1
View File
@@ -20,7 +20,7 @@
bl_info = {
"name": "Splash output",
"author": "Splash authors",
"version": (0, 10, 1),
"version": (0, 10, 2),
"blender": (2, 80, 0),
"location": "3D View > Toolbox, File > Export",
"description": "Utility tools to connect Blender to the Splash videomapper",
+1 -1
View File
@@ -4,4 +4,4 @@ Exec=splash
Type=Application
Icon=splash.png
Categories=Graphics;3DGraphics;Player;
Version=0.10.1
Version=0.10.2
@@ -19,6 +19,7 @@ Splash is a free (as in GPL) modular mapping software. Provided that the user cr
</screenshot>
</screenshots>
<releases>
<release version="0.10.2" date="2023-12-05" />
<release version="0.10.0" date="2023-11-12" />
<release version="0.9.40" date="2023-10-02" />
<release version="0.9.38" date="2023-09-02" />