Skip to content

Commit

Permalink
Merge pull request #13878 from daschuer/2.4.2
Browse files Browse the repository at this point in the history
2.4.2
  • Loading branch information
daschuer authored Nov 26, 2024
2 parents ead8271 + fb7f722 commit d0ca29f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Controller Mappings

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

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

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ if(APPLE)
endif()
endif()

project(mixxx VERSION 2.4.1)
project(mixxx VERSION 2.4.2)
enable_language(C CXX)
# Work around missing version suffixes support https://gitlab.kitware.com/cmake/cmake/-/issues/16716
set(MIXXX_VERSION_PRERELEASE "") # set to "alpha" "beta" or ""
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Mixxx 2.4.1, Digital DJ'ing software.
Mixxx 2.4.2, Digital DJ'ing software.
Copyright (C) 2001-2024 Mixxx Development Team

Mixxx is free software; you can redistribute it and/or modify
Expand Down
24 changes: 22 additions & 2 deletions res/linux/org.mixxx.Mixxx.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
Do not edit it manually.
-->
<releases>
<release version="2.4.2" type="development" date="2024-10-30" timestamp="1730312112">
<release version="2.4.2" type="development" date="2024-11-10" timestamp="1731279472">
<description>
<p>
Controller Mappings
Expand All @@ -106,6 +106,10 @@
Denon MC7000: Fix star up/down logic by only handling button down events
#13588
</li>
<li>
Intech TEK2: Add initial mapping
#13521
</li>
<li>
Korg Kaoss DJ: Update script
#12683
Expand Down Expand Up @@ -134,9 +138,10 @@
#13375
</li>
<li>
Pioneer DDJ-400 and DDJ-FLX4: Remove tap beat mapping to resolve conflict with toggle quantize
Pioneer DDJ-400 and DDJ-FLX4: Remove tap beat mapping to resolve conflict with toggle quantize and fix shift + play
#13815
#13813
#13857
</li>
<li>
Reloop Beatmix 2/4: Fix eject button and jog LED being lit on track unload
Expand Down Expand Up @@ -342,6 +347,21 @@
Fix unnecessary painting with covers in library
#13715
</li>
<li>
Fix check for unrelated decks playing when starting Auto DJ
#13762
#13734
</li>
<li>
Fix read before m_bufferInt during scratching
#13917
#13916
</li>
<li>
Fix waveform EQ High&amp;Mid visualization
#13923
#13922
</li>
</ul>
</description>
</release>
Expand Down

0 comments on commit d0ca29f

Please sign in to comment.