Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Feb 15, 2024
1 parent cf55d2b commit ca8720f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

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

### Music Library: Tracks Table & Track Menu

Expand Down Expand Up @@ -502,7 +502,6 @@
* Add `skins:` path alias [#12463](https://github.com/mixxxdj/mixxx/pull/12463)
* Remove `Text`, use `TrackProperty` or `Label` [#12004](https://github.com/mixxxdj/mixxx/pull/12004)
* 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)
* Samplers: don't create extra empty players during startup [#12657](https://github.com/mixxxdj/mixxx/pull/12657)
* Add effect chain menu button to Deere, polish in Tango [#12735](https://github.com/mixxxdj/mixxx/pull/12735)
* Skins: reload default.qss when (re)loading a skin [#12219](https://github.com/mixxxdj/mixxx/pull/12219)

Expand Down Expand Up @@ -798,6 +797,7 @@
[#12517](https://github.com/mixxxdj/mixxx/issues/12630)
* Linux: possible crash when enabling a MIDI controller [#12001](https://github.com/mixxxdj/mixxx/issues/12001)
Introduce with Qt 5.15.5, fixed in Qt 5.15.17 and Qt 6.6.3
* 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)

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

Expand Down
11 changes: 6 additions & 5 deletions res/linux/org.mixxx.Mixxx.metainfo.xml
Expand Up @@ -96,7 +96,7 @@
Do not edit it manually.
-->
<releases>
<release version="2.4.0" type="development" date="2024-02-12" timestamp="1707749791">
<release version="2.4.0" type="stable" date="2024-02-16" timestamp="1708041600">
<description>
<p>
Music Library: Tracks Table &amp; Track Menu
Expand Down Expand Up @@ -1421,10 +1421,6 @@
#4617
#4845
</li>
<li>
Samplers: don't create extra empty players during startup
#12657
</li>
<li>
Add effect chain menu button to Deere, polish in Tango
#12735
Expand Down Expand Up @@ -2026,6 +2022,11 @@
#12001
Introduce with Qt 5.15.5, fixed in Qt 5.15.17 and Qt 6.6.3
</li>
<li>
Extra Samplers are created during startup, when found in a saved Sampler Bank
#12657
#12809
</li>
</ul>
</description>
</release>
Expand Down

0 comments on commit ca8720f

Please sign in to comment.