Skip to content

Releases: joncage/ed-scout

v1.9.1 - Pick your browser and fighting false-positives

08 Feb 00:01
5c1fb49

Choose a tag to compare

  • Added a new config option so you can specify which browser to use by default.
  • Made an attempt to reduce false-positives in the installer for EdScout by removing the font download and including it in the install and adding some more info to the installer.

v1.9.0 - Back from the black with some updates & fixes

03 Feb 00:07
9da3216

Choose a tag to compare

  • Upgraded to Python 3.13 (includes more browser support - seems to default to Edge browser now).
  • Fixed installer.

v1.8.2 - Stability fix for hyperspace not clearing and unresponsive GUI

13 Mar 01:51
a11b4e9

Choose a tag to compare

  • 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

28 Feb 02:46
c77dcd1

Choose a tag to compare

Should fix nothing being displayed or things stopping in the UI.

Faster Stabler Betterer

26 Feb 01:55
80736d0

Choose a tag to compare

  • 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

08 Oct 22:59
8dabf80

Choose a tag to compare

  • 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

07 Oct 20:47
427deca

Choose a tag to compare

  • 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..

05 Oct 23:10
6d53052

Choose a tag to compare

  • 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

20 Sep 21:17
3072389

Choose a tag to compare

  • 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

03 Sep 08:47
8cc68b1

Choose a tag to compare

  • Fixed several sub-modules of the Pynput library used to implement hotkeys that weren't being found by PyInstaller.