diff --git a/CHANGELOG.md b/CHANGELOG.md index 6319f375a56..5d688734f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ ### Controller Mappings -* Pioneer DDJ-FLX4 mapping improvements [#12842](https://github.com/mixxxdj/mixxx/pull/12842) +* Hercules Inpulse 200: Configure shift-browser knob to scroll the library (quick) [#12932](https://github.com/mixxxdj/mixxx/pull/12932) +* Pioneer DDJ-FLX4: Add waveform zoom and other mapping improvements + [#12896](https://github.com/mixxxdj/mixxx/pull/12896) + [#12842](https://github.com/mixxxdj/mixxx/pull/12842) +* Traktor Kontrol F1: Fixes for hid-parser and related script [#12876](https://github.com/mixxxdj/mixxx/pull/12876) * Traktor S3: Fix mapping crash on macOS [#12840](https://github.com/mixxxdj/mixxx/pull/12840) ### Target Support @@ -13,6 +17,14 @@ [#12853](https://github.com/mixxxdj/mixxx/pull/12853) [#12847](https://github.com/mixxxdj/mixxx/pull/12847) [#12822](https://github.com/mixxxdj/mixxx/pull/12822) + [#12892](https://github.com/mixxxdj/mixxx/pull/12892) + +### Miscellaneous + +* Remove unnecessary unpolish operation of the style, before polish the new style [#12445](https://github.com/mixxxdj/mixxx/pull/12445) +* Developer Tools: Initially sort controls by group name, ascending [#12884](https://github.com/mixxxdj/mixxx/pull/12884) +* History: Show track count and duration in sidebar [#12811](https://github.com/mixxxdj/mixxx/pull/12811) +* Prevent removing tracks from locked playlists [#12927](https://github.com/mixxxdj/mixxx/pull/12927) ## [2.4.0](https://github.com/mixxxdj/mixxx/milestone/15?closed=1) (2024-02-16) @@ -509,7 +521,7 @@ [#11975](https://github.com/mixxxdj/mixxx/pull/11975) [#11957](https://github.com/mixxxdj/mixxx/issues/11957) * Fix 500ms blocking of the whole event loop, when holding mouse down on title bar on Windows [#12359](https://github.com/mixxxdj/mixxx/pull/12359) [#12358](https://github.com/mixxxdj/mixxx/issues/12358) [#12433](https://github.com/mixxxdj/mixxx/pull/12433) [#12458](https://github.com/mixxxdj/mixxx/pull/12458) -* change SKIN_WARNING to show the skin file:line first, then c++ context [#12253](https://github.com/mixxxdj/mixxx/pull/12253) +* Change SKIN_WARNING to show the skin file and line first, then c++ context [#12253](https://github.com/mixxxdj/mixxx/pull/12253) * Fix style of selected QComboBox items on Windows [#12339](https://github.com/mixxxdj/mixxx/pull/12339) [#12323](https://github.com/mixxxdj/mixxx/issues/12323) * Fix reading the Spinny cover on Windows [#12103](https://github.com/mixxxdj/mixxx/pull/12103) [#11131](https://github.com/mixxxdj/mixxx/issues/11131) * Fix inconsistent/wrong musical keys in the UI [#12051](https://github.com/mixxxdj/mixxx/pull/12051) [#12044](https://github.com/mixxxdj/mixxx/issues/12044) diff --git a/res/linux/org.mixxx.Mixxx.metainfo.xml b/res/linux/org.mixxx.Mixxx.metainfo.xml index 7330403378b..cba1a1d08e1 100644 --- a/res/linux/org.mixxx.Mixxx.metainfo.xml +++ b/res/linux/org.mixxx.Mixxx.metainfo.xml @@ -96,16 +96,25 @@ Do not edit it manually. --> - +

Controller Mappings

  • - Pioneer DDJ-FLX4 mapping improvements + Hercules Inpulse 200: Configure shift-browser knob to scroll the library (quick) + #12932 +
  • +
  • + Pioneer DDJ-FLX4: Add waveform zoom and other mapping improvements + #12896 #12842
  • +
  • + Traktor Kontrol F1: Fixes for hid-parser and related script + #12876 +
  • Traktor S3: Fix mapping crash on macOS #12840 @@ -120,6 +129,28 @@ #12853 #12847 #12822 + #12892 +
  • +
+

+ Miscellaneous +

+
    +
  • + Remove unnecessary unpolish operation of the style, before polish the new style + #12445 +
  • +
  • + Developer Tools: Initially sort controls by group name, ascending + #12884 +
  • +
  • + History: Show track count and duration in sidebar + #12811 +
  • +
  • + Prevent removing tracks from locked playlists + #12927
@@ -1411,7 +1442,7 @@ #12458
  • - change SKIN_WARNING to show the skin file:line first, then c++ context + Change SKIN_WARNING to show the skin file and line first, then c++ context #12253