From 00e46679d0e7fb39f0b688a7eda546eb143c3bd9 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 20 Oct 2021 15:11:59 +0100 Subject: [PATCH] Pre-Release 5.2.0-beta3: appversion & changelog --- ChangeLog.md | 11 +++++++++++ config.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index fc4f79b4..ab487120 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -30,6 +30,17 @@ produce the Windows executables and installer. Pre-Release 5.2.0 beta2 === +* Trying to use `File` > `Status` when the current commander is unknown, or + there is has been no CAPI data retrieval yet, will now result in the 'bad' + sound being played and an appropriate status line message. + +* Pressing the 'Update' button when in space (not docked, not on a body + surface) will no longer cause a spurious "Docked but unknown station: EDO + Settlement?" message. + +Pre-Release 5.2.0 beta2 +=== + * Don't save, for later retry, any EDDN messages that are met with 'unknown schema' from the server. This should alleviate any "laggy UI" problems that their accumulation can cause. diff --git a/config.py b/config.py index b6cdf0d9..93078020 100644 --- a/config.py +++ b/config.py @@ -33,7 +33,7 @@ appcmdname = 'EDMC' # # Major.Minor.Patch(-prerelease)(+buildmetadata) # NB: Do *not* import this, use the functions appversion() and appversion_nobuild() -_static_appversion = '5.2.0-beta2' +_static_appversion = '5.2.0-beta3' _cached_version: Optional[semantic_version.Version] = None copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD'