DotGraph Versions
The current version of DotGraph is 2.2.0, which adds SnowStick (a reading tracker integrated with DotGraph), support for configuration using the DotGraphSettings passage (a safer and more flexible spot than StorySettings, though the latter is still supported), viewing another story by URL (a quicker way than by loading the story and this format into Twine), and Graphviz engine options (after updating to the latest viz.js to fix some special character issues).
It is available at GitHub. Previous versions are archived here.
Previous Versions
Version 2.1.0: Added a text tracing option and support for configuration using the StorySettings passage.
Version 2.0.6: Included display macro support for Harlowe and fixed a leaf counting issue.
Version 2.0.5: Included an option to use last tag for tag colors/clusters, plus fixed a start node issue.
Version 2.0.4: A minor bugfix release involving tags.
Version 2.0.3: Counted and styled unreachable passages. (This may slow DotGraph down for especially large stories.)
Version 2.0.2: Included support for omitting passages by tag.
Version 2.0.1: Optionally parsed
<<display>>
links. No release (use 2.0.2).Version 2.0.0: Included support for Twine 1, offline use, omitting special passages, and renumbering nodes.
Version 1.1.5: Included a save option for the SVG and some bugfixes.
Version 1.1.4: Included various graph configuration options and editing of the dotgraph source.
Version 1.1.3: Included highlighting of terminal nodes, and special highlighting for the tag “End”.
Version 1.1.2: Included clustering on tags. It uses only one tag per passage due to Graphviz restrictions (clusters cannot overlap).
Version 1.1.1: Produced graphs colored by node length, with detection of missing nodes, and better detection of the start node.
Version 1.1.0: Produced black-and-white graphs, with poor detection of the start node.