From 81017644d559467282a5c433c7e919f3f9d0988a Mon Sep 17 00:00:00 2001 From: Giso Grimm Date: Mon, 14 Oct 2024 22:10:07 +0200 Subject: [PATCH] release 0.233.1 --- changelog | 8 ++++++++ config.mk | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 18dd2c1f..e3c5d353 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,11 @@ +0.233.1: + - add layer property for faces/facegroups (fholzm) + - improve search paths on Windows + - multi-measure metronome settings + - improved error reporting in jack + - add simple MIDI synth + - add OSC2LSL converter plugin + - add support for MMC messages in mididispatch 0.233.0: fix reload problems, brew release and minor improvements 0.232.2: add unit-testing for convex hull algorithm, add new plugins and minor features 0.232.1: add frequency weighting and time constant to level2osc plugin diff --git a/config.mk b/config.mk index b9f363b7..578dc818 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # variables: -VERSION=0.233.0 +VERSION=0.233.1 ARCH=$(shell uname -m)