From c910acf66bfcc39ad77eab028baab298b21cfc48 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 13 Nov 2021 11:24:33 +0000 Subject: [PATCH] Release 5.2.2: appcast --- edmarketconnector.xml | 58 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 53 insertions(+), 5 deletions(-) diff --git a/edmarketconnector.xml b/edmarketconnector.xml index 1356b520..cf907fb8 100644 --- a/edmarketconnector.xml +++ b/edmarketconnector.xml @@ -36,14 +36,14 @@ - Release 5.2.1 + Release 5.2.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.9.7.

    +

    We now test against, and package with, Python 3.9.8.

    As a consequence of this we no longer support Windows 7.
    This is due to Python 3.9.x itself not supporting Windows 7. @@ -58,6 +58,54 @@ currently used version in a given branch.

+ + +

Release 5.2.2

+

This release adds one new feature and addresses some bugs. We've also +updated to using Python 3.9.8.

+
    +
  • +

    Windows now has "minimize to system tray" support.

    +
      +
    • The system tray icon will always be present.
    • +
    • There is a new option on the Settings > Appearance tab - +Minimize to system tray.
    • +
    • When this new option is active, minimizing the application will also +hide the taskbar icon.
    • +
    • When the new option is not active, the application will minimize to the +taskbar as normal.
    • +
    +
  • +
+

+Bug Fixex

+
    +
  • +

    If a CAPI query failed in such a way that no requests.Response object +was made available we attempted to blindly dump the non-existent object.
    +We now check that it actually exists, and log the specifics of the exception.

    +
  • +
  • +

    A user experienced the game writing a NavRoute.json file without a +Route array, which caused the application to attempt sending a badly formed +navroute message to EDDN. That message was then remembered and constantly +retried.

    +
      +
    • +

      We now sanity check the NavRoute.json contents to be sure there is a +Route array, even if it is empty. If it's not present no attempt +to send the EDDN message will be made.

      +

      If this scenario occurs the user will see a status line message No 'Route' array in NavRoute.json contents.

      +
    • +
    • +

      For any EDDN message that receives a 400 status back we will drop it +from the replay log.

      +
    • +
    +
  • +
+
+

Release 5.2.1

This release primarily addresses the issue of the program asking for Frontier authorization much too often.

@@ -1034,11 +1082,11 @@ about this: ]]>