mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 07:07:32 +00:00
ASM 371
This commit is contained in:
parent
e8cb513c6c
commit
7f657f2b16
7 changed files with 43 additions and 4 deletions
BIN
ASM/ArkServerManager_1.1.371.exe
Normal file
BIN
ASM/ArkServerManager_1.1.371.exe
Normal file
Binary file not shown.
BIN
ASM/ArkServerManager_1.1.371.zip
Normal file
BIN
ASM/ArkServerManager_1.1.371.zip
Normal file
Binary file not shown.
|
|
@ -5,7 +5,45 @@
|
|||
<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>2020-04-12T01:00:00Z</updated>
|
||||
<updated>2020-04-19T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:0E46C4E0-4E1D-41E2-9CA8-BCD52200B802</id>
|
||||
<title>1.1.371 (1.1.371.6)</title>
|
||||
<summary>1.1.371.6</summary>
|
||||
<link href="" />
|
||||
<updated>2020-04-19T00: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>Deleting profiles - have added dispose call to prevent crash when updating server status.</li>
|
||||
<li>Deleting profiles - have added null check to dispose call to prevent crash when removing profile.</li>
|
||||
<li>Server Monitor Shortcut - fixed the shortcut creation, due to new server manager name.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">NEW</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings - Have added a new Game.ini section. This will allow you to add custom sections to the game.ini file using the server manager.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Added ToolTip to profile label and profile tab that shows the profile name and profile id.</li>
|
||||
<li>Windows Firewall Management - have replaced the command line code to create the firewall rules with a proper library to create them.</li>
|
||||
<li>Windows Firewall Management - when you delete a profile it will now attempt to remove the firewall rules.</li>
|
||||
<li>ru-RU Translation file updated. (thanks @varlonec)</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:76BFA606-96CE-4B87-85DA-CDA4F0083DF0</id>
|
||||
|
|
|
|||
|
|
@ -1720,8 +1720,9 @@
|
|||
<sys:String x:Key="ServerSettings_CustomLevel_ImportFilterExtension">*.csv</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Server Settings - Custom GameUserSettings Details -->
|
||||
<sys:String x:Key="ServerSettings_CustomSettingsLabel">Custom GameUserSettings Details</sys:String>
|
||||
<!--#region Server Settings - Custom Config Settings -->
|
||||
<sys:String x:Key="ServerSettings_CustomGameUserSettingsLabel">Custom GameUserSettings.ini Settings</sys:String>
|
||||
<sys:String x:Key="ServerSettings_CustomGameSettingsLabel">Custom Game.ini Settings</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerSettings_CustomSettingsSectionsLabel">Custom Sections</sys:String>
|
||||
<sys:String x:Key="ServerSettings_CustomSettingsSectionNameColumnLabel">Section Name</sys:String>
|
||||
|
|
|
|||
BIN
ASM/latest.exe
BIN
ASM/latest.exe
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
1.1.370
|
||||
1.1.371
|
||||
|
|
|
|||
BIN
ASM/latest.zip
BIN
ASM/latest.zip
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue