Skip to content

Commit

Permalink
Add latest merges to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Nov 10, 2024
1 parent 2f93444 commit 8fdd09d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 3 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
9 changes: 7 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="1731267253">
<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

0 comments on commit 8fdd09d

Please sign in to comment.