Merge branch 'releasing/0.12.2' into develop

This commit is contained in:
Emmanuel Durand
2026-05-04 10:10:29 -04:00
4 changed files with 50 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ endif()
project(
splash
VERSION 0.12.1
VERSION 0.12.3
LANGUAGES C CXX
)
+20
View File
@@ -1,6 +1,26 @@
Splash release notes
====================
Splash 0.12.2 (2026-05-04)
-------------------------
Improvements:
- Add a Websocket controller
- Improve file selector filters
- Improve warp maximum patch resolution from 8 to 24
- Improve file selection for each object type
- Remove CI for Ubuntu 22.04
- Upgrade to sh4lt 0.3
Bugs fixed:
- Fix encoding parameters parsing in sinks
- Fix Z-fighting for the grid
- Fix build following CI update
- Fix coverage (and other code analysis branches) build
- Fix Flatpak staging job being run on ARM64 sometimes
Documentation:
- Add missing attribute descriptions for image_ffmpeg
Splash 0.12.0 (2026-03-05)
-------------------------
Improvements:
+1 -1
View File
@@ -20,7 +20,7 @@
bl_info = {
"name": "Splash output",
"author": "Splash authors",
"version": (0, 12, 1),
"version": (0, 12, 3),
"blender": (2, 80, 0),
"location": "3D View > Toolbox, File > Export",
"description": "Utility tools to connect Blender to the Splash videomapper",
@@ -45,7 +45,7 @@
<category>Player</category>
</categories>
<url type="homepage">https://splashmapper.xyz</url>
<url type="bugtracker">https://gitlab.com/splashmapper/splash/-/issues</url>
<url type="bugtracker">https://gitlab.com/splashmapper/splash/-/work_items</url>
<url type="help">https://splashmapper.xyz/en/contents.html</url>
<url type="contact">https://matrix.to/#/#splashmapper:matrix.org</url>
<url type="donation">https://opencollective.com/splash</url>
@@ -60,6 +60,33 @@
<color type="primary" scheme_preference="dark">#1b2526</color>
</branding>
<releases>
<release version="0.12.2" date="2026-05-04">
<description>
<p>Improvements:</p>
<ul>
<li>Add a Websocket controller</li>
<li>Improve file selector filters</li>
<li>Improve warp maximum patch resolution from 8 to 24</li>
<li>Improve file selection for each object type</li>
<li>Remove CI for Ubuntu 22.04</li>
<li>Upgrade to sh4lt 0.3</li>
</ul>
<p>Bugs fixed:</p>
<ul>
<li>Fix encoding parameters parsing in sinks</li>
<li>Fix Z-fighting for the grid</li>
<li>Fix build following CI update</li>
<li>Fix coverage (and other code analysis branches) build</li>
<li>Fix Flatpak staging job being run on ARM64 sometimes</li>
</ul>
<p>Documentation:</p>
<ul>
<li>Add missing attribute descriptions for image_ffmpeg</li>
</ul>
</description>
</release>
<release version="0.12.0" date="2026-03-05">
<description>
<p>Improvements:</p>