Skip to content

Commit d0ca29f

Browse files
authored
Merge pull request #13878 from daschuer/2.4.2
2.4.2
2 parents ead8271 + fb7f722 commit d0ca29f

File tree

4 files changed

+36
-5
lines changed

4 files changed

+36
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Controller Mappings
66

77
* Denon MC7000: Fix star up/down logic by only handling button down events [#13588](https://github.com/mixxxdj/mixxx/pull/13588)
8+
* Intech TEK2: Add initial mapping [#13521](https://github.com/mixxxdj/mixxx/pull/13521)
89
* Korg Kaoss DJ: Update script [#12683](https://github.com/mixxxdj/mixxx/pull/12683)
910
* MIDI for light: Fix unsound timer handling [#13117](https://github.com/mixxxdj/mixxx/pull/13117)
1011
* Novation Dicer: Remove flanger mapping with quickeffect toggle
@@ -17,9 +18,10 @@
1718
* Numark Scratch: Add initial mapping
1819
[#4834](https://github.com/mixxxdj/mixxx/pull/4834)
1920
[#13375](https://github.com/mixxxdj/mixxx/pull/13375)
20-
* Pioneer DDJ-400 and DDJ-FLX4: Remove tap beat mapping to resolve conflict with toggle quantize
21+
* Pioneer DDJ-400 and DDJ-FLX4: Remove tap beat mapping to resolve conflict with toggle quantize and fix shift + play
2122
[#13815](https://github.com/mixxxdj/mixxx/pull/13815)
2223
[#13813](https://github.com/mixxxdj/mixxx/issues/13813)
24+
[#13857](https://github.com/mixxxdj/mixxx/pull/13857)
2325
* Reloop Beatmix 2/4: Fix eject button and jog LED being lit on track unload
2426
[#13601](https://github.com/mixxxdj/mixxx/pull/13601)
2527
[#13605](https://github.com/mixxxdj/mixxx/pull/13605)
@@ -119,6 +121,15 @@
119121
[#13692](https://github.com/mixxxdj/mixxx/pull/13692)
120122
[#13660](https://github.com/mixxxdj/mixxx/issues/13660)
121123
* Fix unnecessary painting with covers in library [#13715](https://github.com/mixxxdj/mixxx/pull/13715)
124+
* Fix check for unrelated decks playing when starting Auto DJ
125+
[#13762](https://github.com/mixxxdj/mixxx/pull/13762)
126+
[#13734](https://github.com/mixxxdj/mixxx/issues/13734)
127+
* Fix read before m_bufferInt during scratching
128+
[#13917](https://github.com/mixxxdj/mixxx/pull/13917)
129+
[#13916](https://github.com/mixxxdj/mixxx/issues/13916)
130+
* Fix waveform EQ High&Mid visualization
131+
[#13923](https://github.com/mixxxdj/mixxx/pull/13923)
132+
[#13922](https://github.com/mixxxdj/mixxx/issues/13922)
122133

123134
## [2.4.1](https://github.com/mixxxdj/mixxx/milestone/41?closed=1) (2024-05-08)
124135

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ if(APPLE)
185185
endif()
186186
endif()
187187

188-
project(mixxx VERSION 2.4.1)
188+
project(mixxx VERSION 2.4.2)
189189
enable_language(C CXX)
190190
# Work around missing version suffixes support https://gitlab.kitware.com/cmake/cmake/-/issues/16716
191191
set(MIXXX_VERSION_PRERELEASE "") # set to "alpha" "beta" or ""

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Mixxx 2.4.1, Digital DJ'ing software.
1+
Mixxx 2.4.2, Digital DJ'ing software.
22
Copyright (C) 2001-2024 Mixxx Development Team
33

44
Mixxx is free software; you can redistribute it and/or modify

res/linux/org.mixxx.Mixxx.metainfo.xml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
Do not edit it manually.
9797
-->
9898
<releases>
99-
<release version="2.4.2" type="development" date="2024-10-30" timestamp="1730312112">
99+
<release version="2.4.2" type="development" date="2024-11-10" timestamp="1731279472">
100100
<description>
101101
<p>
102102
Controller Mappings
@@ -106,6 +106,10 @@
106106
Denon MC7000: Fix star up/down logic by only handling button down events
107107
#13588
108108
</li>
109+
<li>
110+
Intech TEK2: Add initial mapping
111+
#13521
112+
</li>
109113
<li>
110114
Korg Kaoss DJ: Update script
111115
#12683
@@ -134,9 +138,10 @@
134138
#13375
135139
</li>
136140
<li>
137-
Pioneer DDJ-400 and DDJ-FLX4: Remove tap beat mapping to resolve conflict with toggle quantize
141+
Pioneer DDJ-400 and DDJ-FLX4: Remove tap beat mapping to resolve conflict with toggle quantize and fix shift + play
138142
#13815
139143
#13813
144+
#13857
140145
</li>
141146
<li>
142147
Reloop Beatmix 2/4: Fix eject button and jog LED being lit on track unload
@@ -342,6 +347,21 @@
342347
Fix unnecessary painting with covers in library
343348
#13715
344349
</li>
350+
<li>
351+
Fix check for unrelated decks playing when starting Auto DJ
352+
#13762
353+
#13734
354+
</li>
355+
<li>
356+
Fix read before m_bufferInt during scratching
357+
#13917
358+
#13916
359+
</li>
360+
<li>
361+
Fix waveform EQ High&amp;Mid visualization
362+
#13923
363+
#13922
364+
</li>
345365
</ul>
346366
</description>
347367
</release>

0 commit comments

Comments
 (0)