mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
ASM 409 beta 1
This commit is contained in:
parent
01f0cc2bb6
commit
c695d889de
5 changed files with 15 additions and 19 deletions
|
|
@ -5,32 +5,22 @@
|
||||||
<title>Ark Server Manager Version Feed</title>
|
<title>Ark Server Manager Version Feed</title>
|
||||||
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
|
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
|
||||||
<link href="http://arkservermanager.freeforums.net/" />
|
<link href="http://arkservermanager.freeforums.net/" />
|
||||||
<updated>2021-11-24T00:00:00Z</updated>
|
<updated>2021-11-30T00:00:00Z</updated>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<id>urn:uuid:50F06456-861E-483C-82BB-6072A428C652</id>
|
<id>urn:uuid:0B63D89E-0C36-41DE-96E7-BFB140250C02</id>
|
||||||
<title>1.1.408 (1.1.408.1)</title>
|
<title>1.1.409 (1.1.409.1)</title>
|
||||||
<summary>1.1.408.1</summary>
|
<summary>1.1.409.1</summary>
|
||||||
<link href="" />
|
<link href="" />
|
||||||
<updated>2021-11-24T00:00:00Z</updated>
|
<updated>2021-11-30T00:00:00Z</updated>
|
||||||
<content type="xhtml">
|
<content type="xhtml">
|
||||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||||
<p>
|
<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>
|
<u style="font-size: .9em;">CHANGE</u>
|
||||||
<br/>
|
<br/>
|
||||||
<ul>
|
<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>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,12 @@
|
||||||
<sys:String x:Key="ProcessorAffinity_All">All</sys:String>
|
<sys:String x:Key="ProcessorAffinity_All">All</sys:String>
|
||||||
<!--#endregion-->
|
<!--#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 -->
|
<!--#region Application -->
|
||||||
<sys:String x:Key="Application_RunAsAdministratorTitle">Run as Administrator</sys:String>
|
<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>
|
<sys:String x:Key="Application_RunAsAdministratorLabel">This application requires administration priviledges to access ALL functionality. Would you like to Run as Administrator?</sys:String>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.1.408.1
|
1.1.409.1
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -36,7 +36,7 @@
|
||||||
<PublisherName>Bletch1971</PublisherName>
|
<PublisherName>Bletch1971</PublisherName>
|
||||||
<SuiteName>Server Managers</SuiteName>
|
<SuiteName>Server Managers</SuiteName>
|
||||||
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
||||||
<ApplicationRevision>1</ApplicationRevision>
|
<ApplicationRevision>2</ApplicationRevision>
|
||||||
<ApplicationVersion>1.1.409.%2a</ApplicationVersion>
|
<ApplicationVersion>1.1.409.%2a</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue