mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-30 07:09:39 +03:00
Release 5.4.1: appversion & changelog
This commit is contained in:
parent
f9e8e9f212
commit
e1354c3482
19
ChangeLog.md
19
ChangeLog.md
@ -27,10 +27,27 @@ produce the Windows executables and installer.
|
||||
|
||||
---
|
||||
|
||||
Pre-Release 5.4.1-rc1
|
||||
Release 5.4.1
|
||||
===
|
||||
|
||||
* We now test against, and package with, Python 3.10.5.
|
||||
* If for any reason `EDMarketConnector.exe` fails to shutdown and exit when
|
||||
asked to by the upgrade process this should no longer result in a spontaneous
|
||||
system reboot. Closes [#1492](https://github.com/EDCD/EDMarketConnector/issues/1492).
|
||||
|
||||
A manual reboot will still be required to complete the EDMarketConnector
|
||||
upgrade process and we make no guarantees about the stability of the
|
||||
application until this is done.
|
||||
* The new EDDN `fsssignaldiscovered/1` schema has been implemented.
|
||||
* EDSM trace level logging will no longer log API credentials unless explicitly
|
||||
asked to, separately from other EDSM API trace logging.
|
||||
|
||||
Bug Fixes
|
||||
---
|
||||
|
||||
* EDDN: Ensure we always remove all `_Localised` suffix keys in data. This
|
||||
was missed in some recent new schemas and turned out to be an issue for at
|
||||
least `approachsettlement/1`.
|
||||
|
||||
---
|
||||
|
||||
|
@ -52,7 +52,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.4.1-alpha0'
|
||||
_static_appversion = '5.4.1'
|
||||
_cached_version: Optional[semantic_version.Version] = None
|
||||
copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user