mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-07 19:03:23 +03:00
Release 4.0.2.0
This commit is contained in:
parent
1bf8e292a8
commit
d39d78bb39
@ -1,6 +1,12 @@
|
|||||||
This is the master changelog for Elite Dangerous Market Connector. Entries are in reverse chronological order (latest first).
|
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
|
Release 4.0.1.0
|
||||||
===
|
===
|
||||||
This fixes a bug with the EDDB 'System Provider' URLs.
|
This fixes a bug with the EDDB 'System Provider' URLs.
|
||||||
|
@ -8,7 +8,7 @@ from sys import platform
|
|||||||
appname = 'EDMarketConnector'
|
appname = 'EDMarketConnector'
|
||||||
applongname = 'E:D Market Connector'
|
applongname = 'E:D Market Connector'
|
||||||
appcmdname = 'EDMC'
|
appcmdname = 'EDMC'
|
||||||
appversion = '4.0.1.0'
|
appversion = '4.0.2.0'
|
||||||
copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD'
|
copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD'
|
||||||
|
|
||||||
update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'
|
update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'
|
||||||
|
@ -168,11 +168,17 @@
|
|||||||
<!-- Windows -->
|
<!-- Windows -->
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Release 4.0.1.0</title>
|
<title>Release 4.0.2.0</title>
|
||||||
<description>
|
<description>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
<style>body { font-family:"Segoe UI","Tahoma"; font-size: 75%; } h2 { font-family:"Segoe UI","Tahoma"; font-size: 105%; }</style>
|
<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>
|
<h2>Release 4.0.1.0</h2>
|
||||||
<p>This fixes a bug with the EDDB 'System Provider' URLs.</p>
|
<p>This fixes a bug with the EDDB 'System Provider' URLs.</p>
|
||||||
<ul>
|
<ul>
|
||||||
@ -490,11 +496,11 @@ If any of your plugins are listed in that section then they will need updating,
|
|||||||
]]>
|
]]>
|
||||||
</description>
|
</description>
|
||||||
<enclosure
|
<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:os="windows"
|
||||||
sparkle:installerArguments="/passive LAUNCH=yes"
|
sparkle:installerArguments="/passive LAUNCH=yes"
|
||||||
sparkle:version="4.0.1.0"
|
sparkle:version="4.0.2.0"
|
||||||
length="11313152"
|
length="11309056"
|
||||||
type="application/octet-stream"
|
type="application/octet-stream"
|
||||||
/>
|
/>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user