From 088a82c5b0c0a6c999c4fc8fc04af8d07fd97f0d Mon Sep 17 00:00:00 2001 From: Tyrone Johnston Date: Wed, 26 May 2021 12:42:37 +1000 Subject: [PATCH] Version 1.2.0 released --- changelog.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e59aef6..88c3285 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ # Changelog -Version 1.2.0 is complete. +**Major changes from 1.1.0 to 1.2.0** +* Restructured documentation nesting. +* Implemented conversion from Absolute input to Grid (absolute-to-grid) +* Switch graph libraries from 'vis' to 'Cytoscape' +* Fixed variable name typo when total route limit reached for 'all-possible' pathfinding. +* Increased graph size limits: + * Up to 1 million nodes and edges. + * Grid dimensions up to 1000x1000 +* Loading spinner for output graph. +* Relative graphs are displayed dynamically with minimal overlap.