Skip to content

Releases: Lea-Bar/SimpleGraph

Release 1.3.1 (Fix release)

26 Aug 13:09

Choose a tag to compare

  • Remove background on edge weight

Release 1.3

31 Jul 17:15

Choose a tag to compare

BETA V1.2

21 Mar 09:09

Choose a tag to compare

Beta V1.2

  • Cleaning code and rewriting the code with classes
  • Fix null error in text editor
  • Add a way to save the graph in PNG
  • Seperation of each classes in multiple JavaScript module
  • Fix canvas size
  • Fix text editor size

Full Changelog: v1.0-beta...v1.3-beta

BETA v1.1

19 Mar 17:56

Choose a tag to compare

Changelog v1.1:

  • No longer using circle based layout but a grid based layout
  • Make nodes draggable

Beta v1.0

18 Mar 13:31

Choose a tag to compare

Beta of the app

  • Adding a circular based layout algorithm
  • Creating the UI
  • Installation of electronjs