Skip to content

Commit

Permalink
v2.5.2: first official release
Browse files Browse the repository at this point in the history
* add buttons for input trim gain and stereo link

* rename "S-curve" response to "smooth"

* correctly round continuous parameters

* disable automatic make-up gain by default

* add plus sign to bi-polar continuous values

* re-factor code

* update skin

* add documentation
  • Loading branch information
mzuther committed Apr 9, 2020
1 parent 5fae34d commit db608e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/package_releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#
# ----------------------------------------------------------------------------

version="2.5.1"
version="2.5.2"

executable_dir="./final"
release_dir="releases"
Expand Down
10 changes: 9 additions & 1 deletion doc/HISTORY
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
Git HEAD
========


v2.5.2 (2020-04-09)
===================

* first official release

* add buttons for input gain and stereo link
* add buttons for input trim gain and stereo link

* rename "S-curve" response to "smooth"

* correctly round continuous parameters

* disable automatic make-up gain by default

* add plus sign to bi-polar continuous values

* re-factor code

* update skin

* add documentation
Expand Down

0 comments on commit db608e7

Please sign in to comment.