Skip to content

Commit

Permalink
Bump v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
john-scalingo committed Jan 3, 2021
1 parent 9ea28fd commit f5ce8a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
10 changes: 8 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
7 changes: 0 additions & 7 deletions gui/xtouch_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5ce8a0

Please sign in to comment.