summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2019-10-14 22:08:46 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2019-10-14 22:08:46 +0200
commit1310069878e51506502107f68a9be48a211b6b47 (patch)
tree321028e6a525206e3c9d7a024e6ce19a2e510c3d
parent8ff911b41aae7a2ac558560609aee1acb4ee33cb (diff)
Bounce version number and update ChangeLog.v0.9.18
-rw-r--r--ChangeLog20
-rw-r--r--version.h2
2 files changed, 21 insertions, 1 deletions
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"