Skip to content

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

v0.5.1

Choose a tag to compare

@Matthew-J-Bennett Matthew-J-Bennett released this 22 Apr 14:30
f2bb3f6

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

Choose a tag to compare

@Matthew-J-Bennett Matthew-J-Bennett released this 22 Apr 13:59
a294f6a

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

Choose a tag to compare

@Matthew-J-Bennett Matthew-J-Bennett released this 20 Apr 15:38
21e18a4

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

Choose a tag to compare

@Matthew-J-Bennett Matthew-J-Bennett released this 19 Apr 15:38
8ab786e

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

Choose a tag to compare

@Matthew-J-Bennett Matthew-J-Bennett released this 19 Apr 13:44
45955ff

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

Choose a tag to compare

@Matthew-J-Bennett Matthew-J-Bennett released this 18 Apr 15:43
9bc44bd

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

Choose a tag to compare

@Matthew-J-Bennett Matthew-J-Bennett released this 17 Apr 15:55
649b991

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

Choose a tag to compare

@Matthew-J-Bennett Matthew-J-Bennett released this 14 Apr 15:13

Adds:

  • Adds Auto-updater

Before running you should install all dependencies

python3 -m pip install -r requirements.txt

Alpha v0.1

Choose a tag to compare

@Matthew-J-Bennett Matthew-J-Bennett released this 22 Mar 15:38
8f5a130

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