Skip to content

Commit

Permalink
Enter 4.12.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Jun 27, 2021
1 parent c9ea58f commit b5256a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion debian/changelog
Expand Up @@ -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)
Expand Down Expand Up @@ -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 <massimocallegari@yahoo.it> Sun, 18 Jul 2021 12:13:14 +0200
-- Massimo Callegari <massimocallegari@yahoo.it> Sun, 27 Jun 2021 12:13:14 +0200

qlcplus (4.12.3) 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.4<br>
December, 20th 2020
June, 27th 2021
</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.4<br>
December, 20th 2020
June, 27th 2021
</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.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
Expand Down Expand Up @@ -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: {
Expand Down

0 comments on commit b5256a7

Please sign in to comment.