From 1310069878e51506502107f68a9be48a211b6b47 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 14 Oct 2019 22:08:46 +0200 Subject: Bounce version number and update ChangeLog. --- ChangeLog | 20 ++++++++++++++++++++ version.h | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bed2470..e18a82a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Version 0.9.18 +============== +Release date: October 15th 2019 +Contributors: chaot4, meka, deva + +This release is primarily a bugfix release but a few new features also +managed to sneak in. + +Highlights: + - Sample selection algorithm now behaves a lot better when using a small + sample set. + - Error reporting has been drastically improved when loading drum-kits. + - Sample normalization option has been added. + +Also some bug fixes, mainly for the UI. + +For a more in depth description of the changes and fixes, see the +changelog for 0.9.18: + https://drumgizmo.org/wiki/doku.php?id=changelog:drumgizmo-0.9.18 + Version 0.9.17 ============== Release date: July 15th 2019 diff --git a/version.h b/version.h index 5dae63e..0212aca 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.9.17" +#define VERSION "0.9.18" -- cgit v1.2.3