diff --git a/debian/changelog b/debian/changelog index b6000a5d93..545a0f075e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ qlcplus (4.12.7) stable; urgency=low * Virtual Console/Animation: include all available presets * Virtual Console: submaster now affects widgets on all pages but only on active frames * Web Access: add support for widget background images + * Web Access: improve button layout and text overflow (thanks to pomowunk) * Application: fix qxf file association on Windows (if installed as admin) * RGB scripts: added 'Marquee' script (thanks to Branson Matheson) * Input profiles: added ADJ MIDICON-2 (thanks to David Thomas) @@ -65,8 +66,11 @@ qlcplus (4.12.7) stable; urgency=low * New fixture: Starway Servo Beam 10R (thanks to David Talet) * New fixture: Cameo Zenit B200 (thanks to ikr) * New fixture: Stairville BEL4 - Battery Event Light 4x15W (thanks to Pascal) + * New fixture: U'King B117 Par Can 4in1 RGBW (thanks to Turning Point) + * New fixture: Chauvet Followspot 120ST (thanks to Scott Yarbrough) + * New fixture: Chauvet COLORband T3 BT (thanks to William Todd) - -- Massimo Callegari Sun, 21 May 2023 12:13:14 +0200 + -- Massimo Callegari Fri, 19 May 2023 12:13:14 +0200 qlcplus (4.12.6) stable; urgency=low diff --git a/resources/docs/html_en_EN/pdf_cover.html b/resources/docs/html_en_EN/pdf_cover.html index da02485798..58767cd74a 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.7
-January, 29th 2023 +May, 19th 2023 diff --git a/resources/docs/html_ja_JP/pdf_cover.html b/resources/docs/html_ja_JP/pdf_cover.html index a3ad825eef..e47dddc03b 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.7
-January, 29th 2023 +May, 19th 2023 diff --git a/variables.pri b/variables.pri index aea71e0bf4..0fc7258004 100644 --- a/variables.pri +++ b/variables.pri @@ -4,7 +4,7 @@ APPNAME = Q Light Controller Plus FXEDNAME = Fixture Definition Editor -!qmlui: APPVERSION = 4.12.7 GIT +!qmlui: APPVERSION = 4.12.7 qmlui: APPVERSION = 5.0.0 Beta 3 # Disable these if you don't want to see GIT short hash in the About Box @@ -36,11 +36,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: {