Skip to content

Commit

Permalink
Merge pull request mixxxdj#13516 from daschuer/changelog_24
Browse files Browse the repository at this point in the history
Update CHANGELOG.md for 2.4.2
  • Loading branch information
JoergAtGithub authored Jul 29, 2024
2 parents acf038d + 4a99291 commit 9e5a8f9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
[#13196](https://github.com/mixxxdj/mixxx/pull/13196)
[#13134](https://github.com/mixxxdj/mixxx/issues/13134)
* Numark PartyMix: Fix EQ (script binding) display name [#13255](https://github.com/mixxxdj/mixxx/pull/13255)
* Numark Scratch: Add initial mapping [#4834](https://github.com/mixxxdj/mixxx/pull/4834)
* Numark Scratch: Add initial mapping
[#4834](https://github.com/mixxxdj/mixxx/pull/4834)
[#13375](https://github.com/mixxxdj/mixxx/pull/13375)
* Sony SIXAXIS: Fix mapping [#13319](https://github.com/mixxxdj/mixxx/pull/13319)

### Fixes
Expand Down Expand Up @@ -43,6 +45,10 @@
* Hardware preferences: Fix UX when applying config with missing/busy devices
[#13312](https://github.com/mixxxdj/mixxx/pull/13312)
* Fix minor 64 bit CPU performance issue [#13355](https://github.com/mixxxdj/mixxx/pull/13355)
* Fix clicks at loop-out when looping into lead-in [#13294](https://github.com/mixxxdj/mixxx/pull/13294)
* Fix wrong pitch value on startup, caused by `components.Pot`
[#11814](https://github.com/mixxxdj/mixxx/issues/11814)
[#13463](https://github.com/mixxxdj/mixxx/pull/13463)

## [2.4.1](https://github.com/mixxxdj/mixxx/milestone/41?closed=1) (2024-05-08)

Expand Down
13 changes: 12 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.4.2" type="development" date="2024-06-12" timestamp="1718193546">
<release version="2.4.2" type="development" date="2024-07-14" timestamp="1720986151">
<description>
<p>
Controller Mappings
Expand All @@ -118,6 +118,7 @@
<li>
Numark Scratch: Add initial mapping
#4834
#13375
</li>
<li>
Sony SIXAXIS: Fix mapping
Expand Down Expand Up @@ -187,6 +188,16 @@
Fix minor 64 bit CPU performance issue
#13355
</li>
<li>
Fix clicks at loop-out when looping into lead-in
#13294
</li>
<li>
Fix wrong pitch value on startup, caused by
components.Pot
#11814
#13463
</li>
</ul>
</description>
</release>
Expand Down

0 comments on commit 9e5a8f9

Please sign in to comment.