From b5256a7ac9cc129a1d44b35f14457f8eaafeb3b7 Mon Sep 17 00:00:00 2001 From: Massimo Callegari Date: Sun, 27 Jun 2021 12:04:53 +0200 Subject: [PATCH] Enter 4.12.4 release --- debian/changelog | 3 ++- resources/docs/html_en_EN/pdf_cover.html | 2 +- resources/docs/html_ja_JP/pdf_cover.html | 2 +- variables.pri | 8 ++++---- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 36c9f1f662..e435cfbf6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qlcplus (4.12.4) stable; urgency=low * engine: RGB Matrix can now control white, amber, UV, dimmer and shutter channels too (started by Hans-Jürgen Tappe) * engine: add "acts on" property to channels (thanks to Michał Kluska) + * UI/Chaser Editor: make preview consistent with VC Cue List playback * Virtual Console/Button: fix submaster not affecting a Chaser startup intensity * Plugins/E1.31: make CID unique on each network interface * Plugins/Peperoni: add Rodin1 MK3 to the supported devices (thanks to Tolmino Muccitelli) @@ -46,7 +47,7 @@ qlcplus (4.12.4) stable; urgency=low * New fixtures: Dune Lighting LED Blender 220, Dune Lighting PAR LED 64 (thanks to David Grc) * New fixture: beamZ Illusion II (thanks to Yestalgia) - -- Massimo Callegari Sun, 18 Jul 2021 12:13:14 +0200 + -- Massimo Callegari Sun, 27 Jun 2021 12:13:14 +0200 qlcplus (4.12.3) stable; urgency=low diff --git a/resources/docs/html_en_EN/pdf_cover.html b/resources/docs/html_en_EN/pdf_cover.html index 0005ad82bf..b723f77070 100644 --- a/resources/docs/html_en_EN/pdf_cover.html +++ b/resources/docs/html_en_EN/pdf_cover.html @@ -14,7 +14,7 @@
















Updated to version 4.12.4
-December, 20th 2020 +June, 27th 2021 diff --git a/resources/docs/html_ja_JP/pdf_cover.html b/resources/docs/html_ja_JP/pdf_cover.html index a40549e443..ff5625c1ed 100755 --- a/resources/docs/html_ja_JP/pdf_cover.html +++ b/resources/docs/html_ja_JP/pdf_cover.html @@ -14,7 +14,7 @@
















Updated to version 4.12.4
-December, 20th 2020 +June, 27th 2021 diff --git a/variables.pri b/variables.pri index 9326b81814..106479bbf4 100644 --- a/variables.pri +++ b/variables.pri @@ -4,7 +4,7 @@ APPNAME = Q Light Controller Plus FXEDNAME = Fixture Definition Editor -!qmlui: APPVERSION = 4.12.4 GIT +!qmlui: APPVERSION = 4.12.4 qmlui: APPVERSION = 5.0.0 Beta 1 # Disable these if you don't want to see GIT short hash in the About Box @@ -35,11 +35,11 @@ contains(FORCECONFIG, release) { #DEFINES += QT_NO_DEBUG_OUTPUT } else { # Enable the following 2 lines when making a release - CONFIG -= release -# DEFINES += QT_NO_DEBUG_OUTPUT + CONFIG += release + DEFINES += QT_NO_DEBUG_OUTPUT # Disable this when making a release - CONFIG += debug + CONFIG -= debug } !macx:!ios: {