This commit is contained in:
Brett Hewitson 2020-05-27 18:50:22 +10:00
parent c7d38fb0e0
commit b62208a70d
7 changed files with 39 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,32 @@
<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>2020-05-14T00:00:00Z</updated>
<updated>2020-05-21T03:00:00Z</updated>
<entry>
<id>urn:uuid:F6979B74-6993-41F7-B824-E936E804B2D3</id>
<title>1.1.34 (1.1.34.3)</title>
<summary>1.1.34.3</summary>
<link href="" />
<updated>2020-05-21T03: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>Profile Sync - removed the ports and password from the administration section sync.</li>
<li>Global Settings - changed the workshop cache field to accept 0. When set the zero it will disable to auto refresh, and must be done manually.</li>
<li>Globalisation - added some missing strings to the globalisation files.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:F31488FF-5B1F-4484-A9C0-DE9AA1DB8282</id>

View file

@ -131,6 +131,8 @@
<sys:String x:Key="ModDetails_Load_FailedLabel">An error occurred while retrieving the mod details.\r\n{0}</sys:String>
<sys:String x:Key="ModDetails_Purge_FailedTitle">Purge Unused Mods Error</sys:String>
<sys:String x:Key="ModDetails_Purge_Title">Purge Unused Mods</sys:String>
<sys:String x:Key="ModDetails_Purge_Label">You are about to purge ALL unused mods from your server's Mod folder. Do you want to continue?</sys:String>
<sys:String x:Key="ModDetails_Purge_SuccessLabel">Mod purge complete, a total of {folderCount} mod folder(s) and {fileCount} mod file(s) were purged.</sys:String>
<sys:String x:Key="ModDetails_Refresh_FailedTitle">Refresh Mod Details Error</sys:String>
<sys:String x:Key="ModDetails_Reload_FailedTitle">Reload Mod Details Error</sys:String>
<sys:String x:Key="ModDetails_Save_FailedTitle">Save Mods Error</sys:String>
@ -635,7 +637,7 @@
<sys:String x:Key="GlobalSettings_ForceUpdateModsIfNoSteamInfoLabel">Force mod file downloads when no steam information available</sys:String>
<sys:String x:Key="GlobalSettings_ForceUpdateModsIfNoSteamInfoTooltip">If enabled, the mods will be downloaded from steam even when no steam information is available.</sys:String>
<sys:String x:Key="GlobalSettings_WorkshopCacheExpiredHoursLabel">Workshop Cache Expiry</sys:String>
<sys:String x:Key="GlobalSettings_WorkshopCacheExpiredHoursTooltip">The number of hours since the last refresh the workshop cache will be considered old and will auto refresh.</sys:String>
<sys:String x:Key="GlobalSettings_WorkshopCacheExpiredHoursTooltip">The number of hours since the last refresh the workshop cache will be considered old and will auto refresh. Set to 0 to never expire the cache, you must manually refresh the cache.</sys:String>
<sys:String x:Key="GlobalSettings_AutoBackupLabel">Enable Auto Backup</sys:String>
<sys:String x:Key="GlobalSettings_BackupIntervalLabel">Backup Interval:</sys:String>
@ -829,6 +831,14 @@
<sys:String x:Key="ServerSettings_RuntimeStatusUninstalledLabel">Uninstalled</sys:String>
<sys:String x:Key="ServerSettings_RuntimeStatusUnknownLabel">Unknown</sys:String>
<sys:String x:Key="ServerSettings_RuntimeStatusUpdatingLabel">Updating</sys:String>
<sys:String x:Key="ServerSettings_ProfileValidateTitle">Profile Validation</sys:String>
<sys:String x:Key="ServerSettings_ProfileValidateSuccessLabel">The profile passed the basic validation.</sys:String>
<sys:String x:Key="ServerSettings_ProfileValidateErrorTitle">Profile Validation Error</sys:String>
<sys:String x:Key="ServerSettings_SupportZipTitle">Support ZipFile Creation</sys:String>
<sys:String x:Key="ServerSettings_SupportZipSuccessLabel">The support zip file has been created and saved to your desktop.\r\nThe filename is {filename}.</sys:String>
<sys:String x:Key="ServerSettings_SupportZipErrorTitle">Support ZipFile Creation Error</sys:String>
<!--#endregion-->
<!--#region Server Settings - General Buttons -->
@ -925,7 +935,7 @@
<sys:String x:Key="ServerSettings_NetworkingLabel">Networking</sys:String>
<sys:String x:Key="ServerSettings_LocalIPLabel">Local IP:</sys:String>
<sys:String x:Key="ServerSettings_LocalIPTooltip">Sets the local (private) IP the server will listen on. This should be your primary network card which routes to the public internet.</sys:String>
<sys:String x:Key="ServerSettings_LocalIPGameChooseLabel">Let the game choose</sys:String>
<sys:String x:Key="ServerSettings_LocalIPGameChooseLabel">Let the server choose</sys:String>
<sys:String x:Key="ServerSettings_LocalIPRecommendedLabel">(Recommended)</sys:String>
<sys:String x:Key="ServerSettings_RefreshLocalIPTooltip">Refresh the available local IPs.</sys:String>
<sys:String x:Key="ServerSettings_ServerPortLabel">Server Port:</sys:String>

Binary file not shown.

View file

@ -1 +1 @@
1.1.33
1.1.34

Binary file not shown.