From fa185d263ef9d83b6946271a28976fdecdbdeae4 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Tue, 24 Sep 2024 19:45:54 -0400 Subject: [PATCH] Update XMLs --- edmarketconnector-beta.xml | 40 +++++++++++++++++++++++++++++++++++--- edmarketconnector.xml | 38 ++++++++++++++++++++++++++++++++++-- 2 files changed, 73 insertions(+), 5 deletions(-) diff --git a/edmarketconnector-beta.xml b/edmarketconnector-beta.xml index 0dac0e82..faf52b0f 100644 --- a/edmarketconnector-beta.xml +++ b/edmarketconnector-beta.xml @@ -6,11 +6,45 @@ Most recent changes with links to updates. - Release 5.12.0-beta1 + Release 5.12.0 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.0-beta1

+

Release 5.12.0

+

This release brings a number of performance enhancements and functionality updates requested by the community to EDMC. +Notably, integration with Inara's SLEF notation, custom plugin directories, streamlined logging locations, and +performance enhancements are included.

+

This release also fixes a few administrative issues regarding licenses to ensure compliance with included libraries.

+

Changes and Enhancements

+
    +
  • Added the ability to export a ship's loadout to Inara SLEF notation
  • +
  • Added the ability for EDMC to restart itself if required after settings changes
  • +
  • Added the ability to change the custom plugins directory to allow for multiple plugin profiles
  • +
  • Added Basic Type 8 Support
  • +
  • Updated the default logging directory from $TEMPDIR or %TEMP% and to the current app data directory
  • +
  • Updated a number of direct win32API calls to use proper prototyped library calls
  • +
  • Updated a number of translations
  • +
  • Updated a number of dependencies
  • +
  • Updated included and bundled licenses to comply with dependency requirements
  • +
  • Updated the game_running check to be more efficient on Windows to reduce program hangs
  • +
  • Minor logic enhancements
  • +
  • Retired most usages of os.path in favor of the preferred PathLib
  • +
+

Bug Fixes

+
    +
  • Fixed a bug that would result in Horizons and Odyssey flags not being passed to EDDN
  • +
+

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.0-beta1

This public beta is designed to allow for volunteer testing of coming updates and allow plugin developers to prepare for upcoming code changes. BUGS ARE EXPECTED in this build, as under-the-hood inline code changes have been made in this update which may have unintended consequences.

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

]]>
- +
diff --git a/edmarketconnector.xml b/edmarketconnector.xml index 3f3e24a2..15c39eba 100644 --- a/edmarketconnector.xml +++ b/edmarketconnector.xml @@ -22,10 +22,44 @@ - Release 5.11.3 + Release 5.12.0 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.0

+

This release brings a number of performance enhancements and functionality updates requested by the community to EDMC. +Notably, integration with Inara's SLEF notation, custom plugin directories, streamlined logging locations, and +performance enhancements are included.

+

This release also fixes a few administrative issues regarding licenses to ensure compliance with included libraries.

+

Changes and Enhancements

+
    +
  • Added the ability to export a ship's loadout to Inara SLEF notation
  • +
  • Added the ability for EDMC to restart itself if required after settings changes
  • +
  • Added the ability to change the custom plugins directory to allow for multiple plugin profiles
  • +
  • Added Basic Type 8 Support
  • +
  • Updated the default logging directory from $TEMPDIR or %TEMP% and to the current app data directory
  • +
  • Updated a number of direct win32API calls to use proper prototyped library calls
  • +
  • Updated a number of translations
  • +
  • Updated a number of dependencies
  • +
  • Updated included and bundled licenses to comply with dependency requirements
  • +
  • Updated the game_running check to be more efficient on Windows to reduce program hangs
  • +
  • Minor logic enhancements
  • +
  • Retired most usages of os.path in favor of the preferred PathLib
  • +
+

Bug Fixes

+
    +
  • Fixed a bug that would result in Horizons and Odyssey flags not being passed to EDDN
  • +
+

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.11.3

This release fixes a bug where an incomplete hand-over from ordereddict to dict types would cause a sender failure.

Changes and Enhancements

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

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