From 3b05efe8384fb4c3601e38db38508826e6d4b0c8 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Sun, 4 Aug 2024 22:09:48 -0400 Subject: [PATCH] Update XMLs --- edmarketconnector-beta.xml | 27 ++++++++++++++++++++++++--- edmarketconnector.xml | 25 +++++++++++++++++++++++-- 2 files changed, 47 insertions(+), 5 deletions(-) diff --git a/edmarketconnector-beta.xml b/edmarketconnector-beta.xml index f322d045..5269cf72 100644 --- a/edmarketconnector-beta.xml +++ b/edmarketconnector-beta.xml @@ -6,11 +6,32 @@ Most recent changes with links to updates. - Release 5.11.3-beta0 + Release 5.11.3 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.11.3-beta0

+

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

+
    +
  • Updated Translations
  • +
+

Bug Fixes

+
    +
  • Fixed a bug where two senders might fail due to improper data formats
  • +
+

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().
  • +
  • FDevID files (commodity.csv and rare_commodity.csv) have moved their preferred location to the app dir (same location as default Plugins folder). Please migrate to use config.app_dir_path.
  • +
+
+

Pre-Release 5.11.3-beta0

This is a release candidate for 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

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

]]>
- +
diff --git a/edmarketconnector.xml b/edmarketconnector.xml index 1895b9d4..3f3e24a2 100644 --- a/edmarketconnector.xml +++ b/edmarketconnector.xml @@ -22,10 +22,31 @@ - Release 5.11.2 + Release 5.11.3 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.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

+
    +
  • Updated Translations
  • +
+

Bug Fixes

+
    +
  • Fixed a bug where two senders might fail due to improper data formats
  • +
+

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().
  • +
  • FDevID files (commodity.csv and rare_commodity.csv) have moved their preferred location to the app dir (same location as default Plugins folder). Please migrate to use config.app_dir_path.
  • +
+

Release 5.11.2

This release fixes a bug where minimizing to the system tray could cause the program to not un-minimize.

Changes and Enhancements

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

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