Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
[#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)
* Behringer DDM4000 & BCR2000: Fix exception in JS code [#12969](https://github.com/mixxxdj/mixxx/pull/12969)

### Target Support

Expand All @@ -18,13 +19,28 @@
[#12847](https://github.com/mixxxdj/mixxx/pull/12847)
[#12822](https://github.com/mixxxdj/mixxx/pull/12822)
[#12892](https://github.com/mixxxdj/mixxx/pull/12892)
[#13079](https://github.com/mixxxdj/mixxx/pull/13079)
[#12989](https://github.com/mixxxdj/mixxx/pull/12989)
* CMakeLists: Always prefer OpenGL framework on macOS
[#13080](https://github.com/mixxxdj/mixxx/pull/13080)

### 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)
* Fix waveform scratch crossing loop boundaries [#13007](https://github.com/mixxxdj/mixxx/pull/13007)
Comment thread
daschuer marked this conversation as resolved.
Outdated
* Prohibit un-replace when deck is playing [#13023](https://github.com/mixxxdj/mixxx/pull/13023) [#12906](https://github.com/mixxxdj/mixxx/issues/12906)
* DlgTrackInfo: Prevent wiping metadata when applying twice quickly
Comment thread
daschuer marked this conversation as resolved.
Outdated
[#12965](https://github.com/mixxxdj/mixxx/pull/12965)
[#12963](https://github.com/mixxxdj/mixxx/issues/12963)
* Library: Fix removing deleted tracks form History playlist during export
Comment thread
daschuer marked this conversation as resolved.
Outdated
[#13016](https://github.com/mixxxdj/mixxx/pull/13016)
[#13000](https://github.com/mixxxdj/mixxx/issues/13000)
* AutoDJ: Fix button state after error message about playing deck 3/4
[#12976](https://github.com/mixxxdj/mixxx/pull/12976)
[#12975](https://github.com/mixxxdj/mixxx/issues/12975)

## [2.4.0](https://github.com/mixxxdj/mixxx/milestone/15?closed=1) (2024-02-16)

Expand Down
36 changes: 35 additions & 1 deletion 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.1" type="development" date="2024-03-13" timestamp="1710284546">
<release version="2.4.1" type="development" date="2024-04-10" timestamp="1712773094">
<description>
<p>
Controller Mappings
Expand All @@ -119,6 +119,10 @@
Traktor S3: Fix mapping crash on macOS
#12840
</li>
<li>
Behringer DDM4000 &amp; BCR2000: Fix exception in JS code
#12969
</li>
</ul>
<p>
Target Support
Expand All @@ -130,6 +134,12 @@
#12847
#12822
#12892
#13079
#12989
</li>
<li>
CMakeLists: Always prefer OpenGL framework on macOS
#13080
</li>
</ul>
<p>
Expand All @@ -152,6 +162,30 @@
Prevent removing tracks from locked playlists
#12927
</li>
<li>
Fix waveform scratch crossing loop boundaries
#13007
</li>
<li>
Prohibit un-replace when deck is playing
#13023
#12906
</li>
<li>
DlgTrackInfo: Prevent wiping metadata when applying twice quickly
#12965
#12963
</li>
<li>
Library: Fix removing deleted tracks form History playlist during export
#13016
#13000
</li>
<li>
AutoDJ: Fix button state after error message about playing deck 3/4
#12976
#12975
</li>
</ul>
</description>
</release>
Expand Down