From 802247ae7e42738f7354baefeb36278daec45cc4 Mon Sep 17 00:00:00 2001 From: Emmanuel Durand Date: Sat, 10 May 2025 12:19:38 -0400 Subject: [PATCH] Updated News and version number --- CMakeLists.txt | 2 +- News.md | 22 ++++++++++++++ addons/blender/splash/__init__.py | 2 +- .../xyz.splashmapper.Splash.metainfo.xml | 29 +++++++++++++++++++ 4 files changed, 53 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 84a388e6..955c5d45 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ endif() project( splash - VERSION 0.11.1 + VERSION 0.11.2 LANGUAGES C CXX ) diff --git a/News.md b/News.md index 147ff070..acd00dda 100644 --- a/News.md +++ b/News.md @@ -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: diff --git a/addons/blender/splash/__init__.py b/addons/blender/splash/__init__.py index 0868686a..54bac5bf 100644 --- a/addons/blender/splash/__init__.py +++ b/addons/blender/splash/__init__.py @@ -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", diff --git a/data/share/metainfo/xyz.splashmapper.Splash.metainfo.xml b/data/share/metainfo/xyz.splashmapper.Splash.metainfo.xml index 718d5182..685623f9 100644 --- a/data/share/metainfo/xyz.splashmapper.Splash.metainfo.xml +++ b/data/share/metainfo/xyz.splashmapper.Splash.metainfo.xml @@ -34,6 +34,35 @@ + + +

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 brings many updates to the UI, among other improvements.