Skip to content

Commit 4d3d17d

Browse files
authored
Merge pull request #2369 from Be-ing/release_2.2.3
Release 2.2.3
2 parents 017fdc4 + d4edbce commit 4d3d17d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
==== 2.2.3 2019-11-24 ====
2+
* Don't make users reconfigure sound hardware when it has not changed #2253
3+
* Fix MusicBrainz metadata lookup lp:1848887 #2328
4+
* Fix high DPI scaling of cover art #2247
5+
* Fix high DPI scaling of cue point labels on scrolling waveforms #2331
6+
* Fix high DPI scaling of sliders in Tango skin #2318
7+
* Fix sound dropping out during recording lp:1842679 #2265 #2305 #2308 #2309
8+
* Fix rare crash on application shutdown #2293
9+
* Workaround various rare bugs caused by database inconsistencies lp:1846971 #2321
10+
* Improve handling of corrupt FLAC files #2315
11+
* Don't immediately jump to loop start when loop_out is pressed in quantized mode lp:1837077 #2269
12+
* Preserve order of tracks when dragging and dropping from AutoDJ to playlist lp:1829601 #2237
13+
* Explicitly use X11 Qt platform plugin instead of Wayland in .desktop launcher lp:1850729 #2340
14+
* Pioneer DDJ-SX: fix delayed sending of MIDI messages with low audio buffer sizes #2326
15+
* Enable modplug support on Linux by default lp:1840537 #2244 #2272
16+
* Fix keyboard shortcut for View > Skin Preferences lp:1851993 #2358 #2372
17+
* Reloop Terminal Mix: Fix mapping of sampler buttons 5-8 lp:1846966 #2330
18+
119
==== 2.2.2 2019-08-10 ====
220

321
* Fix battery widget with upower <= 0.99.7. #2221

src/defs_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454

5555
// READ ABOVE CAREFULLY BEFORE CHANGING!
5656
// USE 3 DIGITS VERSION ONLY /!\ _
57-
#define MIXXX_VERSION "2.2.2"
57+
#define MIXXX_VERSION "2.2.3"
5858
#endif

0 commit comments

Comments
 (0)