Skip to content
Closed
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
[#14269](https://github.com/mixxxdj/mixxx/pull/14269)
* Fix and improve "missing env" error message [#14321](https://github.com/mixxxdj/mixxx/pull/14321)
* Qt6.8: Ensure Mixxx uses "windowsvista" Qt style on Windows [#14228](https://github.com/mixxxdj/mixxx/pull/14228)
* Adjust macOS x64 deployment target to 11.0 [#14440](https://github.com/mixxxdj/mixxx/pull/14440)

## [2.5.0](https://github.com/mixxxdj/mixxx/issues?q=milestone%3A2.5.0) (2024-12-24)

Expand Down
6 changes: 5 additions & 1 deletion res/linux/org.mixxx.Mixxx.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
Do not edit it manually.
-->
<releases>
<release version="2.5.1" type="development" date="2025-03-03" timestamp="1741001174">
<release version="2.5.1" type="development" date="2025-03-06" timestamp="1741243232">
<description>
<p>
Controller Mappings
Expand Down Expand Up @@ -417,6 +417,10 @@
Qt6.8: Ensure Mixxx uses "windowsvista" Qt style on Windows
#14228
</li>
<li>
Adjust macOS x64 deployment target to 11.0
#14440
</li>
</ul>
</description>
</release>
Expand Down