You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,13 @@ When it completes, load `file:///path-to-your-checkout/react-workflow-viz/index.
22
22
## Changelog
23
23
_Side Note -_ Is there a way to auto-generate a `CHANGELOG.md` file out of releases' content?
24
24
25
+
#### 2020-01-21
26
+
- Important glitch fixes, including typo and intersection counting.
27
+
- PROTOTYPE / NOT ENABLED: Reuse horizontal edge segments (to reduce # of lines; noise) if:
28
+
- Segment is on same Y coordinate as previous segment (or source node, if first segment) _and_ has common source node. This prevents a path from a single node from prematuraly splitting into many separate paths.
29
+
- Segment is leading to a common target node. This allows paths to converge if beneficial.
30
+
- This could be better tested; perhaps reused segments should be treated differently in regard to intersections (at least excluded).
31
+
25
32
#### 2019-10-06
26
33
27
34
- Improved ordering of terminal reference file input nodes.
0 commit comments