From 74efe70e722ef18ea264e8a6ca358061d561825a Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Sun, 16 Feb 2025 20:09:39 -0500 Subject: [PATCH] 5.12.2 --- edmarketconnector-beta.xml | 35 ++++++++++++++++++++++++++++++++--- edmarketconnector.xml | 33 +++++++++++++++++++++++++++++++-- 2 files changed, 63 insertions(+), 5 deletions(-) diff --git a/edmarketconnector-beta.xml b/edmarketconnector-beta.xml index 8f1fa32e..507b9480 100644 --- a/edmarketconnector-beta.xml +++ b/edmarketconnector-beta.xml @@ -6,11 +6,40 @@ Most recent changes with links to updates. - Release 5.12.2-rc1 + Release 5.12.2 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.9.

As a result, we do not support Windows 7, 8, or 8.1.
-

Release 5.12.2-rc1

+

Release 5.12.2

+

This release fixes a number of bugs and handles some security improvements in EDMC.

+

Changes and Enhancements

+
    +
  • Adds a guard against workflow shell execution vulnerabilities in GitHub Actions
  • +
  • Adds a "Copy" icon in the EDMC System Profiler
  • +
  • Includes additional Loadout event properties in the "State" context
  • +
  • Updates Dependencies and Submodules
  • +
  • Removes an outdated development script that was no longer in use and prevented dependency updates
  • +
  • Replaces types-pkg-resources with types-setuptools per PyPi documentation
  • +
+

Bug Fixes

+
    +
  • Removes Duplicate Coriolis Definitions Included In Submodules
  • +
  • Adds Context Support for Mandalay and Cobra Mk V, and Type-8 Transporter
  • +
  • Adds a number of missing modules to modules.json
  • +
  • Fixes a widely-reported bug where missing HullValue or ModuleValue entries would cause parsing to crash
  • +
  • Fixes a bug where PSUtils exception handling was not processed
  • +
+

Plugin Developers

+
    +
  • nb.Entry is deprecated, and is slated for removal in 6.0 or later. Please migrate to nb.EntryMenu
  • +
  • nb.ColoredButton is deprecated, and is slated for removal in 6.0 or later. Please migrate to tk.Button
  • +
  • Calling internal translations with _() is deprecated, and is slated for removal in 6.0 or later. Please migrate to importing translations and calling translations.translate or translations.tl directly
  • +
  • Translations as the translate system singleton is deprecated, and is slated for removal in 6.0 or later. Please migrate to the translations singleton
  • +
  • help_open_log_folder() is deprecated, and is slated for removal in 6.0 or later. Please migrate to open_folder()
  • +
  • update_feed is deprecated, and is slated for removal in 6.0 or later. Please migrate to get_update_feed().
  • +
+
+

Pre-Release 5.12.2-rc1

This is a pre-release to test a number of bugfixes and security improvements in EDMC.

NOTE: Only an UNSIGNED installer is provided for this pre-release.

Changes and Enhancements

@@ -2670,7 +2699,7 @@ about this: PTS CAPI saying Commander is Docked after jumping to new system.

]]>
- +
diff --git a/edmarketconnector.xml b/edmarketconnector.xml index e43fba29..a3ee9f5f 100644 --- a/edmarketconnector.xml +++ b/edmarketconnector.xml @@ -22,10 +22,39 @@ - Release 5.12.1 + Release 5.12.2 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.9.

As a result, we do not support Windows 7, 8, or 8.1.
+

Release 5.12.2

+

This release fixes a number of bugs and handles some security improvements in EDMC.

+

Changes and Enhancements

+
    +
  • Adds a guard against workflow shell execution vulnerabilities in GitHub Actions
  • +
  • Adds a "Copy" icon in the EDMC System Profiler
  • +
  • Includes additional Loadout event properties in the "State" context
  • +
  • Updates Dependencies and Submodules
  • +
  • Removes an outdated development script that was no longer in use and prevented dependency updates
  • +
  • Replaces types-pkg-resources with types-setuptools per PyPi documentation
  • +
+

Bug Fixes

+
    +
  • Removes Duplicate Coriolis Definitions Included In Submodules
  • +
  • Adds Context Support for Mandalay and Cobra Mk V, and Type-8 Transporter
  • +
  • Adds a number of missing modules to modules.json
  • +
  • Fixes a widely-reported bug where missing HullValue or ModuleValue entries would cause parsing to crash
  • +
  • Fixes a bug where PSUtils exception handling was not processed
  • +
+

Plugin Developers

+
    +
  • nb.Entry is deprecated, and is slated for removal in 6.0 or later. Please migrate to nb.EntryMenu
  • +
  • nb.ColoredButton is deprecated, and is slated for removal in 6.0 or later. Please migrate to tk.Button
  • +
  • Calling internal translations with _() is deprecated, and is slated for removal in 6.0 or later. Please migrate to importing translations and calling translations.translate or translations.tl directly
  • +
  • Translations as the translate system singleton is deprecated, and is slated for removal in 6.0 or later. Please migrate to the translations singleton
  • +
  • help_open_log_folder() is deprecated, and is slated for removal in 6.0 or later. Please migrate to open_folder()
  • +
  • update_feed is deprecated, and is slated for removal in 6.0 or later. Please migrate to get_update_feed().
  • +
+

Release 5.12.1

This release fixes a handful of bugs reported with 5.12.0, notably a widely-reported bug with EDMC CAPI Authentication.

Changes and Enhancements

@@ -2451,7 +2480,7 @@ about this: PTS CAPI saying Commander is Docked after jumping to new system.

]]>
- +
\ No newline at end of file