From 7744971a10eebdf86a493c780497da7ef978c58d Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Mon, 22 Aug 2022 22:40:08 +0100 Subject: [PATCH] changelog updated to reflect changes minor version bump --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc91ad..2560d32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,22 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [x] +## [1.3.0] - 2022-08-22 + +### Added + +- midi type, supports midi devices +- midi updates added to the pooler +- event type, supports toggling event updates through EventAdd() and EventRemove() methods. +- Forwarder methods for get/set float/string parameters added to Remote type +- Midi, Events sections added to README. + +### Changed + +- macrobutton updates moved into its own goroutine +- observer example updated to include midi updates +- level updates are now disabled by default, should be enabled explicitly + ## [1.2.0] - 2022-07-10 ### Added