Release 5.1.0 #1145
Locked
Athanasius
started this conversation in
Announcement
Release 5.1.0
#1145
Replies: 2 comments
-
NB: Elite Dangerous Market Connector 5.1.0 will not be updating your odyssey inventory on Inara since EDO 4.0.0.400 released earlier today. The Journal event name changed, so that code just isn't triggered any more. I've been working on a general EDMC update for these Journal changes, and we'll hopefully get 5.1.1 out later today (2021-06-10). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing as 5.1.1 is now released. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We now test against, and package with, Python 3.9.5.
As a consequence of this we no longer support Windows 7.
This is due to Python 3.9.x itself not supporting Windows 7.
The application (both EDMarketConnector.exe and EDMC.exe) will crash on startup due to a missing DLL.
This should have no other impact on users or plugin developers, other than the latter now being free to use features that were introduced since the Python 3.7 series.
Developers can check the contents of the
.python-version
file in the source (it's not distributed with the Windows installer) for the currently used version in a given branch.Release 5.1.0
Updates to how this application utilises the Inara.cz API.
ShipLockerMaterials
Journal event, such as at login or when you disembark from any vehicle.You can now both edit the 'normal' and 'beta' coriolis.io URLs, and choose which of them are used. 'Auto' means allowing the application to use the normal one when you're running the live game, or the beta version if running a beta version of the game.
Suit names will now be displayed correctly when we have pulled the data from the Frontier CAPI, rather than Journal entries.
Many translations updated once more, especially for new strings. Thanks as always to those contributing!
Bug Fixes
Plugin Developers
There are some new members of the
state
dictionary passed tojournal_entry()
; Taxi, Dropship, Body and BodyType. See PLUGINS.md for the details.This discussion was created from the release Release 5.1.0.
Beta Was this translation helpful? Give feedback.
All reactions