diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fac0fcc..72b1de07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ### Changelog +### 1.4.0 + + * Add initial support for laser projection + * Add Import of GDTF and MVR to Setup panel + * Set materials for models of default fixture files + * Add gMA3 icon to MVR-exchange stations list + ### 1.3.3 * Add support for ColorRGB_Red/Green/Blue color attributes diff --git a/README.md b/README.md index abb5fa5e..3144a897 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ A DMX visualization tool inside Blender, desig First of all, make sure you have installed [Blender 3.4](https://www.blender.org/download/) or higher (Blender 4.x is supported). Then, download the `zip` file: -### LATEST RELEASE (STABLE): v1.3.3 +### LATEST RELEASE (STABLE): v1.4.0 - 1. From the [latest release](https://github.com/open-stage/blender-dmx/releases/latest) download the [blenderDMX_v1.3.3.zip](https://github.com/open-stage/blender-dmx/releases/download/v1.3.3/blenderDMX_v1.3.3.zip) file + 1. From the [latest release](https://github.com/open-stage/blender-dmx/releases/latest) download the [blenderDMX_v1.4.0.zip](https://github.com/open-stage/blender-dmx/releases/download/v1.4.0/blenderDMX_v1.4.0.zip) file ### ROLLING RELEASE (UNSTABLE) diff --git a/__init__.py b/__init__.py index aa1ebc55..148b5056 100644 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ "name": "DMX", "description": "DMX visualization and programming, with GDTF/MVR and Network support", "author": "open-stage", - "version": (1, 3, 3), + "version": (1, 4, 0), "blender": (3, 4, 0), "location": "3D View > DMX", "doc_url": "https://blenderdmx.eu/docs/faq/",