1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

Pre-Release 4.1.0-beta6

This commit is contained in:
Athanasius 2020-09-22 16:30:49 +01:00
parent a3b69fd94d
commit 4cec46b028
2 changed files with 17 additions and 1 deletions

@ -1,6 +1,22 @@
This is the master changelog for Elite Dangerous Market Connector. Entries are in reverse chronological order (latest first).
---
Pre-Release 4.1.0-beta6
===
* Include a manifest in both EDMarketConnector.exe and EDMC.exe to specify
they're Unicode applications so that they default to using the UTF-8
codepage. Fixes [#711](https://github.com/EDCD/EDMarketConnector/issues/711).
* Add extra debug logging to EDSM plugin for `CarrierJump`, `FSDJump`,
`Location` and `Docked` events. Hopefully this will help track down the
cause of [#713](https://github.com/EDCD/EDMarketConnector/issues/713).
* Various code cleanups which shouldn't impact user experience.
* EDMC.exe will now log useful startup state information if run with the
`--loglevel DEBUG` arguments.
Pre-Release 4.1.0-beta5
===

@ -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.1.0-beta5' #-rc1+a872b5f'
appversion = '4.1.0-beta6' #-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 EDCD'