|
4 | 4 |
|
5 | 5 | ### Controller Mappings |
6 | 6 |
|
| 7 | +* Icon P1-Nano MIDI 1: new mapping [#14602](https://github.com/mixxxdj/mixxx/pull/14602) |
7 | 8 | * Traktor Kontrol S4 Mk3: tempo offset per deck [#14882](https://github.com/mixxxdj/mixxx/pull/14882) |
8 | 9 | * Traktor Kontrol S4 Mk3: don`t duplicate beatloop_activate behaviour [#14992](https://github.com/mixxxdj/mixxx/pull/14992) |
9 | 10 | * Traktor Kontrol S3: allow full library navigation [#14980](https://github.com/mixxxdj/mixxx/pull/14980) |
| 11 | +* Traktor Kontrol S3: fix hotcue color output [#15185](https://github.com/mixxxdj/mixxx/pull/15185) |
| 12 | +* Numark NS6II: map the shiftbutton messages to decks 1/3 and 2/4 [#15229](https://github.com/mixxxdj/mixxx/pull/15229) |
| 13 | + |
| 14 | +### Engine |
| 15 | + |
| 16 | +* Turn on deck quantize buttons by default [#15245](https://github.com/mixxxdj/mixxx/pull/15245) |
| 17 | +* Avoid engine freeze when loading a new track while scratching with waveform or spinny |
| 18 | + [#15086](https://github.com/mixxxdj/mixxx/pull/15086) |
| 19 | + [#15082](https://github.com/mixxxdj/mixxx/issues/15082) |
| 20 | +* Prevent crash with null track pointer [#15114](https://github.com/mixxxdj/mixxx/pull/15114) |
| 21 | +* Fix Metronom with 96 kHz engine sample rate [#15130](https://github.com/mixxxdj/mixxx/pull/15130) |
| 22 | +* Waveforms: don't scratch on mousepress/move with empty waveform |
| 23 | + [#15143](https://github.com/mixxxdj/mixxx/pull/15143) |
| 24 | + [#15088](https://github.com/mixxxdj/mixxx/issues/15088) |
| 25 | + |
| 26 | +### Vinyl Control |
| 27 | + |
| 28 | +* Do not try to "correct" for drift in absolute mode. [#14960](https://github.com/mixxxdj/mixxx/pull/14960) |
| 29 | +* Fix connection to "passthrough" and "scratch_position_enable" controls. |
| 30 | + [#15173](https://github.com/mixxxdj/mixxx/pull/15173) |
| 31 | + [#15167](https://github.com/mixxxdj/mixxx/issues/15167) |
| 32 | + [#15174](https://github.com/mixxxdj/mixxx/pull/15174) |
| 33 | +* Fix getting sample rate |
| 34 | + [#15195](https://github.com/mixxxdj/mixxx/pull/15195) |
| 35 | + [#13974](https://github.com/mixxxdj/mixxx/issues/13974) |
| 36 | +* Remove track selection mode |
| 37 | + [#15189](https://github.com/mixxxdj/mixxx/pull/15189) |
| 38 | +* Fix handling of "vinylcontrol_enabled" causes a frozen vinyl spinny mouse control |
| 39 | + [#15168](https://github.com/mixxxdj/mixxx/pull/15168) |
| 40 | + [#15165](https://github.com/mixxxdj/mixxx/issues/15165) |
| 41 | +* Pitch filter improvements [#15230](https15054://github.com/mixxxdj/mixxx/pull/15230) |
| 42 | +* Add a quadrature phase tracker [#15217](https://github.com/mixxxdj/mixxx/pull/15217) |
| 43 | + |
| 44 | +### Target support |
| 45 | + |
| 46 | +* Windows: Update build environment to Visual Studio 2022 [#15006](https://github.com/mixxxdj/mixxx/pull/15006) |
| 47 | +* Retire Ubuntu Oracular 24.10 [#15100](https://github.com/mixxxdj/mixxx/pull/15100) |
| 48 | +* Add qt6-svg-plugins to Debian package |
| 49 | + [#15124](https://github.com/mixxxdj/mixxx/pull/15124) |
| 50 | + [#15117](https://github.com/mixxxdj/mixxx/issues/15117) |
| 51 | +* missing include cstdlib [#15132](https://github.com/mixxxdj/mixxx/pull/15132) |
| 52 | +* Improve zsh compatibility for macos_buildenv.sh |
| 53 | + [#15097](https://github.com/mixxxdj/mixxx/pull/15097) |
| 54 | + [#15091](https://github.com/mixxxdj/mixxx/issues/15091) |
| 55 | + [#15092](https://github.com/mixxxdj/mixxx/issues/15092) |
| 56 | +* CMake: Set PREFIX in ExternalProject_Add() |
| 57 | + [#15170](https://github.com/mixxxdj/mixxx/pull/15170) |
| 58 | +* Allow to build with GCC 15 and LTO enabled |
| 59 | + [#15238](https://github.com/mixxxdj/mixxx/pull/15238) |
10 | 60 |
|
11 | 61 | ### Misc |
12 | 62 |
|
13 | | -* Broadcast preferences: make setting string translatable [#15023](https://github.com/mixxxdj/mixxx/pull/15023) |
| 63 | +* Broadcast preferences: make setting string translatable |
| 64 | + [#15023](https://github.com/mixxxdj/mixxx/pull/15023) |
| 65 | + [#15013](https://github.com/mixxxdj/mixxx/issues/15013) |
| 66 | +* Add missing translation in Eject button tooltip |
| 67 | + [#15113](https://github.com/mixxxdj/mixxx/pull/15113) |
| 68 | + [#15105](https://github.com/mixxxdj/mixxx/issues/15105) |
14 | 69 | * Sound Hardware preference: add (?) linking to Sound APIs in the manual [#14935](https://github.com/mixxxdj/mixxx/pull/14935) |
15 | | -* xwax: do not try to "correct" for drift in absolute mode. [#14960](https://github.com/mixxxdj/mixxx/pull/14960) |
16 | 70 | * Fix column header text assignment [#14944](https://github.com/mixxxdj/mixxx/pull/14944) |
17 | 71 | * Remove runtime assert to not risk crashes [#15000](https://github.com/mixxxdj/mixxx/pull/15000) |
18 | | -* Windows: Update build environment to Visual Studio 2022 [#15006](https://github.com/mixxxdj/mixxx/pull/15006) |
19 | 72 |
|
20 | 73 | ## [2.5.2](https://github.com/mixxxdj/mixxx/milestone/49) (2025-06-13) |
21 | 74 |
|
|
0 commit comments