Nodebox Versions Save

Node-based data application for visualization and generative design

v3.0.53

2 years ago

Small fix for Windows users: we re-enabled the Ctrl key instead of the Meta key. Sorry for the confusion, you can Ctrl-C + Ctrl-V again!

v3.0.52

3 years ago
  • You can now export movies under Mac OS Catalina or later.
  • Option drag bug has been fixed.

This one took a long time because of changes to the build process. A huge shout-out to John Cartan and the NodeBox community for their support! ❤️

v3.0.51

6 years ago

This release fixes a bug where you could connect a node to itself. You've always been able to do this, but because the output hitbox is now larger, this made it much easier (and much more annoying) to do.

Special thanks to John Cartan for reporting and tracking down this bug.

v3.0.50

6 years ago

We've added two useful nodes and some welcome user interface improvements:

  • When dragging a connection, you can now drag the connection line over the entire node, instead of just the inputs.
  • We've increased the size of the output port hitbox, so it's easier to start a connection.
  • The import_text node imports a plain text file, split by lines.
  • The make_table node creates a new table out of a number of lists and a set of column headers.
  • We fixed a bug that would manifest when deleting a node while dragging it.

v3.0.49

6 years ago

This is a bug-fix release. It tackles the annoying error that sometimes pops up when dragging nodes in the network view. I've found an edge case that happens when deleting nodes while dragging (or accidentally dragging while deleting nodes). The application now checks for this and ignores the error.

v3.0.48

6 years ago

This release further focuses on CSV export functionality

CSV Export

  • Make "," the default delimiter for CSV export.
  • Add option to elide quotes in CSV export.

Other fixes

  • Add 7 ports to the concatenate node.

Build system

  • The NodeBox automated build system now uses AppVeyor to generate Windows builds automatically.

v3.0.47

6 years ago