Releases: joncage/ed-scout
Releases · joncage/ed-scout
v1.8.2 - Stability fix for hyperspace not clearing and unresponsive GUI
- Added a fix for the Hyperspace line not clearing.
- Added fix for a crash which left the UI unresponsive.
- Added some precautions to prevent any further errors taking the backend down completely.
v1.8.1 - Fix Display Of Unmapped System
Should fix nothing being displayed or things stopping in the UI.
Faster Stabler Betterer
- Switched to using SocketIO background thread and doing so when the client connects - eliminates some of the blank startups Cmdrs were seeing.
- Added tool tips to icons.
- Added limited Linux support (req's running the Python directly for now).
- Removed the unmapped flag for stars as they cannot be mapped with the DSS.
- Shifted the .js code into it's own file and tidied things up a bit there.
- Added handling for metallic rings.
- Added caching of star type so we don't lose that when jorunal entries do not include it.
- Added handling to adjust transparency via hotkeys (+'[' or ']').
- Fixed populating the system when a jump ends.
- Fixed EDSM connectivity issues from crashing the whole app. We now do three retries before giving up and flaggin an issue on the UI.
v1.7.1 - Fixed Gravity Indicators
- Turns out the gravity values in the journal files are a factor of 10 out. I altered the UI to divide them to fix this.
v1.7.0 - Gravity Indicators, Launch After Install, Improved New-Version-Check
- Added indicator highlighting the gravity on landable planets:
- 0-1G = Green
- 1-2G = Amber
- 2+G = Red
- Altered the installer to offer an option to launch the scout after install. Also set a GUI so the installer recognises old installs properly.
- Fixed the version check (v1.6 was inadvertently using a cached result if it's ever made a check before).
v1.6.0 - Rings, Mapping Tracking, Update Checking & More..
- Added icons to indicate rings and their composition.
- Added a mechanism that drops mapped-bodies down from the highlighted section at the top to the un-valuable group at the bottom when you map them.
- Added update detection so that when future releases are made, EDScout indicates there's something new available.
- Added a config file (note that command line options override the settings in there). See
C:\Users\<Your Username>\AppData\Local\EDScout\EdScout.ini
- Added a config option to turn off the nav list as apparetly it's just clutter when you're out in the deep black where nobody else has been.
v1.5.3 - Handle relocated saved games folder
- Fixed detection of the Saved Games folder in case a user as moved it to another folder / drive.
- Fixed a minor bug in the installer code that stopped auto-detection of the version from a clean repo (no commits after the version tag).
v1.5.1 - Fixed bad packaging of 1.5.0
- Fixed several sub-modules of the Pynput library used to implement hotkeys that weren't being found by PyInstaller.
v1.5.0 - Focus hotkey, better sorting, minor fixes
- Added hotkey (START+Z) to put the scout aobe or hide it behind elite.
- Fixed going to the galaxy map wiping out the bodies scanned in the current system.
- Added sorting so that valuable systems stick to the top of the list.
- Removed the scroll-to-latest-entry bit that was added to 1.4
v1.4.0 - Titles, Load on startup, Cleaner / more complete icons
- Added loading of current position / nav route on startup.
- Cleaned up the GUI a bit to combine some columns of related info.
- Fixed the terraformable / volcanism / lander flags so they work for all discovery / valuebale-system highlighting.
- Changed the flagging so icons for flags like volcanism only show up when they're active (instead of showing as a misleading black background.
- Fixed (I think!) the file-prompter hookup which encourages Windows to flus ht changes to journal files.
- Added title to highlight what's in each column.
- Added missing icons for some of the celestial bodies & replaced some with some I think are cleaner.