diff --git a/CSM/beta/VersionFeed.xml b/CSM/beta/VersionFeed.xml index 6f8e2525..7d2fac0f 100644 --- a/CSM/beta/VersionFeed.xml +++ b/CSM/beta/VersionFeed.xml @@ -5,21 +5,28 @@ Conan Server Manager Version Feed This is the Conan Server Manager beta version feed. - 2020-03-08T00:00:00Z + 2020-03-12T00:00:00Z - urn:uuid:BBA9E018-2C37-4407-A499-F4A54D37B1AA - 1.0.19 (1.0.19.1) - 1.0.19.1 + urn:uuid:DEA5605F-8087-4BC5-A344-B1443BFFE919 + 1.0.20 (1.0.20.1) + 1.0.20.1 - 2020-03-08T00:00:00Z + 2020-03-12T00:00:00Z

BUGFIX

    -
  • Dialog forms - have fixed an issue where the dialog forms would open behind the current window.
  • +
  • Game Data - have crash when loading with an invalid gamedata file.
  • +
+ CHANGE +
+
    +
  • Game Data Window - Added a validate button, to validate the user gamedata files.
  • +
  • Game Data Window - Displays the gamedata file in Red if the file is invalid.
  • +
  • Game Data Window - When adding a new gamedata file, will display an error if the file is invalid.

diff --git a/CSM/beta/en-US.xaml b/CSM/beta/en-US.xaml index f26a8f27..2e8f5850 100644 --- a/CSM/beta/en-US.xaml +++ b/CSM/beta/en-US.xaml @@ -242,6 +242,7 @@ Open Game Data Folder Open Game Data Forum Reload Game Data Files + Validate Game Data Files Delete Game Data File Name @@ -250,6 +251,7 @@ Add Action Error An error occurred while reading the selected file. + A file with the same name already exists, delete the existing file and try again. Confirm Clear Action Click 'Yes' to confirm you want to clear all. Clear Action Error @@ -258,6 +260,11 @@ Delete Action Error Open Folder Error Load Error + Validation + All game data files are valid. + Validation Error + The following file(s) have errors + The file is not valid. It may contain errors or have incorrect formatting. Select game data file gamedata diff --git a/CSM/beta/latest.txt b/CSM/beta/latest.txt index 0b774962..f789b7d5 100644 --- a/CSM/beta/latest.txt +++ b/CSM/beta/latest.txt @@ -1 +1 @@ -1.0.19.1 +1.0.20.1 diff --git a/CSM/beta/latest.zip b/CSM/beta/latest.zip index cf08a230..25606747 100644 Binary files a/CSM/beta/latest.zip and b/CSM/beta/latest.zip differ