summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2018-12-20 16:56:30 -0600
committerBe <be@mixxx.org>2018-12-20 16:56:30 -0600
commitf2e877978b6c665c49137ccf5ef9d6090c9b6d1f (patch)
treecaeb897346be54120164b7b54608883bca46a047 /CHANGELOG
parent9f672810810698e57e93a214078f6e2040143dca (diff)
parent291954e76d84496a14f4c104a0c82d0235c61d53 (diff)
Merge remote-tracking branch 'upstream/2.2'
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG35
1 files changed, 23 insertions, 12 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4710f8121e..cf4d1609fd 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 ====