mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 07:07:32 +00:00
CSM 54
This commit is contained in:
parent
78e407341d
commit
7e5123e318
7 changed files with 38 additions and 2 deletions
BIN
CSM/ConanServerManager_1.1.54.exe
Normal file
BIN
CSM/ConanServerManager_1.1.54.exe
Normal file
Binary file not shown.
BIN
CSM/ConanServerManager_1.1.54.zip
Normal file
BIN
CSM/ConanServerManager_1.1.54.zip
Normal file
Binary file not shown.
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
BIN
CSM/latest.exe
BIN
CSM/latest.exe
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
1.1.53
|
||||
1.1.54
|
||||
|
|
|
|||
BIN
CSM/latest.zip
BIN
CSM/latest.zip
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue