|
| 1 | +title: Mixxx 2.5.6 Released |
| 2 | +authors: Antoine Colombier |
| 3 | +tags: 2.5.6, release announcement |
| 4 | +comments: yes |
| 5 | +status: draft |
| 6 | +#### Mixxx 2.5.6 Release Announcement |
| 7 | + |
| 8 | +We're proud to announce a new stable release of Mixxx: version 2.5.6. This version contains updates and fixes for issues, as well as improvements to effects, controller mappings, and overall stability. This should be the last 2.5 release. |
| 9 | +Note that this version is the successor of version 2.5.4 because version 2.5.5 has been skipped following an issue in the release workflow. |
| 10 | +We'd like to thank all users for their feedback and emphasize once again the importance of testing and reporting. Please join our [team](https://mixxx.org/get-involved/) to help make Mixxx even better. |
| 11 | + |
| 12 | +Enjoy Mixxx! |
| 13 | + |
| 14 | +#### Important updates and fixes in 2.5.6 |
| 15 | + |
| 16 | +- The 'not' operator in the search function was not working correctly. |
| 17 | +- Rhythmbox imports were not functioning as expected. |
| 18 | +- History playlists now allow track file export. |
| 19 | +- Performance when restoring large track selections has been improved. |
| 20 | +- White Noise and Echo effects have been enhanced, and crackling in QuickEffect has been fixed. |
| 21 | +- Controller mappings for Numark Mixtrack 3, Pioneer CDJ-350, Reloop Beatmix 2/4, and Traktor Kontrol Z1 have been updated. |
| 22 | +- Scratching with keylock enabled has been fixed. |
| 23 | +- Flatpak packaging files have been added for easier installation on Linux. |
| 24 | + |
| 25 | +#### 2.5.6 Changelog |
| 26 | + |
| 27 | +The complete changelog can be found [here](https://github.com/mixxxdj/mixxx/blob/2.5.6/CHANGELOG.md). |
| 28 | + |
| 29 | +##### Library |
| 30 | + |
| 31 | +* Search: fix 'not' operator |
| 32 | + [#15923](https://github.com/mixxxdj/mixxx/pull/15923) |
| 33 | + [#15918](https://github.com/mixxxdj/mixxx/issues/15918) |
| 34 | +* Rhythmbox: fix imports |
| 35 | + [#15798](https://github.com/mixxxdj/mixxx/pull/15798) |
| 36 | + [#15770](https://github.com/mixxxdj/mixxx/pull/15770) |
| 37 | +* WTrackMenu: warn before opening more than 10 tracks in file browser |
| 38 | + [#15828](https://github.com/mixxxdj/mixxx/pull/15828) |
| 39 | + [#15819](https://github.com/mixxxdj/mixxx/issues/15819) |
| 40 | +* Fix "dataChanged() called with an invalid index range" warning |
| 41 | + [#15937](https://github.com/mixxxdj/mixxx/pull/15937) |
| 42 | + [#14610](https://github.com/mixxxdj/mixxx/issues/14610) |
| 43 | +* History: allow track file export |
| 44 | + [#16074](https://github.com/mixxxdj/mixxx/pull/16074) |
| 45 | +* History: prevent deletion of current history after purging tracks |
| 46 | + [#15991](https://github.com/mixxxdj/mixxx/pull/15991) |
| 47 | +* Tracks: improve performance when restoring large track selections |
| 48 | + [#15973](https://github.com/mixxxdj/mixxx/pull/15973) |
| 49 | + |
| 50 | +##### Effects |
| 51 | + |
| 52 | +* White Noise: remove DC offset |
| 53 | + [#15979](https://github.com/mixxxdj/mixxx/pull/15979) |
| 54 | +* White Noise: improve gain responds |
| 55 | + [#15949](https://github.com/mixxxdj/mixxx/pull/15949) |
| 56 | +* Echo: fix distortion bug |
| 57 | + [#15985](https://github.com/mixxxdj/mixxx/pull/15985) |
| 58 | + [#15835](https://github.com/mixxxdj/mixxx/issues/15835) |
| 59 | +* Echo: fix ramping of the send and feedback parameters |
| 60 | + [#16006](https://github.com/mixxxdj/mixxx/pull/16006) |
| 61 | +* QuickEffect: fix crackling noise when switching |
| 62 | + [#15796](https://github.com/mixxxdj/mixxx/pull/15796) |
| 63 | + [#15794](https://github.com/mixxxdj/mixxx/issues/15794) |
| 64 | +* Glitch: remove unnecessary cast to integer |
| 65 | + [#16068](https://github.com/mixxxdj/mixxx/pull/16068) |
| 66 | +* Reverb: fix ramping of the send parameter |
| 67 | + [#16001](https://github.com/mixxxdj/mixxx/pull/16001) |
| 68 | + |
| 69 | +##### Controller Mappings |
| 70 | + |
| 71 | +* Numark Mixtrack 3: update scripts |
| 72 | + [#14180](https://github.com/mixxxdj/mixxx/pull/14180) |
| 73 | +* Pioneer CDJ-350: fix incorrect name in controller mapping |
| 74 | + [#15683](https://github.com/mixxxdj/mixxx/pull/15683) |
| 75 | +* Reloop Beatmix 2/4: implement shift+jog wheel seek |
| 76 | + [#15575](https://github.com/mixxxdj/mixxx/pull/15575) |
| 77 | + [#12334](https://github.com/mixxxdj/mixxx/issues/12334) |
| 78 | +* Traktor Kontrol Z1: fix crossfader cut |
| 79 | + [#14451](https://github.com/mixxxdj/mixxx/pull/14451) |
| 80 | + [#14450](https://github.com/mixxxdj/mixxx/issues/14450) |
| 81 | + [#15945](https://github.com/mixxxdj/mixxx/pull/15945) |
| 82 | +* Traktor S4Mk2: check for deck undefined |
| 83 | + [#14445](https://github.com/mixxxdj/mixxx/pull/14445) |
| 84 | + |
| 85 | +##### Engine |
| 86 | + |
| 87 | +* Fix scratching with keylock enabled and mapping using scratch2 |
| 88 | + [#15845](https://github.com/mixxxdj/mixxx/pull/15845) |
| 89 | +* AudioUnit: fix crash due to off-by-one error in parameter syncing |
| 90 | + [#15919](https://github.com/mixxxdj/mixxx/pull/15919) |
| 91 | +* AudioUnit: fix startup crash by loading out-of-process |
| 92 | + [#16106](https://github.com/mixxxdj/mixxx/pull/16106) |
| 93 | +* FX units: resolve issue preventing use on all samplers |
| 94 | + [#15971](https://github.com/mixxxdj/mixxx/pull/15971) |
| 95 | + [#15799](https://github.com/mixxxdj/mixxx/issues/15799) |
| 96 | +* Fix false positive "First sound has been moved!" warnings log message |
| 97 | + [#16054](https://github.com/mixxxdj/mixxx/pull/16054) |
| 98 | +* Beats: fix rare off-by-one beat issue with quantize and sync |
| 99 | + [#13262](https://github.com/mixxxdj/mixxx/pull/13262) |
| 100 | + [#16086](https://github.com/mixxxdj/mixxx/pull/16086) |
| 101 | + |
| 102 | +##### Preferences |
| 103 | + |
| 104 | +* Interface: use main window screen to detect if skin fits |
| 105 | + [#15824](https://github.com/mixxxdj/mixxx/pull/15824) |
| 106 | + [#15823](https://github.com/mixxxdj/mixxx/issues/15823) |
| 107 | + |
| 108 | +##### Skins |
| 109 | + |
| 110 | +* Time widget: make ShowSeconds only show seconds, no extra locale info |
| 111 | + [#15805](https://github.com/mixxxdj/mixxx/pull/15805) |
| 112 | +* Search related menu: fix search click trigger |
| 113 | + [#15912](https://github.com/mixxxdj/mixxx/pull/15912) |
| 114 | +* Tracks: avoid re-sorting table when purging/hiding tracks |
| 115 | + [#15872](https://github.com/mixxxdj/mixxx/pull/15872) |
| 116 | + [#12565](https://github.com/mixxxdj/mixxx/issues/12565) |
| 117 | + |
| 118 | +##### Target support |
| 119 | + |
| 120 | +* Add Flatpak packaging files |
| 121 | + [#15695](https://github.com/mixxxdj/mixxx/pull/15695) |
| 122 | + [#15922](https://github.com/mixxxdj/mixxx/pull/15922) |
| 123 | + [#15935](https://github.com/mixxxdj/mixxx/pull/15935) |
| 124 | +* Fail early if not running from Visual Studio environment |
| 125 | + [#14623](https://github.com/mixxxdj/mixxx/pull/14623) |
| 126 | +* Make Debian non-free optional |
| 127 | + [#15895](https://github.com/mixxxdj/mixxx/pull/15895) |
| 128 | +* Debian: remove 'qml6-module-qtquick-nativestyle |
| 129 | + [#15771](https://github.com/mixxxdj/mixxx/pull/15771) |
| 130 | +* Ubuntu: retire Plucky Puffin 25.04 |
| 131 | + [#15926](https://github.com/mixxxdj/mixxx/pull/15926) |
| 132 | + |
| 133 | +##### Miscellaneous |
| 134 | + |
| 135 | +* Fix `mixxx-test` build to find `mad.h` [#15803](https://github.com/mixxxdj/mixxx/pull/15803) |
| 136 | +* Num deck streamline |
| 137 | + [#14112](https://github.com/mixxxdj/mixxx/pull/14112) |
| 138 | + [#16009](https://github.com/mixxxdj/mixxx/pull/16009) |
0 commit comments