|
16 | 16 | * Fix "dataChanged() called with an invalid index range" warning |
17 | 17 | [#15937](https://github.com/mixxxdj/mixxx/pull/15937) |
18 | 18 | [#14610](https://github.com/mixxxdj/mixxx/issues/14610) |
| 19 | +* History: allow track file export [#16074](https://github.com/mixxxdj/mixxx/pull/16074) |
| 20 | +* Column: avoid conditional jump that depends on uninitialized memory [#16052](https://github.com/mixxxdj/mixxx/pull/16052) |
| 21 | +* History: prevent deletion of current history after purging tracks [#15991](https://github.com/mixxxdj/mixxx/pull/15991) |
| 22 | +* Tracks: improve performance when restoring large track selections [#15973](https://github.com/mixxxdj/mixxx/pull/15973) |
19 | 23 |
|
20 | 24 | ### Effects |
21 | 25 |
|
22 | 26 | * White Noise: remove DC offset [#15979](https://github.com/mixxxdj/mixxx/pull/15979) |
23 | 27 | * White Noise: improve gain responds [#15949](https://github.com/mixxxdj/mixxx/pull/15949) |
24 | 28 | * Echo: fix out of bounds read [#15985](https://github.com/mixxxdj/mixxx/pull/15985) |
| 29 | +* Echo: fix ramping of the send and feedback parameters [#16006](https://github.com/mixxxdj/mixxx/pull/16006) |
25 | 30 | * QuickEffect: fix crackling noise when switching |
26 | 31 | [#15796](https://github.com/mixxxdj/mixxx/pull/15796) |
27 | 32 | [#15794](https://github.com/mixxxdj/mixxx/issues/15794) |
| 33 | +* Glitch: remove unnecessary cast to integer [#16068](https://github.com/mixxxdj/mixxx/pull/16068) |
| 34 | +* Reverb: fix ramping of the send parameter [#16001](https://github.com/mixxxdj/mixxx/pull/16001) |
28 | 35 |
|
29 | 36 | ### Controller Mappings |
30 | 37 |
|
|
47 | 54 |
|
48 | 55 | * Fix scratching with keylock enabled and mapping using scracht2 [#15845](https://github.com/mixxxdj/mixxx/pull/15845) |
49 | 56 | * AudioUnit: fix crash due to off-by-one error in parameter syncing [#15919](https://github.com/mixxxdj/mixxx/pull/15919) |
| 57 | +* AudioUnit: fix startup crash by loading out-of-process [#16106](https://github.com/mixxxdj/mixxx/pull/16106) |
50 | 58 | * FX units: resolve issue preventing use on all samplers [#15971](https://github.com/mixxxdj/mixxx/pull/15971) |
51 | 59 | * AutoDJ: fix wrong use of [Auto DJ] -> [AutoDJ] [#16009](https://github.com/mixxxdj/mixxx/pull/16009) |
| 60 | +* Fix false positive "First sound has been moved!" warnings log message [#16054](https://github.com/mixxxdj/mixxx/pull/16054) |
| 61 | +* Beats: fix imprecise iterator computation |
| 62 | + [#13262](https://github.com/mixxxdj/mixxx/pull/13262) |
| 63 | + [#16086](https://github.com/mixxxdj/mixxx/pull/16086) |
52 | 64 |
|
53 | 65 | ### Preferences |
54 | 66 |
|
|
69 | 81 | * Add Flatpak packaging files |
70 | 82 | [#15695](https://github.com/mixxxdj/mixxx/pull/15695) |
71 | 83 | [#15922](https://github.com/mixxxdj/mixxx/pull/15922) |
| 84 | + [#15935](https://github.com/mixxxdj/mixxx/pull/15935) |
72 | 85 | * Fail early if not running from Visual Studio environment [#14623](https://github.com/mixxxdj/mixxx/pull/14623) |
73 | 86 | * Make Debian non-free optional [#15895](https://github.com/mixxxdj/mixxx/pull/15895) |
74 | 87 | * Debian: remove 'qml6-module-qtquick-nativestyle [#15771](https://github.com/mixxxdj/mixxx/pull/15771) |
|
86 | 99 | * Retire Ubuntu Plucky Puffin 25.04 [#15926](https://github.com/mixxxdj/mixxx/pull/15926) |
87 | 100 | * chore(deps): bump azure/trusted-signing-action from 1.0.0 to 1.1.0 [#15990](https://github.com/mixxxdj/mixxx/pull/15990) |
88 | 101 | * Num deck streamline [#14112](https://github.com/mixxxdj/mixxx/pull/14112) |
| 102 | +* Update eslint plugin diff |
| 103 | + [#16091](https://github.com/mixxxdj/mixxx/pull/16091) |
| 104 | + [#16049](https://github.com/mixxxdj/mixxx/pull/16049) |
| 105 | +* build: Fix invalid elseif syntax in Apple platform checks [#16058](https://github.com/mixxxdj/mixxx/pull/16058) |
89 | 106 |
|
90 | 107 | ## [2.5.4](https://github.com/mixxxdj/mixxx/milestone/51) (2025-12-14) |
91 | 108 |
|
|
0 commit comments