summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2018-12-17 12:58:39 -0600
committerBe <be@mixxx.org>2018-12-17 20:12:38 -0600
commitc71e3cd7f714e8ac512c1890cd54f9210024992d (patch)
treef08cb08365904143760f5d5575202c56fb6f47c9 /CHANGELOG
parente4342f2d4433b6ff378a4e3112894ba6abbbba1a (diff)
update CHANGELOG for 2.2.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG35
1 files changed, 23 insertions, 12 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 88f56cf127..7bb287dca6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,23 +1,34 @@
-==== 2.2.0 (draft) 2018-09-12 ====
+==== 2.2.0 2018-12-17 ====
+General
* Update from Qt4 to Qt5.
-* Remove GUI scaling option from preferences; use Qt5's automatic
- scaling instead.
+* Use Qt5's automatic high DPI scaling (and remove the old
+ scaling option from the preferences).
+* Vectorize remaining raster graphics for better HiDPI support.
+
+Effects
* Add mix mode switch (Dry/Wet vs Dry+Wet) for effect units.
-* Add support for LV2 effects plugins. (currently no way to show plugin GUIs)
+* Add support for LV2 effects plugins (currently no way to show plugin GUIs).
* Add preference option for selecting which effects are shown in the
- list of available effects in the main window. (all LV2 effects are
- hidden by default and must be explicitly enabled by users)
-* Add preference option for adjusting play position marker of
+ list of available effects in the main window (all LV2 effects are
+ hidden by default and must be explicitly enabled by users).
+
+Skins
+* Add 8 sampler and small sampler options to LateNight.
+* Add key / BPM expansion indicators to Deere decks.
+* Add skin settings menu to LateNight.
+
+Controllers
+* Add controller mapping for Numark Mixtrack Platinum.
+* Update controller mapping for Numark N4.
+* Add spinback and break for Vestax VCI-400 mapping.
+
+Miscellaneous
+* Add preference option to adjust the play position marker of
scrolling waveforms.
* Add preference option to adjust opacity of beatgrid markers on
scrolling waveforms.
-* Add 8 sampler and small sampler options to LateNight.
-* Add key / BPM expansion indicators to Deere decks.
-* Vectorize Deere, LateNight and Tango skin assets for better HiDPI support.
-* Behringer CMD-MM1 controller preset improvements.
* Support IRC/AIM/ICQ broadcast metadata.
-* Add skin settings menu to LateNight.
==== 2.1.5 2018-10-28 ====