Skip to content

Releases: Matthew-J-Bennett/Topological-Navigation-Editor

v0.5.1

22 Apr 14:30
f2bb3f6
Compare
Choose a tag to compare

Fixes:

  • When using the save-as feature it will now update the recent projects data

Before running you should install all dependencies

python3 -m pip install -r requirements.txt

v0.5

22 Apr 13:59
a294f6a
Compare
Choose a tag to compare

Added:

  • Create new files from PGM
  • Synced the release notes from GitHub
  • Added Help Option

Fixes:

  • Recent files only open last file

Before running you should install all dependencies

python3 -m pip install -r requirements.txt

v0.4

20 Apr 15:38
21e18a4
Compare
Choose a tag to compare

Added:

  • New information added to the launch frame
  • Additional Shortcuts
  • Info added to MainFrame GUI

Fixes:

  • PEP8 changes

Before running you should install all dependencies

python3 -m pip install -r requirements.txt

v0.3.3

19 Apr 15:38
8ab786e
Compare
Choose a tag to compare

Added:

  • Visual Depiction of the current mode

Fixes:

  • Fix map name - Under specific conditions, the map name would not be correct.
  • Fix connection info not updating nodes with blank data.
  • Code cleanup

Before running you should install all dependencies

python3 -m pip install -r requirements.txt

v0.3.2

19 Apr 13:44
45955ff
Compare
Choose a tag to compare

Fixes:

  • Rescent Files View - Recent files are sorted and displayed by date, the date is updated when an option is selected. fixed the bug where updating node info from one of the dropdown menus would not be displayed immediately

Before running you should install all dependencies

python3 -m pip install -r requirements.txt

v0.3.1

18 Apr 15:43
9bc44bd
Compare
Choose a tag to compare

Added:

  • Update Checker - Lets the user know that they are no longer running the latest version when a new release is available.

Removed:

  • Auto-Updater

Before running you should install all dependencies

python3 -m pip install -r requirements.txt

v0.3

17 Apr 15:55
649b991
Compare
Choose a tag to compare

Added:

  • Open recent files functionality
  • Multiple node and line plotter bound to ctrl + L, must be in multi-mode with two nodes selected

Fixes:

  • Mode Reset & rescent files box size

Before running you should install all dependencies

python3 -m pip install -r requirements.txt

v0.2

14 Apr 15:13
Compare
Choose a tag to compare

Adds:

  • Adds Auto-updater

Before running you should install all dependencies

python3 -m pip install -r requirements.txt

Alpha v0.1

22 Mar 15:38
8f5a130
Compare
Choose a tag to compare

This is the First Alpha Release.

This release contains most necessary functionality but may contain a bug or two.

Before running you should install all dependencies

python3 -m pip install -r requirements.txt