We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdce12 commit 868dd3cCopy full SHA for 868dd3c
HISTORY.md
@@ -1,3 +1,13 @@
1
+## 0.9.1
2
+
3
+New Features:
4
+ * Plugin information dump with CL switch
5
+ * Updated VST 3 SDK to latest 3.14
6
7
+Fixes:
8
+ * Allows plugin parameters with duplicate names
9
+ * Events section not required anymore with any frontend
10
11
## 0.9.0
12
13
New Features:
include/version.h.in
@@ -3,7 +3,7 @@
#define SUSHI__VERSION_MAJ 0
#define SUSHI__VERSION_MIN 9
-#define SUSHI__VERSION_REV 0
+#define SUSHI__VERSION_REV 1
#define SUSHI_VERSION_STRING #SUSHI__VERSION_MAJ "." #SUSHI__VERSION_MIN "." #SUSHI__VERSION_REV
0 commit comments