This commit is contained in:
Brett Hewitson 2021-12-01 11:37:15 +10:00
parent 78e407341d
commit 7e5123e318
7 changed files with 38 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,35 @@
<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>2021-11-24T00:00:00Z</updated>
<updated>2021-12-01T00:00:00Z</updated>
<entry>
<id>urn:uuid:38961ED8-0964-4C1A-B09C-8AE2C5FCF76E</id>
<title>1.1.54 (1.1.54.3)</title>
<summary>1.1.54.3</summary>
<link href="" />
<updated>2021-12-01T00: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>Added the Profile ID to the top of the profile window.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Added globalization to the Main Window Start Mode setting in the Global Settings.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:80B2DFDC-E9BE-4B56-A1FE-DD57E64647D1</id>

View file

@ -57,6 +57,12 @@
<sys:String x:Key="ProcessorAffinity_All">All</sys:String>
<!--#endregion-->
<!--#region Processor Window States -->
<sys:String x:Key="WindowState_Normal">Normal</sys:String>
<sys:String x:Key="WindowState_Minimized">Minimized</sys:String>
<sys:String x:Key="WindowState_Maximized">Maximized</sys:String>
<!--#endregion-->
<!--#region Unit strings -->
<sys:String x:Key="SliderUnits_Multiplier">x</sys:String>
<sys:String x:Key="SliderUnits_Percentage">%</sys:String>
@ -841,6 +847,8 @@
<!--#region Server Settings Control-->
<!--#region Server Settings - General -->
<sys:String x:Key="ServerSettings_ProfileIdLabel">Profile ID:</sys:String>
<sys:String x:Key="ServerSettings_ProfileIdTooltip">The unique ID assigned to the profile.</sys:String>
<sys:String x:Key="ServerSettings_ProfileLabel">Profile:</sys:String>
<sys:String x:Key="ServerSettings_ProfileTooltip">The name for the server profile. This is not the public name users will see in the game. For that, set the 'Server Name' field.</sys:String>
<sys:String x:Key="ServerSettings_InstalledVersionLabel">Installed Version:</sys:String>

Binary file not shown.

View file

@ -1 +1 @@
1.1.53
1.1.54

Binary file not shown.