Skip to content

Commit ca8720f

Browse files
committed
Release 2.4.0
1 parent cf55d2b commit ca8720f

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [2.4.0](https://launchpad.net/mixxx/+milestone/2.4.0) (Unreleased)
3+
## [2.4.0](https://launchpad.net/mixxx/+milestone/2.4.0) (2024-02-16)
44

55
### Music Library: Tracks Table & Track Menu
66

@@ -502,7 +502,6 @@
502502
* Add `skins:` path alias [#12463](https://github.com/mixxxdj/mixxx/pull/12463)
503503
* Remove `Text`, use `TrackProperty` or `Label` [#12004](https://github.com/mixxxdj/mixxx/pull/12004)
504504
* Beat spinBox/AutoDJ spinbox: Enter & Esc also move focus to library [#4617](https://github.com/mixxxdj/mixxx/pull/4617) [#4845](https://github.com/mixxxdj/mixxx/pull/4845)
505-
* Samplers: don't create extra empty players during startup [#12657](https://github.com/mixxxdj/mixxx/pull/12657)
506505
* Add effect chain menu button to Deere, polish in Tango [#12735](https://github.com/mixxxdj/mixxx/pull/12735)
507506
* Skins: reload default.qss when (re)loading a skin [#12219](https://github.com/mixxxdj/mixxx/pull/12219)
508507

@@ -798,6 +797,7 @@
798797
[#12517](https://github.com/mixxxdj/mixxx/issues/12630)
799798
* Linux: possible crash when enabling a MIDI controller [#12001](https://github.com/mixxxdj/mixxx/issues/12001)
800799
Introduce with Qt 5.15.5, fixed in Qt 5.15.17 and Qt 6.6.3
800+
* Extra Samplers are created during startup, when found in a saved Sampler Bank [#12657](https://github.com/mixxxdj/mixxx/pull/12657) [#12809](https://github.com/mixxxdj/mixxx/pull/12809)
801801

802802
## [2.3.6](https://github.com/mixxxdj/mixxx/milestone/40) (2023-08-15)
803803

res/linux/org.mixxx.Mixxx.metainfo.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
Do not edit it manually.
9797
-->
9898
<releases>
99-
<release version="2.4.0" type="development" date="2024-02-12" timestamp="1707749791">
99+
<release version="2.4.0" type="stable" date="2024-02-16" timestamp="1708041600">
100100
<description>
101101
<p>
102102
Music Library: Tracks Table &amp; Track Menu
@@ -1421,10 +1421,6 @@
14211421
#4617
14221422
#4845
14231423
</li>
1424-
<li>
1425-
Samplers: don't create extra empty players during startup
1426-
#12657
1427-
</li>
14281424
<li>
14291425
Add effect chain menu button to Deere, polish in Tango
14301426
#12735
@@ -2026,6 +2022,11 @@
20262022
#12001
20272023
Introduce with Qt 5.15.5, fixed in Qt 5.15.17 and Qt 6.6.3
20282024
</li>
2025+
<li>
2026+
Extra Samplers are created during startup, when found in a saved Sampler Bank
2027+
#12657
2028+
#12809
2029+
</li>
20292030
</ul>
20302031
</description>
20312032
</release>

0 commit comments

Comments
 (0)