Skip to content

Commit 8acb633

Browse files
authored
Merge pull request #4335 from daschuer/extended_2.3.1
Extended 2.3.1 (alternative)
2 parents 061943f + 4a54e72 commit 8acb633

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
## [2.3.1](https://launchpad.net/mixxx/+milestone/2.3.1) (Unreleased)
44

5-
* Added mapping for the Numark DJ2GO2 Touch controller [#4108](https://github.com/mixxxdj/mixxx/pull/4108)
5+
* Added mapping for the Numark DJ2GO2 Touch controller [#4108](https://github.com/mixxxdj/mixxx/pull/4108) [#4287](https://github.com/mixxxdj/mixxx/pull/4287)
66
* Added mapping for the Numark Mixtrack Pro FX controller [#4160](https://github.com/mixxxdj/mixxx/pull/4160)
77
* Updated mapping for Behringer DDM4000 mixer [#4262](https://github.com/mixxxdj/mixxx/pull/4262)
88
* Updated mapping for Denon MC7000 controller [#4021](https://github.com/mixxxdj/mixxx/pull/4021)
9+
* Hercules Inpulse 300: Add better FX controls and other minor improvements [#4246](https://github.com/mixxxdj/mixxx/pull/4246)
10+
* Denon MC7000: Improve slip mode and jog wheel handling [#4021](https://github.com/mixxxdj/mixxx/pull/4021) [#4324](https://github.com/mixxxdj/mixxx/pull/4324)
911
* Disabled detection of keyboards and mice as HID controllers [#4243](https://github.com/mixxxdj/mixxx/pull/4243)
1012
* Disabled detection of all HID controllers with Apple's vendor ID. Apple doesn't build actual controllers. [#4260](https://github.com/mixxxdj/mixxx/pull/4260) [#4273](https://github.com/mixxxdj/mixxx/pull/4273)
1113
* Add support for HiDPI scale factors of 125% and 175% (only with Qt 5.14+) [lp1938102](https://bugs.launchpad.net/mixxx/+bug/1938102) [#4161](https://github.com/mixxxdj/mixxx/pull/4161)
@@ -15,7 +17,7 @@
1517
* Fix bad phase seek when a channel's audible status changes [#4156](https://github.com/mixxxdj/mixxx/pull/4156)
1618
* Tango skin: Show crossfader assign buttons by default [#4046](https://github.com/mixxxdj/mixxx/pull/4046)
1719
* Fix keyfinder library in arm64 builds [#4047](https://github.com/mixxxdj/mixxx/pull/4047)
18-
* Fix wrong track being recorded in History [lp1933991](https://bugs.launchpad.net/mixxx/+bug/1933991) [#4041](https://github.com/mixxxdj/mixxx/pull/4041) [#4059](https://github.com/mixxxdj/mixxx/pull/4059) [#4107](https://github.com/mixxxdj/mixxx/pull/4107)
20+
* Fix wrong track being recorded in History [lp1933991](https://bugs.launchpad.net/mixxx/+bug/1933991) [#4041](https://github.com/mixxxdj/mixxx/pull/4041) [#4059](https://github.com/mixxxdj/mixxx/pull/4059) [#4107](https://github.com/mixxxdj/mixxx/pull/4107) [#4296](https://github.com/mixxxdj/mixxx/pull/4296)
1921
* Fix support for relative paths in the skin system which caused missing images in third-party skins [#4151](https://github.com/mixxxdj/mixxx/pull/4151)
2022
* Fix relocation of directories with special/reserved characters in path name [#4146](https://github.com/mixxxdj/mixxx/pull/4146)
2123
* Update keyboard shortcuts sheet [#4042](https://github.com/mixxxdj/mixxx/pull/4042)
@@ -31,6 +33,9 @@
3133
* Library sidebar: Also activate items on PageUp/Down events. [#4237](https://github.com/mixxxdj/mixxx/pull/4237)
3234
* Fix handling of preview button cell events in developer mode. [#4264](https://github.com/mixxxdj/mixxx/pull/4264) [lp:1929141](https://bugs.launchpad.net/mixxx/+bug/1929141)
3335
* Auto DJ: Fix bug which could make an empty track stop Auto DJ. [#4267](https://github.com/mixxxdj/mixxx/pull/4267) [lp:1941743](https://bugs.launchpad.net/mixxx/+bug/1941743)
36+
* Fix Auto DJ skipping tracks randomly [#4319](https://github.com/mixxxdj/mixxx/pull/4319) [lp1941989](https://bugs.launchpad.net/mixxx/+bug/1941989)
37+
* Fix high CPU load due to extremely high internal sync clock values [#4312](https://github.com/mixxxdj/mixxx/pull/4312) [lp1943320](https://bugs.launchpad.net/mixxx/+bug/1943320)
38+
* Fix preference option for re-analyzing beatgrids imported from other software [#4288](https://github.com/mixxxdj/mixxx/pull/4288)
3439

3540
### Packaging
3641

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
<li>
103103
Added mapping for the Numark DJ2GO2 Touch controller
104104
#4108
105+
#4287
105106
</li>
106107
<li>
107108
Added mapping for the Numark Mixtrack Pro FX controller
@@ -115,6 +116,15 @@
115116
Updated mapping for Denon MC7000 controller
116117
#4021
117118
</li>
119+
<li>
120+
Hercules Inpulse 300: Add better FX controls and other minor improvements
121+
#4246
122+
</li>
123+
<li>
124+
Denon MC7000: Improve slip mode and jog wheel handling
125+
#4021
126+
#4324
127+
</li>
118128
<li>
119129
Disabled detection of keyboards and mice as HID controllers
120130
#4243
@@ -161,6 +171,7 @@
161171
#4041
162172
#4059
163173
#4107
174+
#4296
164175
</li>
165176
<li>
166177
Fix support for relative paths in the skin system which caused missing images in third-party skins
@@ -226,6 +237,20 @@
226237
#4267
227238
lp:1941743
228239
</li>
240+
<li>
241+
Fix Auto DJ skipping tracks randomly
242+
#4319
243+
lp1941989
244+
</li>
245+
<li>
246+
Fix high CPU load due to extremely high internal sync clock values
247+
#4312
248+
lp1943320
249+
</li>
250+
<li>
251+
Fix preference option for re-analyzing beatgrids imported from other software
252+
#4288
253+
</li>
229254
</ul>
230255
<p>
231256
Packaging

0 commit comments

Comments
 (0)