Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a changelog entry for 2.5.1 #14113

Merged
merged 1 commit into from
Jan 4, 2025
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.5.1](https://github.com/mixxxdj/mixxx/milestone/45) (unreleased)

### Controller Mappings

* Numark NS6II: Add new controller mapping [#11075](https://github.com/mixxxdj/mixxx/pull/11075)
* Hercules Inpulse 300: Updated mapping [#14051](https://github.com/mixxxdj/mixxx/pull/14051)

### Fixes

* Deere (64 samplers): Bring back library in regular view
[#14101](https://github.com/mixxxdj/mixxx/pull/14101)
[#14097](https://github.com/mixxxdj/mixxx/issues/14097)
* Enable R3 time-stretching with Rubberband 4.0.0 API version numbers [#14100](https://github.com/mixxxdj/mixxx/pull/14100)

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

### Modernized Platform: Update to Qt6
Expand Down
31 changes: 31 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,37 @@
Do not edit it manually.
-->
<releases>
<release version="2.5.1" type="development" date="2025-01-03" timestamp="1735859957">
<description>
<p>
Controller Mappings
</p>
<ul>
<li>
Numark NS6II: Add new controller mapping
#11075
</li>
<li>
Hercules Inpulse 300: Updated mapping
#14051
</li>
</ul>
<p>
Fixes
</p>
<ul>
<li>
Deere (64 samplers): Bring back library in regular view
#14101
#14097
</li>
<li>
Enable R3 time-stretching with Rubberband 4.0.0 API version numbers
#14100
</li>
</ul>
</description>
</release>
<release version="2.5.0" type="stable" date="2024-12-24" timestamp="1734998400">
<description>
<p>
Expand Down
Loading