mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 07:07:32 +00:00
ConanServerManager Beta 1.1.84.1
This commit is contained in:
parent
d9d78255fd
commit
44ae096fb4
4 changed files with 11 additions and 14 deletions
|
|
@ -5,27 +5,22 @@
|
|||
<title>Conan Server Manager Version Feed</title>
|
||||
<subtitle>This is the Conan Server Manager beta version feed.</subtitle>
|
||||
<link href="https://servermanagers.freeforums.net/" />
|
||||
<updated>2023-06-22T00:00:00Z</updated>
|
||||
<updated>2023-08-21T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:252C96CE-3D3C-4210-8863-F62238787733</id>
|
||||
<title>1.1.83 (1.1.83.1)</title>
|
||||
<summary>1.1.83.1</summary>
|
||||
<id>urn:uuid:1D95A137-FD57-4194-A7AF-C0079EE78FC2</id>
|
||||
<title>1.1.84 (1.1.84.1)</title>
|
||||
<summary>1.1.84.1</summary>
|
||||
<link href="" />
|
||||
<updated>2023-06-22T00:00:00Z</updated>
|
||||
<updated>2023-08-21T00: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>ConanExiles - Change to new exe file.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Backup - add blacklist.txt, serveruid.txt, whitelist.txt to profile backup.</li>
|
||||
<li>Global Settings - add option to add additional steamcmd exit status codes as "successful" (use on your own risk).</li>
|
||||
<li>Global - add global info, if Steam WebApiKey is missing.</li>
|
||||
<li>WorldSaveRestore - add file size</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -36,4 +31,4 @@
|
|||
</author>
|
||||
</entry>
|
||||
|
||||
</feed>
|
||||
</feed>
|
||||
|
|
|
|||
|
|
@ -294,6 +294,7 @@
|
|||
<sys:String x:Key="WorldSaveRestore_Refresh_FailedTitle">Refresh Backup Files Error</sys:String>
|
||||
|
||||
<sys:String x:Key="WorldSaveRestore_NameColumnLabel">Name</sys:String>
|
||||
<sys:String x:Key="WorldSaveRestore_FileSizeColumnLabel">Size</sys:String>
|
||||
<sys:String x:Key="WorldSaveRestore_CreatedDateColumnLabel">Created</sys:String>
|
||||
<sys:String x:Key="WorldSaveRestore_UpdatedDateColumnLabel">Last Updated</sys:String>
|
||||
|
||||
|
|
@ -695,6 +696,7 @@
|
|||
<sys:String x:Key="MainWindow_SteamCmd_Label">If you proceed the entire SteamCMD folder will be removed including all mod cache downloads.\r\nAre you sure you want to reinstall SteamCMD?</sys:String>
|
||||
<sys:String x:Key="MainWindow_SteamCmd_FailedTitle">Reinstall SteamCMD Error</sys:String>
|
||||
<sys:String x:Key="MainWindow_SteamCmd_FailedLabel">An error occured while trying to reinstall SteamCMD. This has left SteamCmd in an unstable state, try reinstalling again or please report this.\r\nException: {0}</sys:String>
|
||||
<sys:String x:Key="MainWindow_SteamWebApiKeyMissingLabel">Steam WebAPI Key missing! Updates, downloads and installation of profiles could fail. Enter your Steam WebApiKey in the global settings</sys:String>
|
||||
|
||||
<sys:String x:Key="MainWindow_DiscordBot_RunningCommandsTitle">Discord Bot Running Commands</sys:String>
|
||||
<sys:String x:Key="MainWindow_DiscordBot_RunningCommandsLabel">The discord bot has one or more running commands, do you want to continue shutting down the server manager?</sys:String>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.1.83.1
|
||||
1.1.84.1
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue