diff --git a/CHANGELOG.md b/CHANGELOG.md index e1927b47a88..b84b9c07181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,9 @@ [#13196](https://github.com/mixxxdj/mixxx/pull/13196) [#13134](https://github.com/mixxxdj/mixxx/issues/13134) * Numark PartyMix: Fix EQ (script binding) display name [#13255](https://github.com/mixxxdj/mixxx/pull/13255) -* Numark Scratch: Add initial mapping [#4834](https://github.com/mixxxdj/mixxx/pull/4834) +* Numark Scratch: Add initial mapping + [#4834](https://github.com/mixxxdj/mixxx/pull/4834) + [#13375](https://github.com/mixxxdj/mixxx/pull/13375) * Sony SIXAXIS: Fix mapping [#13319](https://github.com/mixxxdj/mixxx/pull/13319) ### Fixes @@ -43,6 +45,10 @@ * Hardware preferences: Fix UX when applying config with missing/busy devices [#13312](https://github.com/mixxxdj/mixxx/pull/13312) * Fix minor 64 bit CPU performance issue [#13355](https://github.com/mixxxdj/mixxx/pull/13355) +* Fix clicks at loop-out when looping into lead-in [#13294](https://github.com/mixxxdj/mixxx/pull/13294) +* Fix wrong pitch value on startup, caused by `components.Pot` + [#11814](https://github.com/mixxxdj/mixxx/issues/11814) + [#13463](https://github.com/mixxxdj/mixxx/pull/13463) ## [2.4.1](https://github.com/mixxxdj/mixxx/milestone/41?closed=1) (2024-05-08) diff --git a/res/linux/org.mixxx.Mixxx.metainfo.xml b/res/linux/org.mixxx.Mixxx.metainfo.xml index 034f8cdc3c7..88f26de8e11 100644 --- a/res/linux/org.mixxx.Mixxx.metainfo.xml +++ b/res/linux/org.mixxx.Mixxx.metainfo.xml @@ -96,7 +96,7 @@ Do not edit it manually. --> - +

Controller Mappings @@ -118,6 +118,7 @@

  • Numark Scratch: Add initial mapping #4834 + #13375
  • Sony SIXAXIS: Fix mapping @@ -187,6 +188,16 @@ Fix minor 64 bit CPU performance issue #13355
  • +
  • + Fix clicks at loop-out when looping into lead-in + #13294 +
  • +
  • + Fix wrong pitch value on startup, caused by + components.Pot + #11814 + #13463 +