Skip to content

Releases: peterbn/EDx52display

Compatibility fix for Odyssey version 11

28 Mar 08:40

Choose a tag to compare

As noted in #14, the journal file names have changed.
This release contains a fix to read the correct file names.

If you are playing Odyssey, I highly recommend getting this fix.

Cargo capacity information

05 Sep 15:55
2e4d5fb

Choose a tag to compare

This release includes cargo capacity information, graciously provided by @d-v-p (#12 ).

Fix "Slice bounds out of range" when visiting Lesti in the Lesti system.

05 Jul 20:22

Choose a tag to compare

Fix "Slice bounds out of range" when visiting Lesti in the Lesti system (and other planets named the same as their system).

Fix "Fatal error when paging into the stick driver's default page"

05 Jun 16:32

Choose a tag to compare

The utility would crash on the default page for the HOTAS.

This releases fixes that issue by no longer attempting to write to that page.

Adding verbose logging options

21 May 22:29

Choose a tag to compare

Adding verbose log level, which can be accessed through the --log command line argument. Defaults to info level.

Getting rid of separate driver executable

13 May 22:59

Choose a tag to compare

In this latest release, I finally figured out how to call the driver DLL directly from Go, so I got rid of the separate driver executable that I suspect was causing a lot of issues.

Functionality should otherwise be identical to the old version.

Be aware that unplugging and re-plugging the HOTAS requires a restart of the program.

Planet name bugfix

20 Jul 20:43

Choose a tag to compare

Fixing a bug where planet names that don't begin with the system name causes the tool to crash. Most prominently triggered by "Founders World" in the Shinrarta Dezra system

EDSM integration

28 Aug 22:54
4ab3fbe

Choose a tag to compare

With this release, the tool focuses less on reading information from the journal, and shifts to provide information from EDSM.net about the current system or planet.

See updated README.md for more information.

Orphaned process cleanup

16 Aug 10:12

Choose a tag to compare

This release fixes an issue with orphaned processes being left around after the main process closes.

It should be preferred over the v1.0 release

Initial release.

15 Aug 23:45
36e2e99

Choose a tag to compare

WARNING: THIS RELEASE LEAVES ORPHANED PROCESSES. DO NOT USE.

Initial release that implements cargo hold monitoring and simple location monitoring as well.

Still multiple ideas to add in the future.