From b006578e246234ba026109f2de0fcc4478886bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sun, 2 Jun 2024 13:01:51 +0200 Subject: [PATCH 1/2] Introduce a changelog pararaph for Mixxx 2.4.2 --- CHANGELOG.md | 22 ++++++++++++ res/linux/org.mixxx.Mixxx.metainfo.xml | 46 ++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05813bf9a1c..f5070ad38be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [2.4.2](https://github.com/mixxxdj/mixxx/milestone/43?closed=1) (unreleased) + +### Controller Mappings + +* Korg Kaoss DJ: Update script [#12683](https://github.com/mixxxdj/mixxx/pull/12683) +* Novation Dicer: Remove flanger mapping with quickeffect toggle + [#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) + +### Fixes + +* Handle not supported files when dragging to waveforms and spinnies + [#13208](https://github.com/mixxxdj/mixxx/pull/13208) + [#13271](https://github.com/mixxxdj/mixxx/pull/13271) + [#13275](https://github.com/mixxxdj/mixxx/pull/13275) +* Fix Sqlite 3.45 buils by using only single quotes for SQL strings + [#13247](https://github.com/mixxxdj/mixxx/pull/13247) + [#13257](https://github.com/mixxxdj/mixxx/pull/13257) +* LateNight: Use default colors for sampler overviews (like main decks) [#13274](https://github.com/mixxxdj/mixxx/pull/13274) +* Update build environment with libdjinterop 0.21.0 [#13288](https://github.com/mixxxdj/mixxx/pull/13288) + ## [2.4.1](https://github.com/mixxxdj/mixxx/milestone/41?closed=1) (2024-05-08) ### Controller Mappings diff --git a/res/linux/org.mixxx.Mixxx.metainfo.xml b/res/linux/org.mixxx.Mixxx.metainfo.xml index 7a30df0b40c..9537848fb6b 100644 --- a/res/linux/org.mixxx.Mixxx.metainfo.xml +++ b/res/linux/org.mixxx.Mixxx.metainfo.xml @@ -96,6 +96,52 @@ Do not edit it manually. --> + + +

+ Controller Mappings +

+
    +
  • + Korg Kaoss DJ: Update script + #12683 +
  • +
  • + Novation Dicer: Remove flanger mapping with quickeffect toggle + #13196 + #13134 +
  • +
  • + Numark PartyMix: Fix EQ (script binding) display name + #13255 +
  • +
+

+ Fixes +

+
    +
  • + Handle not supported files when dragging to waveforms and spinnies + #13208 + #13271 + #13275 +
  • +
  • + Fix Sqlite 3.45 buils by using only single quotes for SQL strings + #13247 + #13257 +
  • +
  • + LateNight: Use default colors for sampler overviews (like main decks) + #13274 +
  • +
  • + Update build environment with libdjinterop 0.21.0 + #13288 +
  • +
+
+

From bd795c5592decbf547f4d337a64c07c2d3d7514c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sat, 8 Jun 2024 17:23:58 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: ronso0 --- CHANGELOG.md | 9 ++++++++- res/linux/org.mixxx.Mixxx.metainfo.xml | 18 ++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5070ad38be..10028440f17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ [#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) +* Sony SIXAXIS: Fix mapping [#13319](https://github.com/mixxxdj/mixxx/pull/13319) ### Fixes @@ -16,11 +17,17 @@ [#13208](https://github.com/mixxxdj/mixxx/pull/13208) [#13271](https://github.com/mixxxdj/mixxx/pull/13271) [#13275](https://github.com/mixxxdj/mixxx/pull/13275) -* Fix Sqlite 3.45 buils by using only single quotes for SQL strings +* Fix Sqlite 3.45 builds by using only single quotes for SQL strings [#13247](https://github.com/mixxxdj/mixxx/pull/13247) [#13257](https://github.com/mixxxdj/mixxx/pull/13257) * LateNight: Use default colors for sampler overviews (like main decks) [#13274](https://github.com/mixxxdj/mixxx/pull/13274) +* Library: Allow to drop files to decks with unsupported or no file extensions + [#13209](https://github.com/mixxxdj/mixxx/pull/13209) + [#13204](https://github.com/mixxxdj/mixxx/issues/13204) * Update build environment with libdjinterop 0.21.0 [#13288](https://github.com/mixxxdj/mixxx/pull/13288) +* Move to GitHub workflow runner macos-12 + [#13296](https://github.com/mixxxdj/mixxx/pull/13296) + [#13248](https://github.com/mixxxdj/mixxx/issues/13248) ## [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 9537848fb6b..f752711f3b3 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 @@ -115,6 +115,10 @@ Numark PartyMix: Fix EQ (script binding) display name #13255 +

  • + Sony SIXAXIS: Fix mapping + #13319 +
  • Fixes @@ -127,7 +131,7 @@ #13275

  • - Fix Sqlite 3.45 buils by using only single quotes for SQL strings + Fix Sqlite 3.45 builds by using only single quotes for SQL strings #13247 #13257
  • @@ -135,10 +139,20 @@ LateNight: Use default colors for sampler overviews (like main decks) #13274 +
  • + Library: Allow to drop files to decks with unsupported or no file extensions + #13209 + #13204 +
  • Update build environment with libdjinterop 0.21.0 #13288
  • +
  • + Move to GitHub workflow runner macos-12 + #13296 + #13248 +