Release/5.5.0 #1671
Locked
Athanasius
started this conversation in
Announcement
Release/5.5.0
#1671
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release 5.5.0
FCMaterials
schemas to aid third-party sites in offering searches for where to buy and sell Odyssey Micro Resources, including on Fleet Carriers with the bar tender facility.Bug Fixes
fsssignaldiscovered
sending of message if no signals passed the checks.fsssignaldiscovered
messages.NavRoute.json
contains no route.marketID
forApproachSettlement
unless it's actually present in the event.Plugin Developers
We now build using the new,
setuptools
mediated py2exefreeze()
method, so we're in the clear for whendistutils
is removed in Python 3.12.This shouldn't have any adverse effects on plugins, i.e. all of the same Python modules are still packaged as before.
Support has been added for the
NavRouteClear
event. We do send this through to plugins, so that they know the player has cleared the route, but we keep the previously plotted route details instate['NavRoute']
.The documentation of the return type of
journal_entry()
has been corrected toOptional[str]
.FDevIDs files (
commodity.csv
rare_commodity.csv
) updated to latest versions.Developers
setuptools
mediated py2exefreeze()
method, so we're in the clear for whendistutils
is removed in Python 3.12.setup.py
file, along with associatedpy2exe.cmd
have been removed in favour of the newBuild-exe-and-msi.py
file. Documentation updated.This discussion was created from the release Release/5.5.0.
Beta Was this translation helpful? Give feedback.
All reactions