diff --git a/ChangeLog.md b/ChangeLog.md index edd422c8..b716f1be 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,12 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are in reverse chronological order (latest first). --- +Release 4.0.2.0 +=== +Only a minor fix to EDMC.exe + + * Restore the reporting of new releases for `EDMC.exe -v`. + Release 4.0.1.0 === This fixes a bug with the EDDB 'System Provider' URLs. diff --git a/config.py b/config.py index 7798e68c..b68b2f93 100644 --- a/config.py +++ b/config.py @@ -8,7 +8,7 @@ from sys import platform appname = 'EDMarketConnector' applongname = 'E:D Market Connector' appcmdname = 'EDMC' -appversion = '4.0.1.0' +appversion = '4.0.2.0' copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml' diff --git a/edmarketconnector.xml b/edmarketconnector.xml index 2e57d7ff..9295086d 100644 --- a/edmarketconnector.xml +++ b/edmarketconnector.xml @@ -168,11 +168,17 @@ - Release 4.0.1.0 + Release 4.0.2.0 body { font-family:"Segoe UI","Tahoma"; font-size: 75%; } h2 { font-family:"Segoe UI","Tahoma"; font-size: 105%; } +

Release 4.0.2.0

+

Only a minor fix to EDMC.exe

+ +

Release 4.0.1.0

This fixes a bug with the EDDB 'System Provider' URLs.