From c658da8abf4fd0c62cb0ab61e0b3761614aa4ac6 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Wed, 2 Oct 2024 20:05:58 -0400 Subject: [PATCH] Update XMLs --- edmarketconnector-beta.xml | 27 +++++++++++++++++++++++++-- edmarketconnector.xml | 27 +++++++++++++++++++++++++-- 2 files changed, 50 insertions(+), 4 deletions(-) diff --git a/edmarketconnector-beta.xml b/edmarketconnector-beta.xml index 627e7815..1d8696fc 100644 --- a/edmarketconnector-beta.xml +++ b/edmarketconnector-beta.xml @@ -6,10 +6,33 @@ Most recent changes with links to updates. - Pre-Release 5.12.1-rc4 + Release 5.12.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.9.

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

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

+
    +
  • Fixed a typo in the prior release notes
  • +
+

Bug Fixes

+
    +
  • Fixed a bug where the EDMC System Profiler wouldn't load details properly
  • +
  • Reverted a number of usages of Pathlib back to os.path for further validation testing
  • +
  • Fixed a bug where EDMC would error out with a max() ValueError
  • +
  • Fixed an issue where the EDMC protocol wouldn't be processed properly via prototyping
  • +
+

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-rc4

This is a release candidate for 5.12.1. It has been pushed to the "Beta" track for updates!

This release continues to refine fixes for with EDMC authentication.

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

]]>
- +
diff --git a/edmarketconnector.xml b/edmarketconnector.xml index 15c39eba..e43fba29 100644 --- a/edmarketconnector.xml +++ b/edmarketconnector.xml @@ -22,10 +22,33 @@ - Release 5.12.0 + Release 5.12.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.9.

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

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

+
    +
  • Fixed a typo in the prior release notes
  • +
+

Bug Fixes

+
    +
  • Fixed a bug where the EDMC System Profiler wouldn't load details properly
  • +
  • Reverted a number of usages of Pathlib back to os.path for further validation testing
  • +
  • Fixed a bug where EDMC would error out with a max() ValueError
  • +
  • Fixed an issue where the EDMC protocol wouldn't be processed properly via prototyping
  • +
+

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.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 @@ -2428,7 +2451,7 @@ about this: PTS CAPI saying Commander is Docked after jumping to new system.

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