mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-20 16:54:31 +03:00
Release 4.2.2: appcast
This commit is contained in:
parent
2ff3433245
commit
ec103cea7b
@ -36,11 +36,19 @@
|
|||||||
<!-- Windows -->
|
<!-- Windows -->
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Release 4.2.1</title>
|
<title>Release 4.2.2</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.2.2</h2>
|
||||||
|
<p>This release contains a minor bug-fix, actually properly checking a station's
|
||||||
|
ships list before operating on it.</p>
|
||||||
|
<ul>
|
||||||
|
<li>Check that <code>ships['shipuard_list']</code> is a <code>dict</code> before trying to use
|
||||||
|
<code>.values()</code> on it. This fixes the issue with seeing <code>list object has no attribute values</code> in the application status line.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>Release 4.2.1</h2>
|
<h2>Release 4.2.1</h2>
|
||||||
<p>This is a bug-fix release.</p>
|
<p>This is a bug-fix release.</p>
|
||||||
<ul>
|
<ul>
|
||||||
@ -206,11 +214,11 @@ the last mission requiring that cargo type, as found in Cargo.json.</p>
|
|||||||
]]>
|
]]>
|
||||||
</description>
|
</description>
|
||||||
<enclosure
|
<enclosure
|
||||||
url="https://github.com/EDCD/EDMarketConnector/releases/download/Release/4.2.1/EDMarketConnector_win_4.2.1.msi"
|
url="https://github.com/EDCD/EDMarketConnector/releases/download/Release/4.2.2/EDMarketConnector_win_4.2.2.msi"
|
||||||
sparkle:os="windows"
|
sparkle:os="windows"
|
||||||
sparkle:installerArguments="/passive LAUNCH=yes"
|
sparkle:installerArguments="/passive LAUNCH=yes"
|
||||||
sparkle:version="4.2.1"
|
sparkle:version="4.2.2"
|
||||||
length="11378688"
|
length="11366400"
|
||||||
type="application/octet-stream"
|
type="application/octet-stream"
|
||||||
/>
|
/>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user