mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
ASM 385 Beta 1
This commit is contained in:
parent
c4bd7f1b1f
commit
5d1d0f5445
4 changed files with 14 additions and 27 deletions
|
|
@ -5,44 +5,29 @@
|
|||
<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-07-12T00:00:00Z</updated>
|
||||
<updated>2020-07-13T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:596DC725-A66B-4C1D-B733-3BE0573B061D</id>
|
||||
<title>1.1.384 (1.1.384.2)</title>
|
||||
<summary>1.1.384.2</summary>
|
||||
<id>urn:uuid:A8829437-3A88-4A04-ABE8-419307C32B40</id>
|
||||
<title>1.1.385 (1.1.385.1)</title>
|
||||
<summary>1.1.385.1</summary>
|
||||
<link href="" />
|
||||
<updated>2020-07-12T02:00:00Z</updated>
|
||||
<updated>2020-07-13T00: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>
|
||||
<u style="font-size: .9em;">NEW</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Added a fetch profile method to the Common Plugin Helper.</li>
|
||||
<li>Added a new server manager updater check, when performing an upgrade of the server manager.</li>
|
||||
<li>Added a new directory check when selecting the data directory, to make sure it is not underneath the installation folder.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:1459F9AC-43D1-49B7-A461-6ABED2A6FC26</id>
|
||||
<title>1.1.384 (1.1.384.1)</title>
|
||||
<summary>1.1.384.1</summary>
|
||||
<link href="" />
|
||||
<updated>2020-07-12T00: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>Changed the shutdown timer alert interval from always 5 minutes, to a varying scale base on remaining time. Eg. 60 minute shutdown timer will only alert at these times - 60, 30, 15, 10, 5, 4 ,3, 2, 1.</li>
|
||||
<li>Updated all grid checkbox columns to align the checkbox properly.</li>
|
||||
<li>Added None to the active events.</li>
|
||||
<li>de-DE Translation file updated. (thanks @maxiel)</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -65,6 +65,8 @@
|
|||
<sys:String x:Key="Application_DataDirectory_DialogTitle">Select a Data Directory</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_ConfirmTitle">Confirm location</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_ConfirmLabel">The server manager will store profiles and SteamCMD in the following directories:\r\n\r\nProfiles: {0}\r\nSteamCMD: {1}\r\n\r\nIs this ok?</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_WithinInstallFolderErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_WithinInstallFolderErrorLabel">The directory you have chosen is within the server manager installation folder. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_Profile_SaveFailedTitle">Failed to save profile</sys:String>
|
||||
<sys:String x:Key="Application_Profile_SaveFailedLabel">Failed to save profile {0}. {1}\n{2}</sys:String>
|
||||
<!--#endregion-->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.1.384.2
|
||||
1.1.385.1
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue