CSM 23 Beta 1

This commit is contained in:
Brett Hewitson 2020-03-28 11:09:00 +10:00
parent 1e33daaf42
commit dc55dbf54f
4 changed files with 18 additions and 8 deletions

View file

@ -5,21 +5,23 @@
<title>Conan Server Manager Version Feed</title>
<subtitle>This is the Conan Server Manager beta version feed.</subtitle>
<link href="http://servermanagers.freeforums.net/" />
<updated>2020-03-23T00:00:00Z</updated>
<updated>2020-03-27T00:00:00Z</updated>
<entry>
<id>urn:uuid:B33EF359-E372-4BA6-BC43-B8AC59939DEA</id>
<title>1.0.22 (1.0.22.1)</title>
<summary>1.0.22.1</summary>
<id>urn:uuid:AFF6E785-595E-47B9-82AF-526CD0BBBBA4</id>
<title>1.0.23 (1.0.23.1)</title>
<summary>1.0.23.1</summary>
<link href="" />
<updated>2020-03-23T00:00:00Z</updated>
<updated>2020-03-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;">CHANGE</u>
<u style="font-size: .9em;">NEW</u>
<br/>
<ul>
<li>Server Monitor Window - added backup and open folder buttons.</li>
<li>Global Setting - Added new Auto Restart section with options to enable/disable auto restart grace period.</li>
<li>Starting a Server - when you server is started, it now records the last started time in your profiles.</li>
<li>Auto-Restart - with the grace period option enabled, when the auto-restart process runs it will check if your server was started within the grace period and skip; otherwise it will restart as normal.</li>
</ul>
</p>
</div>

View file

@ -605,11 +605,13 @@
<sys:String x:Key="GlobalSettings_SteamAPIKeyButtonLabel">Get WebApi Key...</sys:String>
<sys:String x:Key="GlobalSettings_SteamAPIKeyHelpButtonLabel">Help...</sys:String>
<sys:String x:Key="GlobalSettings_LanguageSelectionLabel">Language</sys:String>
<sys:String x:Key="GlobalSettings_ServerStatusLabel">Server Status Options</sys:String>
<sys:String x:Key="GlobalSettings_EnableServerStatusActionsLabel">Enable Server Status Actions</sys:String>
<sys:String x:Key="GlobalSettings_EnableServerStatusActionsTooltip">If enabled, clicking the server status icons may perform one or mroe actions.</sys:String>
<sys:String x:Key="GlobalSettings_ShowServerStatusActionConfirmationLabel">Show Server Status Action Confirmation</sys:String>
<sys:String x:Key="GlobalSettings_ShowServerStatusActionConfirmationTooltip">If enabled, a dialogue will be shown to confirmation the server status action.</sys:String>
<sys:String x:Key="GlobalSettings_ServerStartupLabel">Server Startup Options</sys:String>
<sys:String x:Key="GlobalSettings_ValidateProfileOnServerStartLabel">Validate profile on server start</sys:String>
<sys:String x:Key="GlobalSettings_ValidateProfileOnServerStartTooltip">If enabled, when you manually start the server, a basic validation is performed on the server and mod files.</sys:String>
@ -676,6 +678,12 @@
<sys:String x:Key="GlobalSettings_SequencialDelayPeriodLabel">Delay between each server update</sys:String>
<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_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_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>
<sys:String x:Key="GlobalSettings_SendShutdownMessagesLabel">Send Shutdown Messages to Game Client</sys:String>

View file

@ -1 +1 @@
1.0.22.1
1.0.23.1

Binary file not shown.