summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2019-01-12 16:45:28 +0100
committerUwe Klotz <uklotz@mixxx.org>2019-01-12 16:45:28 +0100
commitb9f57807e62daa51eb8bbc94eebdd0fc6346a1f3 (patch)
treef55f5e7bd7c7bb151667de5c07be43435f45069b /CHANGELOG
parentbd3e580fac91f8852643ccd12d4cb81b2dcd35de (diff)
parent4fd84daa1891a6038ee8077a63cf24b695ecea5e (diff)
Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into merge_2.1
# Conflicts: # CHANGELOG # src/defs_version.h # src/engine/ratecontrol.h
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7bb287dca6..0dfa20c782 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -30,6 +30,26 @@ Miscellaneous
scrolling waveforms.
* Support IRC/AIM/ICQ broadcast metadata.
+==== 2.1.6 2018-12-23 ====
+
+* Fix crash when loading a Qt5 Soundsource / Vamp Plug-In. lp:1774639 * Validate effect parameter range. lp:1795234
+* Fix crash using the bpm_tap button without a track loaded. lp:1801844
+* Fix possible crash after ejecting a track. lp:1801874
+* Fix wrong bitrate reported for faulty mp3 files. lp:1782912
+* Fix Echo effect syncing lp:1793232
+* Fix iTunes context menu lp:1799932
+* Fix loading the wrong track after delete search and scroll. lp:1803148
+* Improve search bar timing. lp:1635087
+* Fix quoted search sentence. lp:1784141
+* Fix loading a track formerly not existing. lp:1800395
+* Fix imporing m3u files with blank lines. lp:1806271
+* Fix position in sampler overview waveforms. lp:1744170
+* Don't reset rate slider, syncing a track without a beatgrid. lp:1783020
+* Clean up iTunes track context menu. lp:1800335
+* Collapsed sampler are not analyzed on startup. lp:1801126
+* search for decoration characters like "˚". lp:#1802730
+* Fix cue button blinking after pressing eject on an empty deck. lp:1808222
+
==== 2.1.5 2018-10-28 ====
* Code signing for Windows builds. lp:1517823