luhsra / MinimaxSimulator

Platform independent GUI-based Minimax simulator
https://luhsra.github.io/MinimaxSimulator/
MIT License
7 stars 5 forks source link

Export Single Row Signal as Array #41

Closed prohde closed 3 years ago

prohde commented 3 years ago

This PR fixes #40. Row signals are always exported as an array now; even if they contain only one signal.

Additionally, I updated some links in the README that still linked to the old repository and added a version number for the maven-jar-plugin in the POM file.

AiyionPrime commented 3 years ago

Indeed, this fixes #48 .