mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
ConanServerManager Beta 1.1.63.1
This commit is contained in:
parent
02be15c67e
commit
f8717082bb
4 changed files with 18 additions and 61 deletions
|
|
@ -5,68 +5,21 @@
|
||||||
<title>Conan Server Manager Version Feed</title>
|
<title>Conan Server Manager Version Feed</title>
|
||||||
<subtitle>This is the Conan Server Manager beta version feed.</subtitle>
|
<subtitle>This is the Conan Server Manager beta version feed.</subtitle>
|
||||||
<link href="http://servermanagers.freeforums.net/" />
|
<link href="http://servermanagers.freeforums.net/" />
|
||||||
<updated>2022-02-17T00:00:00Z</updated>
|
<updated>2022-03-02T00:00:00Z</updated>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<id>urn:uuid:153F64B2-16DA-40A5-9436-659F9BE24C21</id>
|
<id>urn:uuid:C6DE07B3-ADA8-4AE4-BFE4-1F87CDFF6284</id>
|
||||||
<title>1.1.62 (1.1.62.3)</title>
|
<title>1.1.63 (1.1.63.1)</title>
|
||||||
<summary>1.1.62.3</summary>
|
<summary>1.1.63.1</summary>
|
||||||
<link href="" />
|
<link href="" />
|
||||||
<updated>2022-02-17T00:00:00Z</updated>
|
<updated>2022-03-02T00:00:00Z</updated>
|
||||||
<content type="xhtml">
|
<content type="xhtml">
|
||||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||||
<p>
|
<p>
|
||||||
<u style="font-size: .9em;">CHANGE</u>
|
<u style="font-size: .9em;">CHANGE</u>
|
||||||
<br/>
|
<br/>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added confirmation message box when stopping server.</li>
|
<li>Branch Details moved to new Server Details section, easier to perform profile sync.</li>
|
||||||
</ul>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</content>
|
|
||||||
<author>
|
|
||||||
<name>bletch</name>
|
|
||||||
<email>bletch1971@hotmail.com</email>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
|
|
||||||
<entry>
|
|
||||||
<id>urn:uuid:153F64B2-16DA-40A5-9436-659F9BE24C21</id>
|
|
||||||
<title>1.1.62 (1.1.62.2)</title>
|
|
||||||
<summary>1.1.62.2</summary>
|
|
||||||
<link href="" />
|
|
||||||
<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;">BUGFIX</u>
|
|
||||||
<br/>
|
|
||||||
<ul>
|
|
||||||
<li>Fixed prefix launcher option bug.</li>
|
|
||||||
</ul>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</content>
|
|
||||||
<author>
|
|
||||||
<name>bletch</name>
|
|
||||||
<email>bletch1971@hotmail.com</email>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
|
|
||||||
<entry>
|
|
||||||
<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-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>Added prefix launcher option to launcher arguments.</li>
|
|
||||||
<li>Added server monitor window startup state to global settings.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1136,13 +1136,6 @@
|
||||||
<sys:String x:Key="ServerSettings_CanImportDirectlyFromSameServerLabel">Can Import Directly from Same Server</sys:String>
|
<sys:String x:Key="ServerSettings_CanImportDirectlyFromSameServerLabel">Can Import Directly from Same Server</sys:String>
|
||||||
<sys:String x:Key="ServerSettings_CanImportDirectlyFromSameServerTooltip">If enabled, will allow players to directly import characters that were exported from exactly the same server.</sys:String>
|
<sys:String x:Key="ServerSettings_CanImportDirectlyFromSameServerTooltip">If enabled, will allow players to directly import characters that were exported from exactly the same server.</sys:String>
|
||||||
|
|
||||||
<sys:String x:Key="ServerSettings_BranchLabel">Branch Details</sys:String>
|
|
||||||
<sys:String x:Key="ServerSettings_BranchNameLabel">Branch Name:</sys:String>
|
|
||||||
<sys:String x:Key="ServerSettings_BranchNameTooltip">The name of the branch to download (leave blank to use the release branch).</sys:String>
|
|
||||||
<sys:String x:Key="ServerSettings_BranchPasswordLabel">Branch Password:</sys:String>
|
|
||||||
<sys:String x:Key="ServerSettings_BranchPasswordTooltip">The password that is used to access the branch download.</sys:String>
|
|
||||||
<sys:String x:Key="ServerSettings_BranchClearErrorTitle">Clear Branch Error</sys:String>
|
|
||||||
|
|
||||||
<sys:String x:Key="ServerSettings_CommandLineLabel">Command Line</sys:String>
|
<sys:String x:Key="ServerSettings_CommandLineLabel">Command Line</sys:String>
|
||||||
<sys:String x:Key="ServerSettings_ProcessPriorityLabel">Priority:</sys:String>
|
<sys:String x:Key="ServerSettings_ProcessPriorityLabel">Priority:</sys:String>
|
||||||
<sys:String x:Key="ServerSettings_ProcessPriorityTooltip">Set the application priority when starting the server.</sys:String>
|
<sys:String x:Key="ServerSettings_ProcessPriorityTooltip">Set the application priority when starting the server.</sys:String>
|
||||||
|
|
@ -1202,6 +1195,17 @@
|
||||||
<sys:String x:Key="ServerSettings_AllowDiscordUpdateTooltip">If enabled, the profile will listen for update commands from discord.</sys:String>
|
<sys:String x:Key="ServerSettings_AllowDiscordUpdateTooltip">If enabled, the profile will listen for update commands from discord.</sys:String>
|
||||||
<!--#endregion-->
|
<!--#endregion-->
|
||||||
|
|
||||||
|
<!--#region Server Settings - Server Details -->
|
||||||
|
<sys:String x:Key="ServerSettings_ServerDetailsLabel">Server Details</sys:String>
|
||||||
|
|
||||||
|
<sys:String x:Key="ServerSettings_BranchLabel">Branch Details</sys:String>
|
||||||
|
<sys:String x:Key="ServerSettings_BranchNameLabel">Branch Name:</sys:String>
|
||||||
|
<sys:String x:Key="ServerSettings_BranchNameTooltip">The name of the branch to download (leave blank to use the release branch).</sys:String>
|
||||||
|
<sys:String x:Key="ServerSettings_BranchPasswordLabel">Branch Password:</sys:String>
|
||||||
|
<sys:String x:Key="ServerSettings_BranchPasswordTooltip">The password that is used to access the branch download.</sys:String>
|
||||||
|
<sys:String x:Key="ServerSettings_BranchClearErrorTitle">Clear Branch Error</sys:String>
|
||||||
|
<!--#endregion-->
|
||||||
|
|
||||||
<!--#region Server Settings - Server File Details -->
|
<!--#region Server Settings - Server File Details -->
|
||||||
<sys:String x:Key="ServerSettings_ServerFilesLabel">Server File Details</sys:String>
|
<sys:String x:Key="ServerSettings_ServerFilesLabel">Server File Details</sys:String>
|
||||||
<sys:String x:Key="ServerSettings_ServerFilesWarningLabel">NOTE: Any changes will require a server restart to take effect.</sys:String>
|
<sys:String x:Key="ServerSettings_ServerFilesWarningLabel">NOTE: Any changes will require a server restart to take effect.</sys:String>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.1.62.3
|
1.1.63.1
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue