Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
[#12989](https://github.com/mixxxdj/mixxx/pull/12989)
* CMakeLists: Always prefer OpenGL framework on macOS
[#13080](https://github.com/mixxxdj/mixxx/pull/13080)
* Use capitalized Mixxx in Windows installer and start menu
[#13178](https://github.com/mixxxdj/mixxx/pull/13178)

### Skins

Expand All @@ -40,6 +42,9 @@
* Tooltips: update 'hotcue' with saved loop features [#12875](https://github.com/mixxxdj/mixxx/pull/12875)
* Animate long press latching of sync button [#12990](https://github.com/mixxxdj/mixxx/pull/12990)
* Polish fx chain controls [#12805](https://github.com/mixxxdj/mixxx/pull/12805)
* Waveforms: draw loop gradient at the correct position
[#13061](https://github.com/mixxxdj/mixxx/pull/13061)
[#13060](https://github.com/mixxxdj/mixxx/issues/13060)

### Library

Expand All @@ -63,6 +68,7 @@
* Require a minimum movement before initiating the drag&drop of tracks
[#13135](https://github.com/mixxxdj/mixxx/pull/13135)
[#12902](https://github.com/mixxxdj/mixxx/issues/12902)
[#12979](https://github.com/mixxxdj/mixxx/pull/12979)
* iTunes/Serato/Traktor/Rhythmbox: Print error if library file could not be opened
[#13012](https://github.com/mixxxdj/mixxx/pull/13012)
* Playlists: improve table update after deleting (purging) track files
Expand Down Expand Up @@ -96,6 +102,9 @@
* Fix FLAC recording on macOS and Windows
[#10880](https://github.com/mixxxdj/mixxx/issues/10880)
[#13154](https://github.com/mixxxdj/mixxx/pull/13154)
* LV Mix EQ: Fix pops when enabling in effect rack
[#13055](https://github.com/mixxxdj/mixxx/issues/13055)
[#13073](https://github.com/mixxxdj/mixxx/pull/13073)

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

Expand Down
17 changes: 16 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-04-23" timestamp="1713855934">
<release version="2.4.1" type="development" date="2024-05-01" timestamp="1714553275">
<description>
<p>
Controller Mappings
Expand Down Expand Up @@ -159,6 +159,10 @@
CMakeLists: Always prefer OpenGL framework on macOS
#13080
</li>
<li>
Use capitalized Mixxx in Windows installer and start menu
#13178
</li>
</ul>
<p>
Skins
Expand Down Expand Up @@ -194,6 +198,11 @@
Polish fx chain controls
#12805
</li>
<li>
Waveforms: draw loop gradient at the correct position
#13061
#13060
</li>
</ul>
<p>
Library
Expand Down Expand Up @@ -240,6 +249,7 @@
Require a minimum movement before initiating the drag&amp;drop of tracks
#13135
#12902
#12979
</li>
<li>
iTunes/Serato/Traktor/Rhythmbox: Print error if library file could not be opened
Expand Down Expand Up @@ -316,6 +326,11 @@
#10880
#13154
</li>
<li>
LV Mix EQ: Fix pops when enabling in effect rack
#13055
#13073
</li>
</ul>
</description>
</release>
Expand Down