Releases: vgezer/edgeTopologyDesigner
Releases · vgezer/edgeTopologyDesigner
New release
This version is a maintenance release with the following changes:
Fixed
- The utilities in Analyze and Tools menus were not considering Sub-topologies (Groups).
- Moved Image menu from Background to an upper menu (in Format menu, or context menu).
- Prevent connection to Groups. Only connection between nodes are allowed.
Added
- New images for node icons.
- Example topology file.
Running
Run with:
java -jar topologyDesigner.jar
Compiled using JDK-14.
New release minor patch
This version was re-released and has the following changes:
Fixed
- After changing the layout automatically, the minimap (outline) was not properly repainted.
- Modifications did not trigger a change in the editor and the Editor did not ask confirmation if project is closed/lost.
- Disable non-usable context menu items.
Added
- Change a node's look using a context menu and choosing from available images.
New analysis tools:
- Check if all nodes have at least one connection.
New generation tools:
- Make complementary connections: Inverts already made connections.
- Make connections: Makes sure each node has at least one connection.
Running
Run with:
java -jar topologyDesigner.jar
Compiled using JDK-14.
New release
This version has the following changes:
Fixed
- After changing the layout automatically, the minimap (outline) was not properly repainted.
- Modifications did not trigger a change in the editor and the Editor did not ask confirmation if project is closed/lost.
- Disable non-usable context menu items.
Added
- Change a node's look using a context menu
New analysis tools:
- Check if all nodes have at least one connection.
New generation tools:
- Make complementary connections: Inverts already made connections.
- Make connections: Makes sure each node has at least one connection.
Initial release
This version is the one compiled with JDK 14. To run it start a terminal (or command window) and use:
java -jar topologyDesigner.jar