|
| 1 | +title: Mixxx 2.5.5 Released |
| 2 | +authors: Antoine Colombier |
| 3 | +tags: 2.5.5, release announcement |
| 4 | +comments: yes |
| 5 | + |
| 6 | + |
| 7 | +#### Mixxx 2.5.5 Release Announcement |
| 8 | + |
| 9 | +We're proud to announce a new stable release of Mixxx: version 2.5.5. 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. |
| 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.5 |
| 15 | + |
| 16 | +- The 'not' operator in the search function was not working correctly. |
| 17 | +- Rhythmbox imports were not functioning as expected. |
| 18 | +- A warning about "dataChanged() called with an invalid index range" has been resolved. |
| 19 | +- History playlists now allow track file export. |
| 20 | +- Performance when restoring large track selections has been improved. |
| 21 | +- White Noise and Echo effects have been enhanced, and crackling in QuickEffect has been fixed. |
| 22 | +- Controller mappings for Numark Mixtrack 3, Pioneer CDJ-350, Reloop Beatmix 2/4, and Traktor Kontrol Z1 have been updated. |
| 23 | +- Scratching with keylock enabled has been fixed. |
| 24 | +- Flatpak packaging files have been added for easier installation on Linux. |
| 25 | + |
| 26 | +#### 2.5.5 Changelog |
| 27 | + |
| 28 | +The complete changelog can be found [here](https://github.com/mixxxdj/mixxx/milestone/53). |
| 29 | + |
| 30 | +##### Library |
| 31 | + |
| 32 | +* Search: fix 'not' operator |
| 33 | + [#15923](https://github.com/mixxxdj/mixxx/pull/15923) |
| 34 | + [#15918](https://github.com/mixxxdj/mixxx/issues/15918) |
| 35 | +* Rhythmbox: fix imports |
| 36 | + [#15798](https://github.com/mixxxdj/mixxx/pull/15798) |
| 37 | + [#15770](https://github.com/mixxxdj/mixxx/pull/15770) |
| 38 | +* WTrackMenu: warn before opening more than 10 tracks in file browser |
| 39 | + [#15828](https://github.com/mixxxdj/mixxx/pull/15828) |
| 40 | + [#15819](https://github.com/mixxxdj/mixxx/issues/15819) |
| 41 | +* Fix "dataChanged() called with an invalid index range" warning |
| 42 | + [#15937](https://github.com/mixxxdj/mixxx/pull/15937) |
| 43 | + [#14610](https://github.com/mixxxdj/mixxx/issues/14610) |
| 44 | +* History: allow track file export |
| 45 | + [#16074](https://github.com/mixxxdj/mixxx/pull/16074) |
| 46 | +* Column: avoid conditional jump that depends on uninitialized memory |
| 47 | + [#16052](https://github.com/mixxxdj/mixxx/pull/16052) |
| 48 | +* History: prevent deletion of current history after purging tracks |
| 49 | + [#15991](https://github.com/mixxxdj/mixxx/pull/15991) |
| 50 | +* Tracks: improve performance when restoring large track selections |
| 51 | + [#15973](https://github.com/mixxxdj/mixxx/pull/15973) |
| 52 | + |
| 53 | +##### Effects |
| 54 | + |
| 55 | +* White Noise: remove DC offset |
| 56 | + [#15979](https://github.com/mixxxdj/mixxx/pull/15979) |
| 57 | +* White Noise: improve gain response |
| 58 | + [#15949](https://github.com/mixxxdj/mixxx/pull/15949) |
| 59 | +* Echo: fix out of bounds read |
| 60 | + [#15985](https://github.com/mixxxdj/mixxx/pull/15985) |
| 61 | +* Echo: fix ramping of the send and feedback parameters |
| 62 | + [#16006](https://github.com/mixxxdj/mixxx/pull/16006) |
| 63 | +* QuickEffect: fix crackling noise when switching |
| 64 | + [#15796](https://github.com/mixxxdj/mixxx/pull/15796) |
| 65 | + [#15794](https://github.com/mixxxdj/mixxx/issues/15794) |
| 66 | +* Glitch: remove unnecessary cast to integer |
| 67 | + [#16068](https://github.com/mixxxdj/mixxx/pull/16068) |
| 68 | +* Reverb: fix ramping of the send parameter |
| 69 | + [#16001](https://github.com/mixxxdj/mixxx/pull/16001) |
| 70 | + |
| 71 | +##### Controller Mappings |
| 72 | + |
| 73 | +* Numark Mixtrack 3: update scripts |
| 74 | + [#14180](https://github.com/mixxxdj/mixxx/pull/14180) |
| 75 | +* Pioneer CDJ-350: fix incorrect name in controller mapping |
| 76 | + [#15683](https://github.com/mixxxdj/mixxx/pull/15683) |
| 77 | +* Reloop Beatmix 2/4: implement shift+jog wheel seek |
| 78 | + [#15575](https://github.com/mixxxdj/mixxx/pull/15575) |
| 79 | + [#12334](https://github.com/mixxxdj/mixxx/issues/12334) |
| 80 | +* Traktor Kontrol Z1: fix crossfader cut |
| 81 | + [#14451](https://github.com/mixxxdj/mixxx/pull/14451) |
| 82 | + [#14450](https://github.com/mixxxdj/mixxx/issues/14450) |
| 83 | + [#15945](https://github.com/mixxxdj/mixxx/pull/15945) |
| 84 | +* Traktor S4Mk2: check for deck undefined |
| 85 | + [#14445](https://github.com/mixxxdj/mixxx/pull/14445) |
| 86 | + |
| 87 | +##### Engine |
| 88 | + |
| 89 | +* Fix scratching with keylock enabled and mapping using scratch2 |
| 90 | + [#15845](https://github.com/mixxxdj/mixxx/pull/15845) |
| 91 | +* AudioUnit: fix crash due to off-by-one error in parameter syncing |
| 92 | + [#15919](https://github.com/mixxxdj/mixxx/pull/15919) |
| 93 | +* AudioUnit: fix startup crash by loading out-of-process |
| 94 | + [#16106](https://github.com/mixxxdj/mixxx/pull/16106) |
| 95 | +* FX units: resolve issue preventing use on all samplers |
| 96 | + [#15971](https://github.com/mixxxdj/mixxx/pull/15971) |
| 97 | +* AutoDJ: fix wrong use of [Auto DJ] -> [AutoDJ] |
| 98 | + [#16009](https://github.com/mixxxdj/mixxx/pull/16009) |
| 99 | +* Fix false positive "First sound has been moved!" warnings log message |
| 100 | + [#16054](https://github.com/mixxxdj/mixxx/pull/16054) |
| 101 | +* Beats: fix imprecise iterator computation |
| 102 | + [#13262](https://github.com/mixxxdj/mixxx/pull/13262) |
| 103 | + [#16086](https://github.com/mixxxdj/mixxx/pull/16086) |
| 104 | + |
| 105 | +##### Skins |
| 106 | + |
| 107 | +* Time widget: make ShowSeconds only show seconds, no extra locale info |
| 108 | + [#15805](https://github.com/mixxxdj/mixxx/pull/15805) |
| 109 | +* Search related menu: fix search click trigger |
| 110 | + [#15912](https://github.com/mixxxdj/mixxx/pull/15912) |
| 111 | +* Tracks: avoid re-sorting table when purging/hiding tracks |
| 112 | + [#15872](https://github.com/mixxxdj/mixxx/pull/15872) |
| 113 | + [#12565](https://github.com/mixxxdj/mixxx/issues/12565) |
| 114 | + |
| 115 | +##### Target support |
| 116 | + |
| 117 | +* Add Flatpak packaging files |
| 118 | + [#15695](https://github.com/mixxxdj/mixxx/pull/15695) |
| 119 | + [#15922](https://github.com/mixxxdj/mixxx/pull/15922) |
| 120 | + [#15935](https://github.com/mixxxdj/mixxx/pull/15935) |
| 121 | +* Fail early if not running from Visual Studio environment |
| 122 | + [#14623](https://github.com/mixxxdj/mixxx/pull/14623) |
| 123 | +* Make Debian non-free optional |
| 124 | + [#15895](https://github.com/mixxxdj/mixxx/pull/15895) |
| 125 | +* Debian: remove 'qml6-module-qtquick-nativestyle' |
| 126 | + [#15771](https://github.com/mixxxdj/mixxx/pull/15771) |
| 127 | +* Retire Ubuntu Plucky Puffin 25.04 |
| 128 | + [#15926](https://github.com/mixxxdj/mixxx/pull/15926) |
0 commit comments