Skip to content

Commit bc76778

Browse files
authored
Merge pull request #415 from Eve00000/Mixxx_2_5_4_release
Mixxx 2.5.4 Release Newspost
2 parents 9b18d65 + c2e4cd3 commit bc76778

3 files changed

Lines changed: 100 additions & 6 deletions

File tree

.codespellignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ ist
88
ned
99
technics
1010
flor
11+
oder
12+
alle
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
title: Mixxx 2.5.4 Released
2+
authors: Evelynne Veys
3+
tags: 2.5.4, release announcement
4+
comments: yes
5+
status: draft
6+
7+
#### Mixxx 2.5.4 Release Announcement: bundling improvements at the end of the year.
8+
9+
We're proud to share our early Christmas present with you: Mixxx version 2.5.4, a new stable release of Mixxx.
10+
This version bundles corrections, improvements and fixes for the issues you reported.
11+
We'd like to emphasize the importance of reporting issues and bugs and testing nightly builds of the [beta (bugfix)](https://mixxx.org/download/#beta) and [alpha (development)](https://mixxx.org/download/#testing) versions. This quality control ensures Mixxx continues to improve and ensures stress-free end-of-year sets for every Mixxx-DJ and Mixxx-broadcaster.
12+
Thank you for bookmarking our [github](https://github.com/mixxxdj/mixxx/issues), [forum](https://mixxx.discourse.group/) and [zulip](https://mixxx.zulipchat.com/).
13+
If you want to join our test-panels, leave a note in the appropriate zulip-topic:
14+
15+
* [if you are on macOS](https://mixxx.zulipchat.com/#narrow/channel/267968-testing/topic/group.3A.20macOS_testers)
16+
* [if you are on linux](https://mixxx.zulipchat.com/#narrow/channel/267968-testing/topic/group.3A.20.20linux_testers)
17+
* [if you are on windows](https://mixxx.zulipchat.com/#narrow/channel/267968-testing/topic/group.3A.20windows_testers)
18+
19+
A lot of new users have found their way to Mixxx, all sharing the same passion for music in all forms: tango, techno, experimental electronic, merengue, dubstep, ... For every specific genre DJs are searching for an optimized controller mapping, adapted Auto DJ transitions or effects. Others are still searching their way in the silent darkness, you can help them by sharing your Mixxx experience, your illuminating fire can lead them to Mixxx.
20+
We welcome all users, we want you to DJ your own way.
21+
22+
Have a nice Mixxx.
23+
24+
25+
#### Highlights: important fixes in 2.5.4
26+
27+
Some examples of improvements and fixes, more fixes have been included to keep everything stable, up and running, and as they were required by operating system updates or Qt improvements.
28+
The complete changelog can be found [here](https://github.com/mixxxdj/mixxx/blob/2.5.4/CHANGELOG.md).
29+
30+
31+
##### Controller Mappings
32+
33+
Mappings were improved and updated for Korg Kaoss DJ, Numark-NS6II, Pioneer DJ CDJ, Reloop Beatmix 2/4, Traktor S4Mk3.
34+
35+
36+
##### Library
37+
38+
* Playlists: polish code for moving selected Tracks [#15454](https://github.com/mixxxdj/mixxx/pull/15454)
39+
* Playlists: disable all modifying actions when locked [#15456](https://github.com/mixxxdj/mixxx/pull/15456)
40+
* Playlists: improve performance when activating a playlist [#15465](https://github.com/mixxxdj/mixxx/pull/15465)
41+
* Track view header: avoid narrow columns after restoring header with hidden columns
42+
[#15331](https://github.com/mixxxdj/mixxx/pull/15331)
43+
[#10325](https://github.com/mixxxdj/mixxx/issues/10325)
44+
* Computer: fix "Refresh directory tree" action [#15301](https://github.com/mixxxdj/mixxx/pull/15301)
45+
* Library scanner: make Cancel button work again
46+
[#15320](https://github.com/mixxxdj/mixxx/pull/15320)
47+
[#14940](https://github.com/mixxxdj/mixxx/issues/14940)
48+
* Library scanner: fix an issue when verifying remaining tracks [#15346](https://github.com/mixxxdj/mixxx/pull/15346)
49+
50+
51+
##### Preferences
52+
53+
* Library: reset library font/row height when closing without apply [#15455](https://github.com/mixxxdj/mixxx/pull/15455)
54+
* Decks: fix Restore Defaults for rate slider direction and track time display
55+
[#15443](https://github.com/mixxxdj/mixxx/pull/15443)
56+
[#15444](https://github.com/mixxxdj/mixxx/pull/15444)
57+
* Sound Hardware: don't allow closing preferences with faulty Sound Hardware config
58+
[#14576](https://github.com/mixxxdj/mixxx/pull/14576)
59+
[#6077](https://github.com/mixxxdj/mixxx/issues/6077)
60+
61+
62+
##### Target support
63+
64+
* Update macOS (Intel) runner for building Mixxx to macOS Sequoia 15 [#15391](https://github.com/mixxxdj/mixxx/pull/15391)
65+
* Welcome Ubuntu 26.04 LTS Resolute Raccoon [#15588](https://github.com/mixxxdj/mixxx/pull/15588)
66+
* debian_buildenv.sh: assert for bash
67+
[#15274](https://github.com/mixxxdj/mixxx/pull/15274)
68+
[#15273](https://github.com/mixxxdj/mixxx/issues/15273)
69+
* debian_buildenv.sh: use /etc/os-release instead of the obsolete /etc/lsb-release [#15298](https://github.com/mixxxdj/mixxx/pull/15298)
70+
* debian_buildenv.sh: fix for Ubuntu Noble (24.10) [#15292](https://github.com/mixxxdj/mixxx/pull/15292)
71+
* Support building with Qt 6.10: Add Qt6::GuiPrivate
72+
[#15502](https://github.com/mixxxdj/mixxx/pull/15502)
73+
[#15485](https://github.com/mixxxdj/mixxx/issues/15485)
74+
* Touchscreen on Windows 11: disable touch -> mouse event translation
75+
[#15547](https://github.com/mixxxdj/mixxx/pull/15547)
76+
[#15546](https://github.com/mixxxdj/mixxx/issues/15546)
77+
78+
79+
##### Misc
80+
81+
* Cover Art: Fix a rare issue causing an infinite loop and high CPU load when fetching a cover art from metadata failed unexpectedly
82+
[#15451](https://github.com/mixxxdj/mixxx/pull/15451)
83+
[#15199](https://github.com/mixxxdj/mixxx/issues/15199)
84+
* Network Clock: fix writing wrong number of silence after a long underrun [#15400](https://github.com/mixxxdj/mixxx/pull/15400)
85+
* Menu bar: fix showing/hiding via Alt
86+
[#15352](https://github.com/mixxxdj/mixxx/pull/15352)
87+
[#15350](https://github.com/mixxxdj/mixxx/issues/15350)
88+
[#15396](https://github.com/mixxxdj/mixxx/pull/15396)
89+
[#15385](https://github.com/mixxxdj/mixxx/issues/15385)
90+
* SoundSourceFFmpeg: Fix opening files with non ASCII characters
91+
[#15700](https://github.com/mixxxdj/mixxx/pull/15700)
92+
[#15681](https://github.com/mixxxdj/mixxx/issues/15681)

content/pages/download.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Download
33
template: pages/download
44
versions:
55
stable:
6-
name: 2.5.3
7-
release_announcement: /news/2025-09-03-mixxx-2_5_3-released/
8-
download_manifest: https://downloads.mixxx.org/releases/2.5.3/manifest.json
6+
name: 2.5.4
7+
release_announcement: /news/2025-12-14-mixxx-2_5_4-released/
8+
download_manifest: https://downloads.mixxx.org/releases/2.5.4/manifest.json
99
downloads:
1010
- slug: windows
1111
os: Windows 10 build 1809 or later
@@ -73,16 +73,16 @@ versions:
7373
7474
git clone -b 2.5 https://github.com/mixxxdj/mixxx.git
7575
76-
The 2.5.3 release has been [tagged](https://github.com/mixxxdj/mixxx/releases/tag/2.5.3) with `2.5.3`.
76+
The 2.5.4 release has been [tagged](https://github.com/mixxxdj/mixxx/releases/tag/2.5.4) with `2.5.4`.
7777
7878
Compilation instructions are available for [Windows](https://github.com/mixxxdj/mixxx/wiki/Compiling-On-Windows), [macOS](https://github.com/mixxxdj/mixxx/wiki/Compiling-on-macOS), and [Linux](https://github.com/mixxxdj/mixxx/wiki/Compiling-On-Linux).
7979
packages:
8080
- slug: source
8181
name: 2.5 branch
8282
file_url: https://github.com/mixxxdj/mixxx/archive/2.5.zip
8383
- slug: source
84-
name: 2.5.3 release
85-
file_url: https://github.com/mixxxdj/mixxx/archive/2.5.3.tar.gz
84+
name: 2.5.4 release
85+
file_url: https://github.com/mixxxdj/mixxx/archive/2.5.4.tar.gz
8686
beta:
8787
name: 2.6-beta
8888
release_announcement: /news/2025-05-11-mixxx-2_6_beta-released

0 commit comments

Comments
 (0)