This commit is contained in:
Brett Hewitson 2020-04-03 01:12:19 +10:00
parent 889665c4dc
commit 55f500d4da
7 changed files with 33 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View file

@ -8,7 +8,36 @@
<updated>2020-04-02T00:00:00Z</updated>
<entry>
<id>urn:uuid:79DAE4BE-7CBE-4856-83F4-90E3C1988D04</id>
<id>urn:uuid:D7F6EB7A-59C0-494D-9207-8B9E7BDE29DB</id>
<title>1.0.364 (1.0.364.1)</title>
<summary>1.0.364.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:24D940C8-3C9C-4E07-954A-32D1F8E87934</id>
<title>1.0.363 (1.0.363.1)</title>
<summary>1.0.363.1</summary>
<link href="" />

View file

@ -485,10 +485,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.363
1.0.364

Binary file not shown.