ASM 409 beta 1

This commit is contained in:
Brett Hewitson 2021-11-30 11:55:20 +10:00
parent 01f0cc2bb6
commit c695d889de
5 changed files with 15 additions and 19 deletions

View file

@ -5,32 +5,22 @@
<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>2021-11-24T00:00:00Z</updated>
<updated>2021-11-30T00:00:00Z</updated>
<entry>
<id>urn:uuid:50F06456-861E-483C-82BB-6072A428C652</id>
<title>1.1.408 (1.1.408.1)</title>
<summary>1.1.408.1</summary>
<id>urn:uuid:0B63D89E-0C36-41DE-96E7-BFB140250C02</id>
<title>1.1.409 (1.1.409.1)</title>
<summary>1.1.409.1</summary>
<link href="" />
<updated>2021-11-24T00:00:00Z</updated>
<updated>2021-11-30T00: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>Fixed a crashing bug when ASM closes and is unable to find the backup location to save the config settings.</li>
</ul>
<u style="font-size: .9em;">NEW</u>
<br/>
<ul>
<li>Global Settings - added option to set the Main Window start mode - Normal, Maximized, Minimized.</li>
<li>Main Window - now stores the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Fixed the steamcmd warning about 'Please use force_install_dir before login!'.</li>
<li>Added globalization to the Main Window Start Mode setting in the Global Settings.</li>
<li>zh-CN Translation file updated.</li>
</ul>
</p>
</div>

View file

@ -51,6 +51,12 @@
<sys:String x:Key="ProcessorAffinity_All">All</sys:String>
<!--#endregion-->
<!--#region Processor Window States -->
<sys:String x:Key="WindowState_Normal">Normal</sys:String>
<sys:String x:Key="WindowState_Minimized">Minimized</sys:String>
<sys:String x:Key="WindowState_Maximized">Maximized</sys:String>
<!--#endregion-->
<!--#region Application -->
<sys:String x:Key="Application_RunAsAdministratorTitle">Run as Administrator</sys:String>
<sys:String x:Key="Application_RunAsAdministratorLabel">This application requires administration priviledges to access ALL functionality. Would you like to Run as Administrator?</sys:String>

View file

@ -1 +1 @@
1.1.408.1
1.1.409.1

Binary file not shown.

View file

@ -36,7 +36,7 @@
<PublisherName>Bletch1971</PublisherName>
<SuiteName>Server Managers</SuiteName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationRevision>2</ApplicationRevision>
<ApplicationVersion>1.1.409.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>