diff --git a/CHANGELOG.md b/CHANGELOG.md index f69075e6..41be8604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,23 @@ ### Changelog +### 1.8.1 + +* Translated using Weblate (Tamil, Literary Chinese, Chinese Chinese (Simplified Han script), Polish, Spanish, Turkish) +* Handle some essential MVR import errors +* Add MVR Target import option +* Update pygdtf and pymvr - improve imports of GDTF and MVR files +* Add possibility to record objects with #bdmx drivers and disable/enable them to allow playback/rendering +* Add 'Remove DMX from blend file' option +* Ensure that gobos and iris work without zoom (again) +* Add keymap preference screen + ### 1.8.0 * Updated translations * Add support for pan/tilt rotation, add GDTF fixture with continuous rotation +* Add support for Iris +* Add support for Gobo 2 and for Gobo1/Gobo2 combined gobo projection +* Add support for static gobos (Gobo(n) without Gobo(n)Pos or Rot) * Add support for CTC * Add display device label also in 3D * Add subfixture based controlling diff --git a/README.md b/README.md index bed6a547..0ded6b75 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ A DMX visualization tool inside Blender, desig ## Installation -Make sure you have [Blender](https://www.blender.org/download/), latest version 4.2 is recommended, minimal version is 3.4. +Make sure you have [Blender](https://www.blender.org/download/) 4.x installed, +minimal working version is 3.4 or 4.1 (via older addon), latest tested is 4.3 +via Extension. Go to [DOWNLOAD PAGE](https://blenderdmx.eu/download). diff --git a/__init__.py b/__init__.py index 609fbd3f..625a53f9 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, 8, 0), + "version": (1, 8, 1), "blender": (3, 4, 0), "location": "3D View > DMX", "doc_url": "https://blenderdmx.eu/docs/faq/",