This release adds support for recursive networks (= connecting a node to itself or to another node before it in the network).
- Recursive networks (nodes directly or indirectly connected to themselves) are now a possibility. Connectors in a recursive network are green.
- Multiple nodes connected to one node only call the network before them once now, which improves performance.
- Added "nand gate" node.