Skip to content

Commit 9e5a8f9

Browse files
Merge pull request #13516 from daschuer/changelog_24
Update CHANGELOG.md for 2.4.2
2 parents acf038d + 4a99291 commit 9e5a8f9

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
[#13196](https://github.com/mixxxdj/mixxx/pull/13196)
1010
[#13134](https://github.com/mixxxdj/mixxx/issues/13134)
1111
* Numark PartyMix: Fix EQ (script binding) display name [#13255](https://github.com/mixxxdj/mixxx/pull/13255)
12-
* Numark Scratch: Add initial mapping [#4834](https://github.com/mixxxdj/mixxx/pull/4834)
12+
* Numark Scratch: Add initial mapping
13+
[#4834](https://github.com/mixxxdj/mixxx/pull/4834)
14+
[#13375](https://github.com/mixxxdj/mixxx/pull/13375)
1315
* Sony SIXAXIS: Fix mapping [#13319](https://github.com/mixxxdj/mixxx/pull/13319)
1416

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

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

res/linux/org.mixxx.Mixxx.metainfo.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
Do not edit it manually.
9797
-->
9898
<releases>
99-
<release version="2.4.2" type="development" date="2024-06-12" timestamp="1718193546">
99+
<release version="2.4.2" type="development" date="2024-07-14" timestamp="1720986151">
100100
<description>
101101
<p>
102102
Controller Mappings
@@ -118,6 +118,7 @@
118118
<li>
119119
Numark Scratch: Add initial mapping
120120
#4834
121+
#13375
121122
</li>
122123
<li>
123124
Sony SIXAXIS: Fix mapping
@@ -187,6 +188,16 @@
187188
Fix minor 64 bit CPU performance issue
188189
#13355
189190
</li>
191+
<li>
192+
Fix clicks at loop-out when looping into lead-in
193+
#13294
194+
</li>
195+
<li>
196+
Fix wrong pitch value on startup, caused by
197+
components.Pot
198+
#11814
199+
#13463
200+
</li>
190201
</ul>
191202
</description>
192203
</release>

0 commit comments

Comments
 (0)