1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

Release 4.0.2.0

This commit is contained in:
Athanasius 2020-07-15 12:00:03 +01:00
parent 1bf8e292a8
commit d39d78bb39
3 changed files with 17 additions and 5 deletions

View File

@ -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.

View File

@ -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'

View File

@ -168,11 +168,17 @@
<!-- Windows -->
<item>
<title>Release 4.0.1.0</title>
<title>Release 4.0.2.0</title>
<description>
<![CDATA[
<style>body { font-family:"Segoe UI","Tahoma"; font-size: 75%; } h2 { font-family:"Segoe UI","Tahoma"; font-size: 105%; }</style>
<h2>Release 4.0.2.0</h2>
<p>Only a minor fix to EDMC.exe</p>
<ul>
<li>Restore the reporting of new releases for <code>EDMC.exe -v</code>.</li>
</ul>
<h2>Release 4.0.1.0</h2>
<p>This fixes a bug with the EDDB 'System Provider' URLs.</p>
<ul>
@ -490,11 +496,11 @@ If any of your plugins are listed in that section then they will need updating,
]]>
</description>
<enclosure
url="https://github.com/EDCD/EDMarketConnector/releases/download/Release/4.0.1.0/EDMarketConnector_win_4.0.1.0.msi"
url="https://github.com/EDCD/EDMarketConnector/releases/download/Release/4.0.2.0/EDMarketConnector_win_4.0.2.0.msi"
sparkle:os="windows"
sparkle:installerArguments="/passive LAUNCH=yes"
sparkle:version="4.0.1.0"
length="11313152"
sparkle:version="4.0.2.0"
length="11309056"
type="application/octet-stream"
/>
</item>