ASM 349 Changes

This commit is contained in:
Bletch 2019-08-07 13:26:58 +10:00
parent c00fbe3eba
commit 0ac624ba00
11 changed files with 38 additions and 13 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,14 +5,37 @@
<title>Ark Server Manager Version Feed</title>
<subtitle>This is the Ark Server Manager release version feed.</subtitle>
<link href="http://arkservermanager.freeforums.net/" />
<updated>2019-08-07T00:00:00Z</updated>
<updated>2019-08-07T03:20:00Z</updated>
<entry>
<id>urn:uuid:60A1A499-2045-40D0-9B7C-9A3313A1E28A</id>
<title>1.0.349 (1.0.349.1)</title>
<summary>1.0.349.1</summary>
<link href="" />
<updated>2019-08-07T03:20: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>Mod Details Window - Added a new button to the top to open the server's mod folder.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:DB78B162-5D90-433C-8129-F32C84EE42FD</id>
<title>1.0.348 (1.0.348.1)</title>
<summary>1.0.348.1</summary>
<link href="" />
<updated>2019-08-07T00:00:00Z</updated>
<updated>2019-08-07T03: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>

View file

@ -5,21 +5,21 @@
<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>2019-08-07T00:00:00Z</updated>
<updated>2019-08-07T03:20:00Z</updated>
<entry>
<id>urn:uuid:DB78B162-5D90-433C-8129-F32C84EE42FD</id>
<title>1.0.348 (1.0.348.1)</title>
<summary>1.0.348.1</summary>
<id>urn:uuid:60A1A499-2045-40D0-9B7C-9A3313A1E28A</id>
<title>1.0.349 (1.0.349.1)</title>
<summary>1.0.349.1</summary>
<link href="" />
<updated>2019-08-07T00:00:00Z</updated>
<updated>2019-08-07T03:20: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>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Fixed a crash with Ark Server Manager when validating the mods.</li>
<li>Mod Details Window - Added a new button to the top to open the server's mod folder.</li>
</ul>
</p>
</div>

View file

@ -172,7 +172,7 @@
<sys:String x:Key="ModDetails_FolderSizeColumnLabel">Folder Size</sys:String>
<sys:String x:Key="ModDetails_AddModsTooltip">Add mods to the list.</sys:String>
<sys:String x:Key="ModDetails_LoadModsTooltip">Load mod list from server mods folder.</sys:String>
<sys:String x:Key="ModDetails_LoadModsTooltip">Import mod list from server mods folder.</sys:String>
<sys:String x:Key="ModDetails_MoveModUpTooltip">Move mod up in the list.</sys:String>
<sys:String x:Key="ModDetails_MoveModDownTooltip">Move mod down in the list.</sys:String>
<sys:String x:Key="ModDetails_PurgeModsFolderTooltip">Purge unused mods from Mods folder.</sys:String>
@ -183,6 +183,7 @@
<sys:String x:Key="ModDetails_RemoveAllModsTooltip">Remove all mods from the list.</sys:String>
<sys:String x:Key="ModDetails_SaveModsTooltip">Save mods back to the profile.</sys:String>
<sys:String x:Key="ModDetails_SaveModDetailsTooltip">Save formatted mod details.</sys:String>
<sys:String x:Key="ModDetails_OpenModFolderTooltip">Open server mods folder.</sys:String>
<sys:String x:Key="ModDetails_Clipboard_SaveTitle">Mod Details</sys:String>
<!--#endregion-->

View file

@ -1 +1 @@
1.0.348.1
1.0.349.1

Binary file not shown.

View file

@ -172,7 +172,7 @@
<sys:String x:Key="ModDetails_FolderSizeColumnLabel">Folder Size</sys:String>
<sys:String x:Key="ModDetails_AddModsTooltip">Add mods to the list.</sys:String>
<sys:String x:Key="ModDetails_LoadModsTooltip">Load mod list from server mods folder.</sys:String>
<sys:String x:Key="ModDetails_LoadModsTooltip">Import mod list from server mods folder.</sys:String>
<sys:String x:Key="ModDetails_MoveModUpTooltip">Move mod up in the list.</sys:String>
<sys:String x:Key="ModDetails_MoveModDownTooltip">Move mod down in the list.</sys:String>
<sys:String x:Key="ModDetails_PurgeModsFolderTooltip">Purge unused mods from Mods folder.</sys:String>
@ -183,6 +183,7 @@
<sys:String x:Key="ModDetails_RemoveAllModsTooltip">Remove all mods from the list.</sys:String>
<sys:String x:Key="ModDetails_SaveModsTooltip">Save mods back to the profile.</sys:String>
<sys:String x:Key="ModDetails_SaveModDetailsTooltip">Save formatted mod details.</sys:String>
<sys:String x:Key="ModDetails_OpenModFolderTooltip">Open server mods folder.</sys:String>
<sys:String x:Key="ModDetails_Clipboard_SaveTitle">Mod Details</sys:String>
<!--#endregion-->

Binary file not shown.

View file

@ -1 +1 @@
1.0.348
1.0.349

Binary file not shown.