Skip to content

Commit

Permalink
Enter 4.12.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed May 18, 2023
1 parent c87ec4a commit dcdd102
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion debian/changelog
Expand Up @@ -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)
Expand Down Expand Up @@ -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 <massimocallegari@yahoo.it> Sun, 21 May 2023 12:13:14 +0200
-- Massimo Callegari <massimocallegari@yahoo.it> Fri, 19 May 2023 12:13:14 +0200

qlcplus (4.12.6) stable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion resources/docs/html_en_EN/pdf_cover.html
Expand Up @@ -14,7 +14,7 @@ <H1><img src="qrc:/qlcplus.png" align="absmiddle">

<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
Updated to version 4.12.7<br>
January, 29th 2023
May, 19th 2023
</CENTER>

</BODY>
Expand Down
2 changes: 1 addition & 1 deletion resources/docs/html_ja_JP/pdf_cover.html
Expand Up @@ -14,7 +14,7 @@ <H1><img src="qrc:/qlcplus.png" align="absmiddle">

<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
Updated to version 4.12.7<br>
January, 29th 2023
May, 19th 2023
</center>

</BODY>
Expand Down
8 changes: 4 additions & 4 deletions variables.pri
Expand Up @@ -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
Expand Down Expand Up @@ -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: {
Expand Down

0 comments on commit dcdd102

Please sign in to comment.