Release/5.2.3 #1358
Replies: 2 comments 3 replies
-
Hello Friends! I think additional page in settings menu for make changes of auth frontier page possibility is good idea. :) Thank you for your patience and Good play and ! |
Beta Was this translation helpful? Give feedback.
-
So, have some progress. But your program still not working ;( |
Beta Was this translation helpful? Give feedback.
-
We now test against, and package with, Python 3.9.9.
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.2.3
This release fixes one bug and fixes some example code.
Odyssey changed the order of some Journal events. This caused our logic for tracking the following to break, and thus not report them ever to Inara:
This is now fixed and the current state of all of these will be correctly reported to Inara if you have API access for it configured.
Developers
Now built using Python 3.9.9.
Updated PLUGINS.md to state that we don't actually include all of Python's standard library.
The click_counter example plugin code has been corrected to both actually work fully, and pass our linting.
This discussion was created from the release Release/5.2.3.
Beta Was this translation helpful? Give feedback.
All reactions