mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 07:07:32 +00:00
CSM 13 Changes
This commit is contained in:
parent
317933b469
commit
b3db2df93e
11 changed files with 47 additions and 8 deletions
BIN
CSM/ConanServerManager_1.0.13.exe
Normal file
BIN
CSM/ConanServerManager_1.0.13.exe
Normal file
Binary file not shown.
BIN
CSM/ConanServerManager_1.0.13.zip
Normal file
BIN
CSM/ConanServerManager_1.0.13.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>2018-08-16T00:00:00Z</updated>
|
||||
<updated>2018-11-19T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:0FDE5546-E576-44C2-860D-A266A24F1D8C</id>
|
||||
<title>1.0.13 (1.0.13.1)</title>
|
||||
<summary>1.0.13.1</summary>
|
||||
<link href="http://servermanagers.freeforums.net/thread/36/downloads" />
|
||||
<updated>2018-11-19T00: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;">NEW</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Auto Update - Have added a delay settings to the auto-update for Sequential processing. The delay is in seconds (default 0) and will wait that number of seconds between each server update.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Main Window - Start position changed to 50,50.</li>
|
||||
<li>Server Status - removed server status call to offline WEB API.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:61CA2DCD-A90C-45EA-8FDA-8C497FEFFE3B</id>
|
||||
|
|
|
|||
|
|
@ -5,21 +5,27 @@
|
|||
<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>2018-08-16T00:00:00Z</updated>
|
||||
<updated>2018-11-19T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:9B11FEBF-FD54-4C4F-B1A4-3A9CDBAEB311</id>
|
||||
<title>1.0.12 (1.0.12.1)</title>
|
||||
<summary>1.0.12.1</summary>
|
||||
<title>1.0.13 (1.0.13.1)</title>
|
||||
<summary>1.0.13.1</summary>
|
||||
<link href="" />
|
||||
<updated>2018-08-16T00:00:00Z</updated>
|
||||
<updated>2018-11-19T00: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;">NEW</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Auto Update - Have added a delay settings to the auto-update for Sequential processing. The delay is in seconds (default 0) and will wait that number of seconds between each server update.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Download Location Changed - Have moved the server manager files to a new location for hosting.</li>
|
||||
<li>Main Window - Start position changed to 50,50.</li>
|
||||
<li>Server Status - removed server status call to offline WEB API.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -602,6 +602,8 @@
|
|||
<sys:String x:Key="GlobalSettings_OverrideServerStartupTooltip">If enabled, when the auto-update is performed the server WILL NOT be restarted, regardless of if it was online before the auto-update.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ParallelUpdateLabel">Update servers in parallel</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ParallelUpdateTooltip">If enabled, when the auto-update is performed all servers will be updated at the same time, otherwise each server will be updated one after the other (this will take more time to complete).</sys:String>
|
||||
<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_ShutdownLabel">Shutdown Options</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ShutdownGraceIntervalLabel">Grace Period:</sys:String>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.0.12.1
|
||||
1.0.13.1
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -602,6 +602,8 @@
|
|||
<sys:String x:Key="GlobalSettings_OverrideServerStartupTooltip">If enabled, when the auto-update is performed the server WILL NOT be restarted, regardless of if it was online before the auto-update.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ParallelUpdateLabel">Update servers in parallel</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ParallelUpdateTooltip">If enabled, when the auto-update is performed all servers will be updated at the same time, otherwise each server will be updated one after the other (this will take more time to complete).</sys:String>
|
||||
<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_ShutdownLabel">Shutdown Options</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ShutdownGraceIntervalLabel">Grace Period:</sys:String>
|
||||
|
|
|
|||
BIN
CSM/latest.exe
BIN
CSM/latest.exe
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
1.0.12
|
||||
1.0.13
|
||||
|
|
|
|||
BIN
CSM/latest.zip
BIN
CSM/latest.zip
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue