diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-10-14 22:08:46 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-10-14 22:08:46 +0200 |
commit | 1310069878e51506502107f68a9be48a211b6b47 (patch) | |
tree | 321028e6a525206e3c9d7a024e6ce19a2e510c3d | |
parent | 8ff911b41aae7a2ac558560609aee1acb4ee33cb (diff) |
Bounce version number and update ChangeLog.v0.9.18
-rw-r--r-- | ChangeLog | 20 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 21 insertions, 1 deletions
@@ -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 @@ -1 +1 @@ -#define VERSION "0.9.17" +#define VERSION "0.9.18" |