- angled pipe layout option from nallath https://github.com/jchanvfx/NodeGraphQt/pull/134 - load node graph session from dictionary object from nallath https://github.com/jchanvfx/NodeGraphQt/pull/133
0.0.12
- `Shift+LMB` on selected pipe spawns a new live pipe connection instead of disconnecting the selected pipe as the live pipe. - added cursor pos threshold in `NodeViewer.sceneMouseReleaseEvent` see issue 124 - redesigned the live pipe. - refactored `NodeViewer` live pipe code.
0.0.11
- implemented `NodeGraph.port_disconnected` signal for 122
0.0.10
- addressed issue 111 and 120 thanks to jaxxtrend
0.0.9
- Typo fix to `NodeAddedCmd` undo command class from BigRoy
0.0.8
- implemented custom port color for ``BaseNode`` object. - updated ``BackdropNode.backdrop_text property`` widget.