diff --git a/debian/changelog b/debian/changelog index a379b949be..a4681866b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qlcplus (4.10.5) stable; urgency=low * Engine: added indigo to fixture channel colors (thanks to Axel Metzke) * Engine: properly handle RGB Matrices with generic dimmers (Jano Svitok) + * UI/Function Manager: fix crash when trying to clone a folder (David Garyga) * UI/RGB Matrix Editor: editor preview doesn't stop when testing the Function * UI/Collection Editor: allow multiple selection and added Function reordering buttons * UI/Remap: fixed universes list in target mapping @@ -10,9 +11,9 @@ qlcplus (4.10.5) stable; urgency=low * Virtual Console/Frame: Show page number when collapsed (thanks to Matthias Gubisch) * Virtual Console/Cue List: allow to choose playback buttons layout (Play/Pause + Stop or Play/Stop + Pause) * Plugins/DMX USB: fixed crash happening on PRO devices when receiving a full universe - * Plugins/MIDI: [MacOS] added support for virtual ports, show only plugged devices and properly handle hotplug + * Plugins/DMX USB: [MacOS] fixed regression caused by the Qt libraries on PRO devices + * Plugins/MIDI: [MacOS] added support for virtual ports, show only active devices and properly handle hotplug * Fixture Editor: fixed minimum value of a new capability not updating correctly - * Function Manager: fix crash when trying to clone a folder (David Garyga) * RGB Scripts: added One by one (Jano Svitok) * New fixtures: Pro-Lights LumiPIX 12Q, Proel PLLEDMLBG (thanks to Andrea Ugolini) * New fixtures: Stairville DCL Flat Par 18x4W CW/WW, Cameo LED MultiPAR CLM-PAR-COB1 (thanks to Freasy) @@ -49,7 +50,7 @@ qlcplus (4.10.5) stable; urgency=low * New fixtures: Pro Lights LumiPAR18QTour, Elation SIXPAR 200IP (thanks to Oscar Cervesato) * New fixture: Stairville Beam Moving Head B5R, American DJ Flat Par TW12, Varytec Easy Scan XT Mini (thanks to Thierry Rodolfo) - -- Massimo Callegari Sun, 25 Sep 2016 12:13:14 +0200 + -- Massimo Callegari Sat, 3 Dec 2016 12:13:14 +0200 qlcplus (4.10.4) stable; urgency=low diff --git a/resources/docs/pdf_cover.html b/resources/docs/pdf_cover.html index 8b2deae6d6..d1ccad6ebe 100644 --- a/resources/docs/pdf_cover.html +++ b/resources/docs/pdf_cover.html @@ -14,8 +14,8 @@
















Updated to version 4.10.5
-July, 31st 2016 +December, 3rd 2016 - \ No newline at end of file + diff --git a/variables.pri b/variables.pri index 4679a22f3c..9dec2de49a 100644 --- a/variables.pri +++ b/variables.pri @@ -4,7 +4,7 @@ APPNAME = Q Light Controller Plus FXEDNAME = Fixture Definition Editor -APPVERSION = 4.10.5 GIT +APPVERSION = 4.10.5 # Disable these if you don't want to see GIT short hash in the About Box #unix:REVISION = $$system(git log --pretty=format:'%h' -n 1) @@ -32,11 +32,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: {