Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.5.3](https://github.com/mixxxdj/mixxx/milestone/50) (unreleased)

### Controller Mappings

* Traktor Kontrol S4 Mk3: tempo offset per deck [#14882](https://github.com/mixxxdj/mixxx/pull/14882)
* Traktor Kontrol S4 Mk3: don`t duplicate beatloop_activate behaviour [#14992](https://github.com/mixxxdj/mixxx/pull/14992)
* Traktor Kontrol S3: allow full library navigation [#14980](https://github.com/mixxxdj/mixxx/pull/14980)

### Misc

* Broadcast preferences: make setting string translatable [#15023](https://github.com/mixxxdj/mixxx/pull/15023)
* Sound Hardware preference: add (?) linking to Sound APIs in the manual [#14935](https://github.com/mixxxdj/mixxx/pull/14935)
* xwax: do not try to "correct" for drift in absolute mode. [#14960](https://github.com/mixxxdj/mixxx/pull/14960)
* Fix column header text assignment [#14944](https://github.com/mixxxdj/mixxx/pull/14944)
* Remove runtime assert to not risk crashes [#15000](https://github.com/mixxxdj/mixxx/pull/15000)
* Windows: Update build environment to Visual Studio 2022 [#15006](https://github.com/mixxxdj/mixxx/pull/15006)

## [2.5.2](https://github.com/mixxxdj/mixxx/milestone/49) (2025-06-13)

### Library
Expand Down
50 changes: 50 additions & 0 deletions res/linux/org.mixxx.Mixxx.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,56 @@
Do not edit it manually.
-->
<releases>
<release version="2.5.3" type="development" date="2025-06-29" timestamp="1751222636">
<description>
<p>
Controller Mappings
</p>
<ul>
<li>
Traktor Kontrol S4 Mk3: tempo offset per deck
#14882
</li>
<li>
Traktor Kontrol S4 Mk3: don`t duplicate beatloop_activate behaviour
#14992
</li>
<li>
Traktor Kontrol S3: allow full library navigation
#14980
</li>
</ul>
<p>
Misc
</p>
<ul>
<li>
Broadcast preferences: make setting string translatable
#15023
</li>
<li>
Sound Hardware preference: add (?) linking to Sound APIs in the manual
#14935
</li>
<li>
xwax: do not try to "correct" for drift in absolute mode.
#14960
</li>
<li>
Fix column header text assignment
#14944
</li>
<li>
Remove runtime assert to not risk crashes
#15000
</li>
<li>
Windows: Update build environment to Visual Studio 2022
#15006
</li>
</ul>
</description>
</release>
<release version="2.5.2" type="stable" date="2025-06-13" timestamp="1749772800">
<description>
<p>
Expand Down
Loading