1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-18 18:07:37 +03:00

Pre-Release 5.2.0-beta3: appversion & changelog

This commit is contained in:
Athanasius 2021-10-20 15:11:59 +01:00
parent 8d55e9f02c
commit 00e46679d0
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D
2 changed files with 12 additions and 1 deletions

View File

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

View File

@ -33,7 +33,7 @@ appcmdname = 'EDMC'
# <https://semver.org/#semantic-versioning-specification-semver>
# 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'