mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 07:07:32 +00:00
CSM 24
This commit is contained in:
parent
55f500d4da
commit
09979c1628
7 changed files with 33 additions and 3 deletions
BIN
CSM/ConanServerManager_1.0.24.exe
Normal file
BIN
CSM/ConanServerManager_1.0.24.exe
Normal file
Binary file not shown.
BIN
CSM/ConanServerManager_1.0.24.zip
Normal file
BIN
CSM/ConanServerManager_1.0.24.zip
Normal file
Binary file not shown.
|
|
@ -5,7 +5,36 @@
|
|||
<title>Conan Server Manager Version Feed</title>
|
||||
<subtitle>This is the Conan 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:7F94445C-7435-4688-8C88-468E5308735E</id>
|
||||
<title>1.0.24 (1.0.24.1)</title>
|
||||
<summary>1.0.24.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:AFF6E785-595E-47B9-82AF-526CD0BBBBA4</id>
|
||||
|
|
|
|||
|
|
@ -679,10 +679,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>
|
||||
|
|
|
|||
BIN
CSM/latest.exe
BIN
CSM/latest.exe
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
1.0.23
|
||||
1.0.24
|
||||
|
|
|
|||
BIN
CSM/latest.zip
BIN
CSM/latest.zip
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue