This commit is contained in:
Brett Hewitson 2020-03-06 21:07:42 +10:00
parent f93d8d83d7
commit 926bc26aeb
7 changed files with 35 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,38 @@
<title>Ark Server Manager Version Feed</title>
<subtitle>This is the Ark Server Manager release version feed.</subtitle>
<link href="http://arkservermanager.freeforums.net/" />
<updated>2020-03-04T05:00:00Z</updated>
<updated>2020-03-05T00:00:00Z</updated>
<entry>
<id>urn:uuid:72F068F8-1E22-4A60-87B7-3BA9B133DDF1</id>
<title>1.0.357 (1.0.357.1)</title>
<summary>1.0.357.1</summary>
<link href="" />
<updated>2020-03-05T00:00:00Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
<p>
<u style="font-size: .9em;">BUGFIX</u>
<br/>
<ul>
<li>Dialog forms - have fixed an issue where the dialog forms would open behind the current window.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Server Settings (Engrams section) - added two additional columns to the engrams grid to allow each engram to be automatically unlocked.</li>
<li>Game Data Window - Fixed a bug when clicking the Open GameData Folder button and no gamedata folder exists. It will create the folder and open it.</li>
<li>pt-BR Translation file updated. (thanks @bruno5011)</li>
<li>ru-RU Translation file updated. (thanks @varlonec)</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:47B49351-1B04-4A85-93B8-060DFB63AC64</id>

View file

@ -1573,6 +1573,8 @@
<sys:String x:Key="ServerSettings_EngramsHiddenColumnLabel">Hidden</sys:String>
<sys:String x:Key="ServerSettings_EngramsKnownColumnLabel">Known</sys:String>
<sys:String x:Key="ServerSettings_EngramsRemovePrereqsColumnLabel">Remove Prereqs</sys:String>
<sys:String x:Key="ServerSettings_EngramsAutoUnlockColumnLabel">Auto Unlock</sys:String>
<sys:String x:Key="ServerSettings_EngramsLevelToAutoUnlockColumnLabel">Unlock Level</sys:String>
<sys:String x:Key="ServerSettings_EngramsRemoveRecordTooltip">Remove this Engram</sys:String>
<sys:String x:Key="ServerSettings_EngramsOverride_EngramsRemoveRecordTitle">Remove Engram</sys:String>

Binary file not shown.

View file

@ -1 +1 @@
1.0.356
1.0.357

Binary file not shown.