From 09ac01d6cb0d6bf40210a2f39ae6e22b94b5eba3 Mon Sep 17 00:00:00 2001 From: vanous Date: Fri, 10 Jan 2025 17:16:54 +0100 Subject: [PATCH] Release v1.9.0 --- CHANGELOG.md | 6 ++++++ blender_manifest.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ae750..0cbd665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Changelog +### 1.9.0 + +* MVR-xchange - initial websockets implementation +* Fix SVG import on some systems [Lily Hopkins] +* Translated using Weblate (Chinese (Simplified Han script)) + ### 1.8.3 * MVR-xchange networking working also on Windows: diff --git a/blender_manifest.toml b/blender_manifest.toml index 34b8f50..aec6d12 100644 --- a/blender_manifest.toml +++ b/blender_manifest.toml @@ -1,6 +1,6 @@ schema_version = "1.0.0" id = "open_stage_blender_dmx" -version = "1.8.3" +version = "1.9.0" name = "DMX" tagline = "DMX visualization and programming with GDTF/MVR, and Networking" maintainer = "Open Stage"