summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2020-05-30 13:56:51 +1000
committerDamien Zammit <damien@zamaudio.com>2020-05-30 13:56:51 +1000
commitf91e088e5af634c710b54a3a7ac9268f8e257e70 (patch)
treebec4b1c8d0066ff9aa6eed55f62a371988635dbc
parent852fb0d162783e919e3c972763d6956b3557b6be (diff)
changelog: Reorder entries - fixes #79
-rw-r--r--changelog96
1 files changed, 48 insertions, 48 deletions
diff --git a/changelog b/changelog
index 6c19fa1..2abd0f2 100644
--- a/changelog
+++ b/changelog
@@ -1,23 +1,41 @@
-2.1 Initial stable release
-
-3.0 Complete rewrite of plugins, with GUIs. Testing phase.
- - No more dependencies on faust or lv2
+3.12 Bugfixes and DSP improvements
+ - ZamCompX2: Fix bug with left channel using right side
+ - Compressors: 5% speedup
+ - ZaMultiCompX2: 15% Speed up - remove averaging every cycle
+ - ZaMultiCompX2: Fix averaging
+ - ZamTube: Fix uninitialised bugs
-3.1 Stable release of new plugins, with GUIs.
- - Ready for packaging
+3.11 New plugin and DSP improvements
+ - New plugin: ZamGrains (granular delay)
+ - Cross-over filters DSP improvement (no peaking near fc)
+ - ZamTube complete makeover, DSP redone
+ - ZamGEQ31 disable bands outside filterable range
+ - Snap to defaults on slider shift-click
-3.2 Minor tweaks
+3.10 New plugin and DSP review
+ - New plugin: ZamVerb (convolution reverb with fixed presets)
+ - ZamHeadX2 DSP algorithm redone (sounds much better)
+ - Docker file provided for cross-compiling
+ - Dependencies for all plugins on all OSes provided externally
-3.3 Bugfix of logarithmic knobs
+3.9 All compressors bugfix release
+ - Thanks to johmue
-3.4 Stable release
- - Artwork update
- - DPF update
- - Various knob bugfixes
- - New plugin
+3.8 Wild-Tube release
+ - Major revamp of ZamTube DSP, no wave discontinuities
+ - Major DSP upgrade for multiband crossovers - flat response
+ - New plugin: ZamDynamicEQ
+ - New plugin: ZamPhono
+ - Fixed various compiler warnings
-3.5 Bugfixes and tweaks
- - OSX port working
+3.7 DSP overhaul and major release
+ - ZaMaximX2 has great new algorithm from DAFX
+ - ZamEQ2 has improved filter algorithms
+ - Multibands no longer crackle and pop
+ - Numerical labels on all knobs
+ - Mousewheel feels nicer on all knobs
+ - Travis build integration
+ - Various bugfixes
3.6 New plugins and bugfixes
- DPF as a submodule
@@ -27,42 +45,24 @@
- Various bugfixes
- Key events pass through to host
-3.7 DSP overhaul and major release
- - ZaMaximX2 has great new algorithm from DAFX
- - ZamEQ2 has improved filter algorithms
- - Multibands no longer crackle and pop
- - Numerical labels on all knobs
- - Mousewheel feels nicer on all knobs
- - Travis build integration
- - Various bugfixes
+3.5 Bugfixes and tweaks
+ - OSX port working
-3.8 Wild-Tube release
- - Major revamp of ZamTube DSP, no wave discontinuities
- - Major DSP upgrade for multiband crossovers - flat response
- - New plugin: ZamDynamicEQ
- - New plugin: ZamPhono
- - Fixed various compiler warnings
+3.4 Stable release
+ - Artwork update
+ - DPF update
+ - Various knob bugfixes
+ - New plugin
-3.9 All compressors bugfix release
- - Thanks to johmue
+3.3 Bugfix of logarithmic knobs
-3.10 New plugin and DSP review
- - New plugin: ZamVerb (convolution reverb with fixed presets)
- - ZamHeadX2 DSP algorithm redone (sounds much better)
- - Docker file provided for cross-compiling
- - Dependencies for all plugins on all OSes provided externally
+3.2 Minor tweaks
-3.11 New plugin and DSP improvements
- - New plugin: ZamGrains (granular delay)
- - Cross-over filters DSP improvement (no peaking near fc)
- - ZamTube complete makeover, DSP redone
- - ZamGEQ31 disable bands outside filterable range
- - Snap to defaults on slider shift-click
+3.1 Stable release of new plugins, with GUIs.
+ - Ready for packaging
-3.12 Bugfixes and DSP improvements
- - ZamCompX2: Fix bug with left channel using right side
- - Compressors: 5% speedup
- - ZaMultiCompX2: 15% Speed up - remove averaging every cycle
- - ZaMultiCompX2: Fix averaging
- - ZamTube: Fix uninitialised bugs
+3.0 Complete rewrite of plugins, with GUIs. Testing phase.
+ - No more dependencies on faust or lv2
+
+2.1 Initial stable release