This commit is contained in:
Brett Hewitson 2020-04-03 01:12:43 +10:00
parent 09979c1628
commit 59c0132739
7 changed files with 33 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,36 @@
<title>DnL Server Manager Version Feed</title>
<subtitle>This is the Dark and Light Server Manager release version feed.</subtitle>
<link href="http://servermanagers.freeforums.net/" />
<updated>2020-04-01T02:00:00Z</updated>
<updated>2020-04-02T00:00:00Z</updated>
<entry>
<id>urn:uuid:CCAD5D32-F569-4953-95C6-26A1B5E58231</id>
<title>1.0.60 (1.0.60.1)</title>
<summary>1.0.60.1</summary>
<link href="" />
<updated>2020-04-02T00: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>Fixed the Auto-Restart Grace Period interval logic. It should work correctly now.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Global Settings - Auto-Restart section - added a note and fixed the tooltip.</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:E86C43BD-C320-4078-8B69-36CCCA276914</id>

View file

@ -492,10 +492,11 @@
<sys:String x:Key="GlobalSettings_SequencialDelayPeriodTooltip">The amount of time to wait in between each server update, only available if Parallel Update is disabled.</sys:String>
<sys:String x:Key="GlobalSettings_AutoRestartLabel">Auto Restart Options</sys:String>
<sys:String x:Key="GlobalSettings_RestartGraceIntervalInformationLabel">The grace period does not prevent auto-updates from restarting your server.</sys:String>
<sys:String x:Key="GlobalSettings_EnableRestartGraceIntervalLabel">Enable Grace Period</sys:String>
<sys:String x:Key="GlobalSettings_EnableRestartGraceIntervalTooltip">If enabled, it will check if the server was last started with the grace period and skip; otherwise if not last started within the grace period the server will be restarted.</sys:String>
<sys:String x:Key="GlobalSettings_RestartGraceIntervalLabel">Grace Period:</sys:String>
<sys:String x:Key="GlobalSettings_RestartGraceIntervalTooltip">The amount of time in minutes to prevent the server restarting, since the last server start.</sys:String>
<sys:String x:Key="GlobalSettings_RestartGraceIntervalTooltip">The amount of time in hours and minutes (hh:mm) to prevent the server restarting, since the last server start.</sys:String>
<sys:String x:Key="GlobalSettings_ShutdownLabel">Shutdown Options</sys:String>
<sys:String x:Key="GlobalSettings_ShutdownMessageInformationLabel">These warning messages will only be broadcast to your server if RCON is enabled and the RCON port set on your server profile.</sys:String>

Binary file not shown.

View file

@ -1 +1 @@
1.0.59
1.0.60

Binary file not shown.