diff --git a/CSM/beta/VersionFeed.xml b/CSM/beta/VersionFeed.xml index aa351f68..477a0f6e 100644 --- a/CSM/beta/VersionFeed.xml +++ b/CSM/beta/VersionFeed.xml @@ -5,21 +5,32 @@ Conan Server Manager Version Feed This is the Conan Server Manager beta version feed. - 2021-11-21T00:00:00Z + 2021-11-24T00:00:00Z - urn:uuid:285E9972-4FC6-49EA-8FAD-1086F7FC5354 - 1.1.52 (1.1.52.1) - 1.1.52.1 + urn:uuid:80B2DFDC-E9BE-4B56-A1FE-DD57E64647D1 + 1.1.53 (1.1.53.1) + 1.1.53.1 - 2021-11-21T00:00:00Z + 2021-11-24T00:00:00Z

+ BUGFIX +
+

    +
  • Fixed a crashing bug when CSM closes and is unable to find the backup location to save the config settings.
  • +
+ NEW +
+
    +
  • Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.
  • +
  • Main Window - now sotres the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.
  • +
CHANGE
    -
  • Server Status checks - a few code tweaks to the server status checks.
  • +
  • Fixed the steamcmd warning about 'Please use force_install_dir before login!'.

diff --git a/CSM/beta/en-US.xaml b/CSM/beta/en-US.xaml index ebe30a47..124686a5 100644 --- a/CSM/beta/en-US.xaml +++ b/CSM/beta/en-US.xaml @@ -623,6 +623,7 @@ Reset This will reset ALL the user global settings for the server manager. The server manager will be closed if successful. Enable Run as Administrator Prompt on Startup + Main Window Start Mode: Minimize To Tray Manage firewall settings automatically Manage Public IP automatically diff --git a/CSM/beta/latest.txt b/CSM/beta/latest.txt index 3ff989bf..8f0fe226 100644 --- a/CSM/beta/latest.txt +++ b/CSM/beta/latest.txt @@ -1 +1 @@ -1.1.52.1 +1.1.53.1 diff --git a/CSM/beta/latest.zip b/CSM/beta/latest.zip index bf6308f8..96aa0474 100644 Binary files a/CSM/beta/latest.zip and b/CSM/beta/latest.zip differ diff --git a/src/ConanServerManager/ConanServerManager.csproj b/src/ConanServerManager/ConanServerManager.csproj index f3f88c44..4e55e6e1 100644 --- a/src/ConanServerManager/ConanServerManager.csproj +++ b/src/ConanServerManager/ConanServerManager.csproj @@ -36,7 +36,7 @@ Bletch1971 Server Managers false - 1 + 2 1.1.53.%2a false true