ASM 351 Beta 1

This commit is contained in:
Brett Hewitson 2020-02-27 13:19:20 +10:00
parent 9bfe848780
commit f790f226e2
4 changed files with 11 additions and 10 deletions

View file

@ -5,27 +5,28 @@
<title>Ark Server Manager Version Feed</title>
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
<link href="http://arkservermanager.freeforums.net/" />
<updated>2019-11-01T00:00:00Z</updated>
<updated>2019-02-27T00:00:00Z</updated>
<entry>
<id>urn:uuid:F3DDF193-EF36-42A6-91A9-B95A403E907A</id>
<title>1.0.350 (1.0.350.1)</title>
<summary>1.0.350.1</summary>
<title>1.0.351 (1.0.351.1)</title>
<summary>1.0.351.1</summary>
<link href="" />
<updated>2019-11-01T00:00:00Z</updated>
<updated>2019-02-27T00: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>
<u style="font-size: .9em;">NEW</u>
<br/>
<ul>
<li>Server File Details - Fixed a crashing bug caused by having a steamid that is not available or does not exist. (thanks @bastogne)</li>
<li>Added the Valguero gamedata file to the install.</li>
<li>Added the Genesis gamedata file to the install.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>fr-FR Translation file updated. (thanks @angemymy)</li>
<li>pt-BR Translation file added. (thanks @bruno5011)</li>
<li>Added new player ascension levels to gamedata file.</li>
<li>Added player ascension level value to the gamedata file. Player levels will now use this value to highlight the last set of player level rows.</li>
</ul>
</p>
</div>

View file

@ -1515,7 +1515,7 @@
<!--#region Server Settings - Custom Level Progressions -->
<sys:String x:Key="ServerSettings_CustomLevelProgressionsLabel">Custom Level Progressions</sys:String>
<sys:String x:Key="ServerSettings_CustomLevelProgressions_InformationLabel">NOTE: The last 30 player levels are used for Ascension and are shown with a coloured background. If you customize your own player levels, make sure you add an additional 30 levels for Ascension.</sys:String>
<sys:String x:Key="ServerSettings_CustomLevelProgressions_InformationLabel">NOTE: The last {levels} player levels are used for Ascension and are shown with a coloured background. If you customize your own player levels, make sure you add an additional {levels} levels for Ascension.</sys:String>
<sys:String x:Key="ServerSettings_EnableCustomLevelProgressionsLabel">Enable Custom Level Progressions</sys:String>
<sys:String x:Key="ServerSettings_EnableCustomLevelProgressionsTooltip">If enabled, enables player and dino level customizations.</sys:String>
<sys:String x:Key="ServerSettings_CustomPlayerLevelsLabel">Custom Player Levels</sys:String>

View file

@ -1 +1 @@
1.0.350.1
1.0.351.1

Binary file not shown.