Skip to content

Commit 0c421e4

Browse files
committed
appendix/changelog: Update changelog for 2.6 branch
1 parent 1caaec6 commit 0c421e4

1 file changed

Lines changed: 79 additions & 0 deletions

File tree

source/chapters/appendix/changelog.rst

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,85 @@ Misc Refactorings
660660
* README: add link to OS-specific build instructions `#14779 <https://github.com/mixxxdj/mixxx/pull/14779>`__
661661
* Improve debug output for missing WWidget pixmaps `#14473 <https://github.com/mixxxdj/mixxx/pull/14473>`__
662662

663+
.. _v2-5-7:
664+
665+
2.5.7 (unreleased)
666+
------------------
667+
668+
Controller Mappings
669+
^^^^^^^^^^^^^^^^^^^
670+
671+
672+
* Allen & Heath Xone K3: Update midi mappings (backport `#16453 <https://github.com/mixxxdj/mixxx/pull/16453>`__\ ) `#16496 <https://github.com/mixxxdj/mixxx/pull/16496>`__
673+
* Numark Mixtrack 3: fix settings bool evaluation `#16708 <https://github.com/mixxxdj/mixxx/pull/16708>`__
674+
675+
Library
676+
^^^^^^^
677+
678+
679+
* Fix color column sorting for dirty tracks
680+
`#16662 <https://github.com/mixxxdj/mixxx/pull/16662>`__
681+
* Fix relocate directory: remove old dir if new is child of a root dir `#16203 <https://github.com/mixxxdj/mixxx/pull/16203>`__
682+
* Fix library scanner: allow resuming canceled scan by clearing hashes of unfinished dirs
683+
`#16300 <https://github.com/mixxxdj/mixxx/pull/16300>`__
684+
`#16198 <https://github.com/mixxxdj/mixxx/issues/16198>`__
685+
* Fix missing tracks showing up in Hidden, Missing empty `#16419 <https://github.com/mixxxdj/mixxx/pull/16419>`__
686+
* Adjust FocusWidget: GoToItem emulates Space key in WSearchRelatedTracksMenu `#13282 <https://github.com/mixxxdj/mixxx/pull/13282>`__
687+
* Fixing last played time being wiped on history deletion
688+
`#16178 <https://github.com/mixxxdj/mixxx/pull/16178>`__
689+
`#14427 <https://github.com/mixxxdj/mixxx/issues/14427>`__
690+
* Fix false-positive missing tracks
691+
`#16685 <https://github.com/mixxxdj/mixxx/pull/16685>`__
692+
`#13533 <https://github.com/mixxxdj/mixxx/issues/13533>`__
693+
694+
Target support
695+
^^^^^^^^^^^^^^
696+
697+
698+
* Support Ubuntu Stonking 26.10
699+
`#16507 <https://github.com/mixxxdj/mixxx/pull/16507>`__
700+
`#16619 <https://github.com/mixxxdj/mixxx/pull/16619>`__
701+
`#16614 <https://github.com/mixxxdj/mixxx/issues/16614>`__
702+
* Support Windows 11 25H2
703+
`#16401 <https://github.com/mixxxdj/mixxx/pull/16401>`__
704+
* Add Arch Linux build environment script `#16594 <https://github.com/mixxxdj/mixxx/pull/16594>`__
705+
* Fix race condition in fonts-ubuntu check in Debian environment script `#16575 <https://github.com/mixxxdj/mixxx/pull/16575>`__
706+
* Fix various warnings when using recent build environments
707+
`#16537 <https://github.com/mixxxdj/mixxx/pull/16537>`__
708+
`#16514 <https://github.com/mixxxdj/mixxx/pull/16514>`__
709+
`#16592 <https://github.com/mixxxdj/mixxx/pull/16592>`__
710+
`#16368 <https://github.com/mixxxdj/mixxx/pull/16368>`__
711+
* Flatpak: fix building with Soundtouch, update to 2.4.1
712+
`#16720 <https://github.com/mixxxdj/mixxx/pull/16720>`__
713+
714+
Miscellaneous
715+
^^^^^^^^^^^^^
716+
717+
718+
* macOS: fix system theme in preferences after switch rendering and icons
719+
`#16661 <https://github.com/mixxxdj/mixxx/pull/16661>`__
720+
`#13643 <https://github.com/mixxxdj/mixxx/issues/13643>`__
721+
* macOS: request security scoped bookmark for files in imported playlists
722+
`#16369 <https://github.com/mixxxdj/mixxx/pull/16369>`__
723+
* macOS: Discover both Effect and MusicEffect AudioUnits in one pass `#16287 <https://github.com/mixxxdj/mixxx/pull/16287>`__
724+
* Fix killing Analysis worker threads during shutdown, possible data loss. `#16064 <https://github.com/mixxxdj/mixxx/pull/16064>`__
725+
* MIDI: guard against null script engine in makeInputHandler `#16003 <https://github.com/mixxxdj/mixxx/pull/16003>`__
726+
* EngineBuffer: Reset sample counter after indicator update `#16245 <https://github.com/mixxxdj/mixxx/pull/16245>`__
727+
* libfdk_aac: SoundSourceProxyTest.seekBoundaries fix
728+
`#16440 <https://github.com/mixxxdj/mixxx/pull/16440>`__
729+
`#16440 <https://github.com/mixxxdj/mixxx/issues/14624>`__
730+
* FFmpeg: fix of gap bug fix
731+
`#16439 <https://github.com/mixxxdj/mixxx/pull/16439>`__
732+
`#10464 <https://github.com/mixxxdj/mixxx/issues/10464>`__
733+
* Fix flaky test, due to not waiting for a fully loaded EngineBufferE2ETest
734+
`#16275 <https://github.com/mixxxdj/mixxx/pull/16275>`__
735+
`#12554 <https://github.com/mixxxdj/mixxx/issues/12554>`__
736+
* Fix flaky test ControllerScriptEngineLegacyTimerTest.beginTimer_repeatedTimer `#16332 <https://github.com/mixxxdj/mixxx/pull/16332>`__
737+
* Fix flaky test for org.mixxx.Mixxx.metainfo.xml
738+
`#16290 <https://github.com/mixxxdj/mixxx/pull/16290>`__
739+
`#16162 <https://github.com/mixxxdj/mixxx/issues/16162>`__
740+
* 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>`__
741+
663742
.. _v2-5-6:
664743

665744
`2.5.6 <https://github.com/mixxxdj/mixxx/milestone/53>`__ (2026-03-25)

0 commit comments

Comments
 (0)