From 1d571fe288a08896f8840a6ec9ad266204f2920e Mon Sep 17 00:00:00 2001
From: David Sangrey
Date: Wed, 3 Jan 2024 20:04:33 -0500
Subject: [PATCH] Update edmarketconnector.xml
---
edmarketconnector.xml | 39 ++++++++++++++++++++++++++++++++++++---
1 file changed, 36 insertions(+), 3 deletions(-)
diff --git a/edmarketconnector.xml b/edmarketconnector.xml
index f5ba4e2e..b3e5f197 100644
--- a/edmarketconnector.xml
+++ b/edmarketconnector.xml
@@ -22,12 +22,45 @@
-
- Release 5.10.0
+ Release 5.10.1
body { font-family:"Segoe UI","Tahoma"; font-size: 75%; } h2 { font-family:"Segoe UI","Tahoma"; font-size: 105%; }
-
We now test against, and package with, Python 3.11.1.
+We now test against, and package with, Python 3.11.7.
As a consequence of this we no longer support Windows 7.
+
Release 5.10.1
+This release contains a number of bugfixes, minor performance enhancements, workflow and dependency updates, and a function deprecation.
+Note to plugin developers: modules.p and ships.p are deprecated, and slated for removal in the next major release! Please look for that change coming soon.
+Note to plugin developers: The openurl() function in ttkHyperlinkLabel has been deprecated, and slated for removal in the next major release! Please migrate to webbrowser.open().
+
+Changes and Enhancements
+
+- Deprecated `openurl()`. Please migrate to `webbrowser.open()`
+- Updated a number of list comparisons to use more efficient tuple comparisons
+- Updated a few type hints
+- Updated a few binary comparitors to be more efficient
+- Moved `resources.json` and `modules.json` back to the top level for all users
+- Updated several dependencies
+- Updated Python version to 3.11.7
+
+Bug Fixes
+
+- Fixed an issue where resources files could be in different locations for different users.
+- These files are now in the same location (top level) for all users on all distributions.
+
+
+- Fixed an issue where CMDRs without the Git application installed would crash on start if running from Source.
+- Thanks to the Flatpak team for pointing this one out!
+
+
+- Fixed a bug where CMDRs running from source would have their git hash version displayed as UNKNOWN.
+- We're now more failure tolerant and use the bundled .gitversion if no true git hash is provided.
+
+
+- Fixed a bug where starting two copies of EDMC with a valid install would not generate a duplicate warning.
+
+
+
Release 5.10.0
This release contains a number of under-the-hood changes to EDMC designed to improve performance, code maintainability, and stability of the EDMC application, while providing new features and quality-of-life fixes.
Note to plugin developers: modules.p and ships.p are deprecated, and slated for removal in the next major release! Please look for that change coming soon.
@@ -2105,7 +2138,7 @@ about this:
PTS CAPI saying Commander is Docked after jumping to new system.
]]>
-
+