ConanServerManager Beta 1.1.62.1

This commit is contained in:
Brett Hewitson 2022-01-25 13:05:13 +10:00
parent 5bc31ea63d
commit cb39ba57df
4 changed files with 11 additions and 76 deletions

View file

@ -5,90 +5,22 @@
<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>2022-01-20T00:00:00Z</updated>
<updated>2022-01-25T00:00:00Z</updated>
<entry>
<id>urn:uuid:1BA6E671-7784-48FF-B463-D0962084277B</id>
<title>1.1.61 (1.1.61.4)</title>
<summary>1.1.61.4</summary>
<id>urn:uuid:6F91598E-D62C-4F48-A205-C9C4A66BBB65</id>
<title>1.1.62 (1.1.62.1)</title>
<summary>1.1.62.1</summary>
<link href="" />
<updated>2022-01-20T00: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 bug when pasting ini config into paste window, resulting in blank record.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:BF3FA549-5DC9-4576-B225-6D8519ED3B98</id>
<title>1.1.61 (1.1.61.3)</title>
<summary>1.1.61.3</summary>
<link href="" />
<updated>2022-01-14T00:00:00Z</updated>
<updated>2022-01-25T00: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>
<br/>
<ul>
<li>Global Settings - Server Startup Options - Added new option to start the server windows minimzed.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:16704347-28FE-41BD-9913-465982E6C3C3</id>
<title>1.1.61 (1.1.61.2)</title>
<summary>1.1.61.2</summary>
<link href="" />
<updated>2022-01-14T00: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>
<br/>
<ul>
<li>Server manager language will default to the computers language setting on first start, if possible.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:189B95FA-8ACA-4E37-9A34-443B6C5E27EE</id>
<title>1.1.61 (1.1.61.1)</title>
<summary>1.1.61.1</summary>
<link href="" />
<updated>2022-01-05T00: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>
<br/>
<ul>
<li>Minor tweaks to the Auto-Update process to help prevent intermittent exceptions.</li>
<li>Added prefix launcher option to launcher arguments.</li>
<li>Added server monitor window startup state to global settings.</li>
</ul>
</p>
</div>

View file

@ -671,6 +671,7 @@
<sys:String x:Key="GlobalSettings_RunAsAdministratorLabel">Enable Run as Administrator Prompt on Startup</sys:String>
<sys:String x:Key="GlobalSettings_CheckIfServerManagerRunningOnStartupLabel">Check if Server Manager Running on Startup</sys:String>
<sys:String x:Key="GlobalSettings_StartModeLabel">Main Window Start Mode:</sys:String>
<sys:String x:Key="GlobalSettings_StartModeServerMonitorLabel">Server Monitor Window Start Mode:</sys:String>
<sys:String x:Key="GlobalSettings_MinimizeToTrayLabel">Minimize To Tray</sys:String>
<sys:String x:Key="GlobalSettings_ManageFirewallLabel">Manage firewall settings automatically</sys:String>
<sys:String x:Key="GlobalSettings_ManagePublicIPLabel">Manage Public IP automatically</sys:String>
@ -1153,6 +1154,8 @@
<sys:String x:Key="ServerSettings_LauncherArgsTooltip">Additional command-line args for the server launcher. Use this with caution! For more information search 'Microsoft Start Command' on the internet.</sys:String>
<sys:String x:Key="ServerSettings_LauncherArgsOverrideLabel">Override Launcher</sys:String>
<sys:String x:Key="ServerSettings_LauncherArgsOverrideTooltip">If enabled, the RunServer.cmd file will only contain what is included in the Launcher Args field.</sys:String>
<sys:String x:Key="ServerSettings_LauncherArgsPrefixLabel">Prefix Launcher</sys:String>
<sys:String x:Key="ServerSettings_LauncherArgsPrefixTooltip">If enabled, the RunServer.cmd file will include the Launcher Args field before the server start (will allow other files to be executed before the server is started).</sys:String>
<sys:String x:Key="ServerSettings_ServerArgsLabel">Server Args:</sys:String>
<sys:String x:Key="ServerSettings_ServerArgsTooltip">Additional command-line args for the server. If you specify this, add the args which start with ?'s first, followed by any other args. For example: ?MaxPlayers=5?QueryPort=9999 -nosteamclient</sys:String>
<sys:String x:Key="ServerSettings_ShowCommandButtonLabel">Show Command...</sys:String>

View file

@ -1 +1 @@
1.1.61.4
1.1.62.1

Binary file not shown.