|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 2.5.7 (unreleased) |
| 4 | + |
| 5 | +### Controller Mappings |
| 6 | + |
| 7 | +* Allen & Heath Xone K3: Update midi mappings (backport [#16453](https://github.com/mixxxdj/mixxx/pull/16453)) [#16496](https://github.com/mixxxdj/mixxx/pull/16496) |
| 8 | + |
| 9 | +### Library |
| 10 | + |
| 11 | +* Fix color column sorting for dirty tracks |
| 12 | + [#16662](https://github.com/mixxxdj/mixxx/pull/16662) |
| 13 | +* Fix relocate directory: remove old dir if new is child of a root dir [#16203](https://github.com/mixxxdj/mixxx/pull/16203) |
| 14 | +* Fix library scanner: allow resuming canceled scan by clearing hashes of unfinished dirs |
| 15 | + [#16300](https://github.com/mixxxdj/mixxx/pull/16300) |
| 16 | + [#16198](https://github.com/mixxxdj/mixxx/issues/16198) |
| 17 | +* Fix missing tracks showing up in Hidden, Missing empty [#16419](https://github.com/mixxxdj/mixxx/pull/16419) |
| 18 | +* Adjust FocusWidget: GoToItem emulates Space key in WSearchRelatedTracksMenu [#13282](https://github.com/mixxxdj/mixxx/pull/13282) |
| 19 | + |
| 20 | +### Target support |
| 21 | + |
| 22 | +* Support Ubuntu Stonking 26.10 |
| 23 | + [#16507](https://github.com/mixxxdj/mixxx/pull/16507) |
| 24 | + [#16619](https://github.com/mixxxdj/mixxx/pull/16619) |
| 25 | + [#16614](https://github.com/mixxxdj/mixxx/issues/16614) |
| 26 | +* Support Windows 11 25H2 |
| 27 | + [#16401](https://github.com/mixxxdj/mixxx/pull/16401) |
| 28 | +* Add Arch Linux build environment script [#16594](https://github.com/mixxxdj/mixxx/pull/16594) |
| 29 | +* Fix race condition in fonts-ubuntu check in Debian environment script [#16575](https://github.com/mixxxdj/mixxx/pull/16575) |
| 30 | +* Fix various warnings when using recent build environments |
| 31 | + [#16537](https://github.com/mixxxdj/mixxx/pull/16537) |
| 32 | + [#16514](https://github.com/mixxxdj/mixxx/pull/16514) |
| 33 | + [#16592](https://github.com/mixxxdj/mixxx/pull/16592) |
| 34 | + [#16368](https://github.com/mixxxdj/mixxx/pull/16368) |
| 35 | + |
| 36 | +### Miscellaneous |
| 37 | + |
| 38 | +* macOS: fix system theme in preferences after switch rendering and icons |
| 39 | + [#16661](https://github.com/mixxxdj/mixxx/pull/16661) |
| 40 | + [#13643](https://github.com/mixxxdj/mixxx/issues/13643) |
| 41 | +* macOS: request security scoped bookmark for files in imported playlists |
| 42 | + [#16369](https://github.com/mixxxdj/mixxx/pull/16369) |
| 43 | +* macOS: Discover both Effect and MusicEffect AudioUnits in one pass [#16287](https://github.com/mixxxdj/mixxx/pull/16287) |
| 44 | +* Fix killing Analysis worker threads during shutdown, possible data loss. [#16064](https://github.com/mixxxdj/mixxx/pull/16064) |
| 45 | +* MIDI: guard against null script engine in makeInputHandler [#16003](https://github.com/mixxxdj/mixxx/pull/16003) |
| 46 | +* EngineBuffer: Reset sample counter after indicator update [#16245](https://github.com/mixxxdj/mixxx/pull/16245) |
| 47 | +* libfdk_aac: SoundSourceProxyTest.seekBoundaries fix |
| 48 | + [#16440](https://github.com/mixxxdj/mixxx/pull/16440) |
| 49 | + [#16440](https://github.com/mixxxdj/mixxx/issues/14624) |
| 50 | +* FFmpeg: fix of gap bug fix |
| 51 | + [#16439](https://github.com/mixxxdj/mixxx/pull/16439) |
| 52 | + [#10464](https://github.com/mixxxdj/mixxx/issues/10464) |
| 53 | +* Fix flaky test, due to not waiting for a fully loaded EngineBufferE2ETest |
| 54 | + [#16275](https://github.com/mixxxdj/mixxx/pull/16275) |
| 55 | + [#12554](https://github.com/mixxxdj/mixxx/issues/12554) |
| 56 | +* Fix flaky test ControllerScriptEngineLegacyTimerTest.beginTimer_repeatedTimer [#16332](https://github.com/mixxxdj/mixxx/pull/16332) |
| 57 | +* Fix flaky test for org.mixxx.Mixxx.metainfo.xml |
| 58 | + [#16290](https://github.com/mixxxdj/mixxx/pull/16290) |
| 59 | + [#16162](https://github.com/mixxxdj/mixxx/issues/16162) |
| 60 | +* Fix warning/violated debug assertion when opening Preferences (backport [#16257](https://github.com/mixxxdj/mixxx/pull/16257)) [#16274](https://github.com/mixxxdj/mixxx/pull/16274) |
| 61 | + |
3 | 62 | ## [2.5.6](https://github.com/mixxxdj/mixxx/milestone/53) (2026-03-25) |
4 | 63 |
|
5 | 64 | ### Library |
|
0 commit comments