Skip to content

Releases: vgezer/edgeTopologyDesigner

New release

23 Jun 15:22
Compare
Choose a tag to compare

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

08 Jun 20:03
Compare
Choose a tag to compare

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

08 Jun 17:12
Compare
Choose a tag to compare

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

07 Jun 18:49
Compare
Choose a tag to compare

This version is the one compiled with JDK 14. To run it start a terminal (or command window) and use:

java -jar topologyDesigner.jar