Two Finger Tab = Right Mouse Click (not shown in this video)
Long Press = Right Mouse Click
Long Press + Drag = Right Drag
new selection behavior:
if nodes and links are in a selection only nodes are selected
if only links are in a selection they are selected
pressing ctrl selects both links and nodes (old default)
pressing shift only selects links
IOBox labels now above node if iobox is inlet
boygrouping
the TCP server will now use an in- and outbound queue per peer client to receive and send messages. fixes boygroup server freeze when one of the clients is frozen
TCP server will close connection to peer client if outbound queue is full
TCP client will also use an outbound queue now - shouldn't freeze anymore if server freezes or connection down
fixed possible deadlock if client loses connection
fixed issue that caused a boygroup client to not startup
fixed access violation in nodes connected to a bridge and having nil on one of its inputs
Value of Element (XElement Split) now only outputs the XElements' own text value (not a concatenated string of all its child text nodes as before). legacy Value now available as Deep Value
fixed problem with IOBox (String) when canceling a dir-open operation on it