diff --git a/CMakeLists.txt b/CMakeLists.txt
index 33066b80..984d88d0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,7 @@ endif()
project(
splash
- VERSION 0.12.1
+ VERSION 0.12.3
LANGUAGES C CXX
)
diff --git a/News.md b/News.md
index 61380b81..75e2f9c7 100644
--- a/News.md
+++ b/News.md
@@ -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:
diff --git a/addons/blender/splash/__init__.py b/addons/blender/splash/__init__.py
index fbe8f9f3..bbb14671 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, 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",
diff --git a/data/share/metainfo/xyz.splashmapper.Splash.metainfo.xml b/data/share/metainfo/xyz.splashmapper.Splash.metainfo.xml
index 8d1fa3b1..61cd5e2f 100644
--- a/data/share/metainfo/xyz.splashmapper.Splash.metainfo.xml
+++ b/data/share/metainfo/xyz.splashmapper.Splash.metainfo.xml
@@ -45,7 +45,7 @@
Player
https://splashmapper.xyz
- https://gitlab.com/splashmapper/splash/-/issues
+ https://gitlab.com/splashmapper/splash/-/work_items
https://splashmapper.xyz/en/contents.html
https://matrix.to/#/#splashmapper:matrix.org
https://opencollective.com/splash
@@ -60,6 +60,33 @@
#1b2526
+
+
+ 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
+
+
+
Improvements: