Releases: Matthew-J-Bennett/Topological-Navigation-Editor
Releases · Matthew-J-Bennett/Topological-Navigation-Editor
v0.5.1
v0.5
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
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
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
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
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
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
Adds:
- Adds Auto-updater
Before running you should install all dependencies
python3 -m pip install -r requirements.txt
Alpha v0.1
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