PSM 14 Changes

This commit is contained in:
Bletch 2018-11-20 18:40:51 +10:00
parent 0a3185de11
commit 9446de1544
11 changed files with 47 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,36 @@
<title>Pantropy Server Manager Version Feed</title>
<subtitle>This is the Pantropy 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:044BF43E-BEC3-4F07-B5F7-FC6D846B4DF5</id>
<title>1.0.14 (1.0.14.1)</title>
<summary>1.0.14.1</summary>
<link href="http://servermanagers.freeforums.net/thread/9/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:2DB9133C-6A3B-47CF-B0AE-1B868F325DB6</id>

View file

@ -5,21 +5,27 @@
<title>Pantropy Server Manager Version Feed</title>
<subtitle>This is the Pantropy 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:A4AA4EFA-9708-48AD-B169-9A427ABD65C5</id>
<title>1.0.13 (1.0.13.1)</title>
<summary>1.0.13.1</summary>
<title>1.0.14 (1.0.14.1)</title>
<summary>1.0.14.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>

View file

@ -405,6 +405,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>
<sys:String x:Key="GlobalSettings_ShutdownGraceIntervalTooltip">The amount of time in minutes to broadcast messages about the upgrade before shutting down and upgrading the server.</sys:String>

View file

@ -1 +1 @@
1.0.13.1
1.0.14.1

Binary file not shown.

View file

@ -405,6 +405,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>
<sys:String x:Key="GlobalSettings_ShutdownGraceIntervalTooltip">The amount of time in minutes to broadcast messages about the upgrade before shutting down and upgrading the server.</sys:String>

Binary file not shown.

View file

@ -1 +1 @@
1.0.13
1.0.14

Binary file not shown.