mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 01:22:19 +03:00
Release 4.2.4: appversion and changelog
This commit is contained in:
parent
6e2b8a7312
commit
d01404b160
11
ChangeLog.md
11
ChangeLog.md
@ -1,6 +1,17 @@
|
||||
This is the master changelog for Elite Dangerous Market Connector. Entries are in reverse chronological order (latest first).
|
||||
---
|
||||
|
||||
Release 4.2.4
|
||||
===
|
||||
|
||||
This release fixes one cosmetic bug and prepares for the Odyssey Alpha.
|
||||
|
||||
* Avoid a spurious 'list index out of range' status text. This was caused by
|
||||
the EDDN plugin running out of data to send.
|
||||
* Add some paranoia in case Odyssey Alpha looks like a live version. This
|
||||
should prevent sending any alpha data to EDDN, EDSM and Inara.
|
||||
* Reduce some log spam in normal operation below TRACE level.
|
||||
|
||||
Release 4.2.3
|
||||
===
|
||||
|
||||
|
@ -13,7 +13,7 @@ appcmdname = 'EDMC'
|
||||
# appversion **MUST** follow Semantic Versioning rules:
|
||||
# <https://semver.org/#semantic-versioning-specification-semver>
|
||||
# Major.Minor.Patch(-prerelease)(+buildmetadata)
|
||||
appversion = '4.2.3' #-rc1+a872b5f'
|
||||
appversion = '4.2.4' #-rc1+a872b5f'
|
||||
# For some things we want appversion without (possible) +build metadata
|
||||
appversion_nobuild = str(semantic_version.Version(appversion).truncate('prerelease'))
|
||||
copyright = u'© 2015-2019 Jonathan Harris, 2020-2021 EDCD'
|
||||
|
Loading…
x
Reference in New Issue
Block a user