Releases: Thijmer/logics
Releases · Thijmer/logics
Version 2.0: Recursion update!
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.
Version 1.4: Firefox compatibility!
Compatibility with firefox has been greatly improved.
- The big checkbox that the checkbox node has still looked tiny on Firefox. That is fixed now.
- Zooming was far too fast in firefox and now it is as it should be.
- The scroll bars in firefox now follow the theme of the webapp, just like the ones in Chromium.
- The text in the "add node" panel was too big in firefox. Fixed!
- Touchscreen users can now navigate arond a node network and interact with it, but they can't connect nodes and drag nodes around.
Version 1.3: Clarification on browser support
Users on mobile and non-chromium-based browsers now get a compatibility message when loading the page.
Version 1.2: Zooming and polishing of the extended workspace
- Zooming in or out is now possible by using the scrollwheel.
- The background grid now moves along when moving the viewport.
- New nodes will now be added at the center of the view.
- Moving the viewport by moving the middle mouse button is easier now, because it's also possible now if your mouse is on top of a node.
Version 1.1: extending the workspace
- Dragging with middle mouse button now moves the viewport, making it possible to create node networks much larger than your computer screen.
- The RGB lighting node's RGB values now go from 0-1 instead of 0-255
- 'Color convert' node added.
- 'Color input' node added
- 'Sine, cosine or tangent' node added.
- Logarithm support added to the "math" node.
- Favicon added
- Timings changed: The system will now wait only 10ms between calling output nodes, instead of 100ms. This allows for super fast flashing lights.
- Names of input/outputs on some nodes are changed to make it more sensible.
- Changelog added
- Changed the about page to require JavaScript to reveal contact e-mail address.