Pre-Release 5.7.1-alpha1 #1788
Athanasius
started this conversation in
Announcement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As well as some other changes, as below, this is a 64-bit release for plugin developers to test against. Moving forwards we're looking into producing both 32-bit and 64-bit build/installers. See also https://github.com/EDCD/EDMarketConnector/releases/tag/Release%2F5.5.1-alpha0
New Feature - Perform a CAPI
/fleetcarrier
query when you open the Carrier Management UI in-game. It will also trigger when you buy an FC (Fleet Carrier).Configuration
tab of Settings.However, currently the timeout for such queries is set at one minute, so any query taking longer than that will fail. This timeout will be tweaked based on user feedback. Ultimately we will look into making these queries independent of the 'station' CAPI queries.
If we ever activate any functionality killswitches, the popup denoting which are active has been made more readable.
There's a new section in
Contributing.md
- "Python Environment". This should aid any new developers in getting things set up.The code for choosing the 'Output' folder is now simply the
tkinter
function for such a dialogue, rather than a special case on Windows. In the past the former had issues with Unicode characters, but in testing no such issue was observed (on a supported OS).Bug Fixes
EDMC.exe
when invoked with either-s
or-n
arguments hadn't been updated for prior changes, causing such invocations to fail. This has been fixed.Plugin Developers
In order to make use of the data from a
/fleetcarrier
query you will need to implement the new functioncapi_fleetcarrier()
. See PLUGINS.md for details.FDevIDs
files are their latest versions at time of this version's build.examples\plugintest
- dropped the "pre-5.0.0 config" code, as it's long since irrelevant.NB: The
EDMarketConnector_win_5.7.1-alpha1.msi
file attached here was built on Athanasius' machine, not on GitHub. Here's what VirusTotal thinks.This discussion was created from the release Pre-Release 5.7.1-alpha1.
Beta Was this translation helpful? Give feedback.
All reactions