From f5ce8a08549b4e1ac80cb54e9b1a8b3d16d5605a Mon Sep 17 00:00:00 2001 From: Jonathan Hurter Date: Sun, 3 Jan 2021 11:10:02 +0100 Subject: [PATCH] Bump v1.0.0 --- Changelog.md | 10 ++++++++-- gui/xtouch_config.go | 7 ------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Changelog.md b/Changelog.md index 42a7f3d..a55b43f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,13 @@ -v0.0.2 06 May 2020 +v1.0.0 January 3, 2021 + +* Add support for XTouch extender +* Manage multiple XTouch and XTouch extender as one +* FIx a bug where the software crashed if an executor too more than 1 block + +v0.0.2 May 6, 2020 * Fix a bug where the software was leaking process * Fix a bug where the software crashed if it could not connect to GrandMA2 -v0.0.1 30 April 2020 +v0.0.1 April 30, 2020 * First beta release diff --git a/gui/xtouch_config.go b/gui/xtouch_config.go index 45607b3..c3923d1 100644 --- a/gui/xtouch_config.go +++ b/gui/xtouch_config.go @@ -16,13 +16,6 @@ const ( TypeXTouchExtender = "XTouch Extender" ) -// TODO: -// - Check that the executor offset is valid => Done -// - Check that only one XTouch is added => Done -// - Generate the ports -// - Load and save to config -// - Add it to the link - type XTouchConfig struct { card *widget.Card xtouchType *widget.Select