ASM 356 Beta 6

This commit is contained in:
Brett Hewitson 2020-03-04 17:32:31 +10:00
parent f65976ae9d
commit 801b7bb8a8
4 changed files with 58 additions and 2 deletions

View file

@ -5,7 +5,31 @@
<title>Ark Server Manager Version Feed</title>
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
<link href="http://arkservermanager.freeforums.net/" />
<updated>2020-03-04T04:00:00Z</updated>
<updated>2020-03-04T05:00:00Z</updated>
<entry>
<id>urn:uuid:77683C9D-BF7E-45F3-A9A9-ADE6108F2B0A</id>
<title>1.0.356 (1.0.356.6)</title>
<summary>1.0.356.6</summary>
<link href="" />
<updated>2020-03-04T05: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>Main Window - Added Game Data Window button to open a new Game Data window. Button is top right corner next to plugins button.</li>
<li>Game Data Window - A new windows that allows you to manage your game data files.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:C8A75801-8D32-4A58-89FD-2E78B0922472</id>

View file

@ -265,6 +265,37 @@
<sys:String x:Key="Progress_ReinstallSteamCmd_WindowTitle">SteamCMD Progress</sys:String>
<!--#endregion-->
<!--#region GameData Window -->
<sys:String x:Key="GameDataWindow_Title">Game Data Files</sys:String>
<sys:String x:Key="GameDataWindow_AddGameDataTooltip">Add Game Data File</sys:String>
<sys:String x:Key="GameDataWindow_ClearGameDataTooltip">Delete All User Game Data Files</sys:String>
<sys:String x:Key="GameDataWindow_OpenGameDataFolderTooltip">Open Game Data Folder</sys:String>
<sys:String x:Key="GameDataWindow_GameDataForumTooltip">Open Game Data Forum</sys:String>
<sys:String x:Key="GameDataWindow_ReloadGameDataTooltip">Reload Game Data Files</sys:String>
<sys:String x:Key="GameDataWindow_RemoveGameDataTooltip">Delete Game Data File</sys:String>
<sys:String x:Key="GameDataWindow_NameColumnLabel">Name</sys:String>
<sys:String x:Key="GameDataWindow_VersionColumnLabel">Version</sys:String>
<sys:String x:Key="GameDataWindow_DateColumnLabel">Created Date</sys:String>
<sys:String x:Key="GameDataWindow_AddErrorTitle">Add Action Error</sys:String>
<sys:String x:Key="GameDataWindow_AddErrorLabel">An error occurred while reading the selected file.</sys:String>
<sys:String x:Key="GameDataWindow_ClearTitle">Confirm Clear Action</sys:String>
<sys:String x:Key="GameDataWindow_ClearLabel">Click 'Yes' to confirm you want to clear all.</sys:String>
<sys:String x:Key="GameDataWindow_ClearErrorTitle">Clear Action Error</sys:String>
<sys:String x:Key="GameDataWindow_DeleteTitle">Confirm Delete Action</sys:String>
<sys:String x:Key="GameDataWindow_DeleteLabel">Click 'Yes' to confirm you want to perform the delete.</sys:String>
<sys:String x:Key="GameDataWindow_DeleteErrorTitle">Delete Action Error</sys:String>
<sys:String x:Key="GameDataWindow_OpenErrorTitle">Open Folder Error</sys:String>
<sys:String x:Key="GameDataWindow_LoadErrorTitle">Load Error</sys:String>
<sys:String x:Key="GameDataWindow_AddDialogTitle">Select game data file</sys:String>
<sys:String x:Key="GameDataWindow_GameDataDefaultExtension">gamedata</sys:String>
<sys:String x:Key="GameDataWindow_AddFilterLabel">Game Data Files</sys:String>
<sys:String x:Key="GameDataWindow_AddFilterExtension">*.gamedata</sys:String>
<!--#endregion-->
<!--#region Plugins Window -->
<sys:String x:Key="PluginsWindow_Title">Plugins</sys:String>
@ -541,6 +572,7 @@
<sys:String x:Key="MainWindow_OpenRCONTooltip">Open remote console</sys:String>
<sys:String x:Key="MainWindow_OpenLogFolderTooltip">Open ASM logs folder</sys:String>
<sys:String x:Key="MainWindow_OpenSettingsTooltip">Open Global Settings</sys:String>
<sys:String x:Key="MainWindow_OpenGameDataTooltip">Open Game Data</sys:String>
<sys:String x:Key="MainWindow_OpenPluginsTooltip">Open Plugins</sys:String>
<sys:String x:Key="MainWindow_OpenHelpTooltip">Open Help</sys:String>
<sys:String x:Key="MainWindow_UpdateToLabelFormat">Upgrade to {0} now!</sys:String>

View file

@ -1 +1 @@
1.0.356.5
1.0.356.6

Binary file not shown.