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:
parent
8d55e9f02c
commit
00e46679d0
11
ChangeLog.md
11
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.
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user