Skip to content

Commit b4e0fd7

Browse files
authored
Merge pull request #1870 from rryan/2.1
Release 2.1.5.
2 parents a77eb69 + cfb1a7f commit b4e0fd7

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
==== 2.1.5 2018-10-28 ====
2+
3+
* Code signing for Windows builds. lp:1517823
4+
* Fix crash on exit when preferences is open. lp:1793185
5+
* Fix crash when analyzing corrupt MP3s. lp:1793387
6+
* Fix crash when importing metadata from MusicBrainz. lp:1794993
7+
* Library search fixes when single quotes are used. lp:1784090 lp:1789728
8+
* Fix scrolling waveform on Windows with WDM-KS sound API. lp:1729345
9+
* Fix right clicking on beatgrid alignment button in Tango and LateNight skins. lp:1798237
10+
* Improve speed of importing iTunes library. lp:1785545
11+
* Add 2 deck mapping for DJTechTools MIDI Fighter Twister.
12+
113
==== 2.1.4 2018-08-29 ====
214
Fix track selection not getting shown in the track
315
table on Windows. There are no changes to the
@@ -21,17 +33,17 @@ Here is a quick summary of what is new in Mixxx 2.1.2:
2133
* Pad unreadable samples with silence on cache miss lp1777480
2234
* Fixing painting of preview coloumn for Qt5 builds lp1776555
2335
* LateNight: Fix play button right click lp1781829
24-
* LateNight: Added missing sort up/down buttons
36+
* LateNight: Added missing sort up/down buttons
2537
* Fix sampler play button tooltips lp1779468
2638
* Shade: remove superfluid margins and padding in sampler.xml lp1773588
27-
* Deere: Fix background-color code
39+
* Deere: Fix background-color code
2840
* ITunes: Don't stop import in case of duplicated Playlists lp1783493
2941

3042
==== 2.1.1 2018-06-13 ====
3143
After two month it is time to do a bugfix release of Mixxx 2.1.
3244
Here is a quick summary of what is new in Mixxx 2.1.1:
3345

34-
* Require Soundtouch 2.0 to avoid segfault lp1577042
46+
* Require Soundtouch 2.0 to avoid segfault lp1577042
3547
* Imrpoved Skins including library view fix lp1773709 lp1772202 lp1763953
3648
* Fix crash when importing ID3v2 APIC frames lp1774790
3749
* Synchronize execution of Vamp analyzers lp1743256
@@ -43,7 +55,7 @@ Here is a quick summary of what is new in Mixxx 2.1.1:
4355
* Fix memory leak when loading cover art lp1767068
4456
* Fix clearing of ReplayGain gain/ratio in file tags lp1766094
4557
* Fix crash when removing a quick link lp1510068
46-
* Fidlib: Thread-safe and reentrant generation of filters lp1765210
58+
* Fidlib: Thread-safe and reentrant generation of filters lp1765210
4759
* Fix unresponsive scrolling through crates & playlists using encoder lp1719474
4860
* Swap default values for temp/perm rate changes lp1764254
4961

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.1.5-pre"
57+
#define MIXXX_VERSION "2.1.5"
5858
#endif

0 commit comments

Comments
 (0)