Releases: peterbn/EDx52display
Compatibility fix for Odyssey version 11
Cargo capacity information
Fix "Slice bounds out of range" when visiting Lesti in the Lesti system.
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"
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
Adding verbose log level, which can be accessed through the --log command line argument. Defaults to info level.
Getting rid of separate driver executable
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
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
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
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.
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.