From 624f2a79078351d3b8953766de09ed749e2c2785 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 11 Jul 2020 21:03:48 +0100 Subject: [PATCH] Changelog and version bump for 3.99.5.0 --- ChangeLog.md | 15 +++++++++++++++ config.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 75a67edc..94cc6e79 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,21 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are in reverse chronological order (latest first). --- +Pre-Release 3.99.5.0 +=== +Consider this as 'rc2' for the following full '4.0.0.0' release. + +* Fix for using EDDB as System provider. It was picking up a wrong + SystemAddress from the Frontier CAPI (it's a bug their end). Now the CAPI + will only be used for this when we don't already have a value, otherwise + we always get the new value from Journals anyway. +* Tweak to Inara plugin so it will send updates via the Inara API more + frequently. Will now send an update, no more often than about once a + minute, if your cargo changes at all. This still won't update if you dock + and quickly buy or sell some cargo, but it's better than it was before. + You can nudge it by waiting a minute then re-opening the Commodities screen, + or indeed performing any other action the logs a new Journal event. + Pre-Release 3.99.4.0 === Consider this as 'rc1' for the following full '4.0.0.0' release. diff --git a/config.py b/config.py index 04f6235d..eb8266df 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 = '3.99.4.0' +appversion = '3.99.5.0' copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'