From ef50cd4d90916b612532ad2df20481641fff7dd4 Mon Sep 17 00:00:00 2001 From: Iain Duncan Date: Tue, 14 Apr 2020 20:46:36 -0700 Subject: [PATCH] updated release log --- RELEASES.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 RELEASES.md diff --git a/RELEASES.md b/RELEASES.md new file mode 100644 index 0000000..5cd7c60 --- /dev/null +++ b/RELEASES.md @@ -0,0 +1,23 @@ +# Scheme-For-Max Release Log + +## 0.1.1 2020-04-14 +- bug fixes in s4m.repl + +## 0.1.1 2020-04-14 +- bug fixes in s4m-dispatch and post + +## 0.1.0 2020-04-13 + +### Features +* file input and output via "read" +* main file input via file name in object box +* double clicking object box to open built in editor +* "reset" resets interpreter +* set number of inlets and outlets from @args in object box +* s4m.repl object can send code as strings +* listener registration for inlets 1+ +* help tab with demos of all the above + +### Issues +* setting inlets/outlets from inspector broken +