DSM 52 Beta 1

This commit is contained in:
Brett Hewitson 2020-03-03 16:46:01 +10:00
parent 9525e60001
commit 3f20cf643a
4 changed files with 9 additions and 7 deletions

View file

@ -5,21 +5,21 @@
<title>DnL Server Manager Version Feed</title>
<subtitle>This is the Dark and Light Server Manager beta version feed.</subtitle>
<link href="http://servermanagers.freeforums.net/" />
<updated>2019-11-01T00:00:00Z</updated>
<updated>2020-03-03T00:00:00Z</updated>
<entry>
<id>urn:uuid:2FE211A0-0081-4A40-8DE2-EAEC79F81953</id>
<title>1.0.51 (1.0.51.1)</title>
<summary>1.0.51.1</summary>
<title>1.0.52 (1.0.52.1)</title>
<summary>1.0.52.1</summary>
<link href="" />
<updated>2019-11-01T00:00:00Z</updated>
<updated>2020-03-03T00: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.</li>
<li>Global Settings (Advanced) - added an option to enable/disable world save backups being performed when the server shuts down. For those of you who use other backup methods.</li>
</ul>
</p>
</div>

View file

@ -474,6 +474,8 @@
<sys:String x:Key="GlobalSettings_CloseShutdownWindowWhenFinishedTooltip">If enabled, the server shutdown window will close after it is finished; otherwise it will stay open.</sys:String>
<sys:String x:Key="GlobalSettings_WorldSaveDelayLabel">WorldSave Delay:</sys:String>
<sys:String x:Key="GlobalSettings_WorldSaveDelayTooltip">The number of seconds to wait for the worldsave command to complete before the server is shutdown.</sys:String>
<sys:String x:Key="GlobalSettings_BackupWorldFileLabel">Backup World File on Shutdown</sys:String>
<sys:String x:Key="GlobalSettings_BackupWorldFileTooltip">If enabled, a world file backup will be performed when the server is shutdown; otherwise no world save backup will be performed.</sys:String>
<sys:String x:Key="GlobalSettings_ResetSettings_ConfirmTitle">Confirm Settings Reset Action</sys:String>
<sys:String x:Key="GlobalSettings_ResetSettings_ConfirmLabel">Click 'Yes' to confirm you want to perform the settings reset.</sys:String>

View file

@ -1 +1 @@
1.0.51.1
1.0.52.1

Binary file not shown.