Updated News and version number

This commit is contained in:
Emmanuel Durand
2025-05-10 12:19:38 -04:00
parent 4f39e327c2
commit 802247ae7e
4 changed files with 53 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ endif()
project(
splash
VERSION 0.11.1
VERSION 0.11.2
LANGUAGES C CXX
)
+22
View File
@@ -1,6 +1,28 @@
Splash release notes
====================
Splash 0.11.2 (2025-05-10)
-------------------------
Improvements:
* Add a specific branch to trigger Windows build by the CI
* Add running splash through xvfb in CI
* Add a new macro to help with graphics debug
* Update metainfo
Bugs fixed:
* Fix GUI window being created in all scenes instead of only the main one
* Fix unit tests for Json loading
* Fix multiple string attr display, and now hides textureList attr for Window
* Fix loading configuration as exported by the Blender addon
* Fix crash when replacing a mesh
* Fix keeping alias when replacing object, and display it as preview in UI if needed
* Fix Image_OpenCV media input
* Fix random freeze when deleting Image_NDI
* Fix ZMQ compilation with newer cmake
Documentation:
* Update Snappy to version 1.2.2
Splash 0.11.0 (2025-05-01)
-------------------------
Improvements:
+1 -1
View File
@@ -20,7 +20,7 @@
bl_info = {
"name": "Splash output",
"author": "Splash authors",
"version": (0, 11, 1),
"version": (0, 11, 2),
"blender": (2, 80, 0),
"location": "3D View > Toolbox, File > Export",
"description": "Utility tools to connect Blender to the Splash videomapper",
@@ -34,6 +34,35 @@
</screenshot>
</screenshots>
<releases>
<release version="0.11.2" date="2025-05-10">
<description>
<p>Improvements:</p>
<ul>
<li>Add a specific branch to trigger Windows build by the CI</li>
<li>Add running splash through xvfb in CI</li>
<li>Add a new macro to help with graphics debug</li>
<li>Update metainfo</li>
</ul>
<p>Bugs fixed:</p>
<ul>
<li>Fix GUI window being created in all scenes instead of only the main one</li>
<li>Fix unit tests for Json loading</li>
<li>Fix multiple string attr display, and now hides textureList attr for Window</li>
<li>Fix loading configuration as exported by the Blender addon</li>
<li>Fix crash when replacing a mesh</li>
<li>Fix keeping alias when replacing object, and display it as preview in UI if needed</li>
<li>Fix Image_OpenCV media input</li>
<li>Fix random freeze when deleting Image_NDI</li>
<li>Fix ZMQ compilation with newer cmake</li>
</ul>
<p>Documentation:</p>
<ul>
<li>Update Snappy to version 1.2.2</li>
</ul>
</description>
</release>
<release version="0.11.0" date="2025-05-01">
<description>
<p>Splash 0.11.0 brings many updates to the UI, among other improvements.