diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9a6dae499..a1de1a4a8d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ ## [2.6.0](https://github.com/mixxxdj/mixxx/milestone/44) (Unreleased) +### Waveforms + +* Simplify waveform combobox in preferences + [#13220](https://github.com/mixxxdj/mixxx/issues/13220) + [#6428](https://github.com/mixxxdj/mixxx/issues/6428) + [#13226](https://github.com/mixxxdj/mixxx/issues/13226) + +### STEM support + +* Add simple support for STEM files [#13044](https://github.com/mixxxdj/mixxx/pull/13044) +* Multithreaded Rubberband [#13143](https://github.com/mixxxdj/mixxx/pull/13143) + +### Controller Backend + +* Add screen renderer to support controllers with a screen + [#11407](https://github.com/mixxxdj/mixxx/pull/11407) + [#13334](https://github.com/mixxxdj/mixxx/pull/13334) + +### Auto-DJ + +* Add AutoDJ xfader recenter option (default off) + [#13303](https://github.com/mixxxdj/mixxx/pull/13303) + [#11571](https://github.com/mixxxdj/mixxx/issues/11571) + +### Misc Refactorings + +* Refactor/shrink modernize scopedtimer [#13258](https://github.com/mixxxdj/mixxx/pull/13258) + ## [2.5.0](https://github.com/mixxxdj/mixxx/issues?q=milestone%3A2.5.0) (Unreleased) ### Features diff --git a/res/linux/org.mixxx.Mixxx.metainfo.xml b/res/linux/org.mixxx.Mixxx.metainfo.xml index 2e35f7913a1..282054bdf0e 100644 --- a/res/linux/org.mixxx.Mixxx.metainfo.xml +++ b/res/linux/org.mixxx.Mixxx.metainfo.xml @@ -96,11 +96,64 @@ Do not edit it manually. --> - + +

+ Waveforms +

+
    +
  • + Simplify waveform combobox in preferences + #13220 + #6428 + #13226 +
  • +
+

+ STEM support +

+
    +
  • + Add simple support for STEM files + #13044 +
  • +
  • + Multithreaded Rubberband + #13143 +
  • +
+

+ Controller Backend +

+
    +
  • + Add screen renderer to support controllers with a screen + #11407 + #13334 +
  • +
+

+ Auto-DJ +

+
    +
  • + Add AutoDJ xfader recenter option (default off) + #13303 + #11571 +
  • +
+

+ Misc Refactorings +

+
    +
  • + Refactor/shrink modernize scopedtimer + #13258 +
  • +
- +

Features