Release 5.1.1 #1163
Locked
Athanasius
started this conversation in
Announcement
Release 5.1.1
#1163
Replies: 2 comments 3 replies
-
i run ED on my win 7 pc, not going to change it yet at all, ive got a laptop which is win 10, networked, please provide a way, without usin programming tech talk, so i can send data to ED, when i am flying, it cant be that hard to bridge them surely, make a script or somthing |
Beta Was this translation helpful? Give feedback.
1 reply
-
I had this installed V5.1.1 and running earlier today and now it won't connect. I tried to deauthorize and also uninstall / reinstall but still no connection. I don't get the FD page opening to authorize when I open EDMC. There is no connected info displayed. |
Beta Was this translation helpful? Give feedback.
2 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.1
The big change in this is adjustments to be in line with Journal changes in Elite Dangerous Odyssey 4.0.0.400, released 2021-06-10, with respect to the Odyssey materials Inventory.
This update is mandatory if you want EDMarketConnector to update Inara.cz with your Odyssey inventory.
ShipLockerMaterials
is dead, long liveShipLocker
. Along with other changes to how backpack inventory is handled we should now actually be able to fully track all Odyssey on-foot materials and consumables without errors.Inara plugin adjusted to send the new
ShipLocker
inventory to Inara.cz. This is still only your ship inventory of Odyssey materials, not anything currently in your backpack whilst on foot.See this issue for some quotes from Artie (Inara.cz developer) about not including backpack contents in the Inara inventory.
Errors related to sending data to EDDN are now more specific to aid in diagnoising issues.
Quietened some log output if we encounter connection errors trying to utilise the Frontier CAPI service.
Translations
We believe that nothing should be worse in this version compared to 5.1.1, although a small tweak or two might have leaked through.
We'll be fully addressing translations in a near-future release after we've conclude the necessary code level work for the new system. Nothing should change for those of you helping on OneSky, other than at most the 'comments' on each translation. They should be more useful!
Pending that work we've specifically chosen not to update any translations in this release, so they'll be the same as released in 5.1.0.
Bug Fixes
Handle where the
Backpack.json
file for aBackpack
event is a zero lengthfile. Closes EDMC fails on an empty backpack.json file #1138.
Fixed case of 'Selection' in 'Override Beta/Normal Selection' text on Settings > Configuration. This allows translations to work.
Plugin Developers
We've updated Contributing.md including:
.format()
with respect to translated strings.docs/Translations.md updated about a forthcoming change to how we can programmatically check that all translation strings have a proper comment in 'L10n/en.template' to aid translators.
state
passed tojournal_entry()
now hasShipLockerJSON
which contains thejson.load()
-ed data from the new 'ShipLocker.json' file. We do attempt to always load from this file, even when theShipLocker
Journal event itself contains all of the data (which it does on startup, embark and disembark), so it should always be populated when plugins see any event related to Odyssey inventory.This discussion was created from the release Release 5.1.1.
Beta Was this translation helpful? Give feedback.
All reactions