Skip to content

Version 1.2.0: DB and Template Switching

Compare
Choose a tag to compare
@benloh benloh released this 02 May 20:32
· 253 commits to master since this release

Date Released: 5/2/2019

(changes were implemented 3/12/2019)

Released prior to transfer of repository to netcreateorg.

New Features

  • Console script to select database + template -- #67 -- You can now select a database file, a corresponding template file, and start the server with one command: ./nc.js --dataset=projectname. (This addresses issue #65).

  • Add color key / legend -- #69 -- This implements a simple legend display across the bottom of the graph.

Fixes / Bugs

  • Allow edit target when source and target share the same parent node. -- #71 -- When the source and target nodes both point to the parent node, they could not be edited. The fix was to allow editing only of the target node. This addresses issues #68 and #70.