From 282b8afccbccae19e2699694dca292dd4c571d6f Mon Sep 17 00:00:00 2001 From: vanous Date: Sat, 7 Sep 2024 22:32:58 +0200 Subject: [PATCH] Release addon 1.8.0 --- CHANGELOG.md | 13 +++++++++++++ __init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 725778ec..f69075e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ ### Changelog +### 1.8.0 + +* Updated translations +* Add support for pan/tilt rotation, add GDTF fixture with continuous rotation +* Add support for CTC +* Add display device label also in 3D +* Add subfixture based controlling +* Programmer: show fixture type name if multiple selection is one gdtf type +* Fix: Ensure working Pan/tilt control for fixtures without target +* Fix: Fix keyframe cleaning after addition of PSN +* Fix: Adjust share profile path after changes for custom user data path +* Fix: Ensure that World - Scene - Background exists + ### 1.7.5 * Allow using user writable directory associated with an extension (extension only) diff --git a/__init__.py b/__init__.py index cea12103..609fbd3f 100644 --- a/__init__.py +++ b/__init__.py @@ -19,7 +19,7 @@ "name": "DMX", "description": "DMX visualization and programming, with GDTF/MVR and Network support", "author": "open-stage", - "version": (1, 7, 5), + "version": (1, 8, 0), "blender": (3, 4, 0), "location": "3D View > DMX", "doc_url": "https://blenderdmx.eu/docs/faq/",