1.6.2.0
- First integration of the gameservershub.com loader API, there is still a lot to do to integrate it correctly but here is the basis which will allow you to at least launch the server with the API
* Shortly:
** Plugin management
** Managing the JSON file
1.6.1.9
- Emergency fix for update server and verify not working after 1.6.1.8
1.6.1.8
- Finalizing the profile creation process
- Update the profile manager interface for greater clarity
- If the profile.json does not exist display the profile creation window (in addition to checking if no profile exists)
1.6.1.7
- Updated release notes for 1.6.1.6 add missing:
* Deleting the profile now deletes the folder from the server be careful
1.6.1.6
- Deleting the profile now deletes the folder from the server be careful
- Add a time counter after server startup
- Bug fix report for profile creation issue
* Added an Initialize a new profile button
* locking buttons that could impact the creation of the profile folder due to misunderstanding of the mechanism
1.6.1.5
- Added configuration of backup times over several days and more time range
1.6.1.4
- Moved server memory and player count display to the correct location
- Changing the release notes display
- Moved all buttons not linked to the server in the main window interface
- Rollback personal theme of minimize, maximize and close buttons
- Small graphical changes in the manager profile window
- Migrate the theme into a single resource file
1.6.1.3
- Confirmed fix for webview2 problem in multiple tab (introducted with multiple profile open)
- Clean the webview2 directory which can quickly grow given that now the webview2 is autonomous by profiles
1.6.1.2
- Prerelease try fix webview2 problem in multiple tab
1.6.1.1
- Fix for Full Screen Mode Bug Causing Windows Taskbar Disappearance
1.6.1.0
- Enhanced error handling in WebView2: Now includes better exception management.
- Profile manager now supports persistence: it saves and restores the last open tab.
- Deleting a profile also removes its saved tab entry.
- Profiles cannot be deleted if their tab is currently open.
- Dark theme for the main window has been updated.
- Dark theme for the profile window has been updated.
1.6.0.2
- Fix contributors date
1.6.0.1
- Added contributors and acknowledgments window
1.6.0.0
- You can now load all your servers into the interface, it is no longer necessary to launch 2 managers
- Full implementation of the ProfileManager
- Added drop-down menu for profile management
- Added drop-down menu for Always on top
- Added CPU Priority in Command Line Tab
- Fixed Cluster CheckBox not saved
- Completely refactoring systrazy for server tab
- The function that checks if the server has started is now real rather than based on a timer
- Added a RCON port check when loading the profile
- Added Classification for DisableCryopodEnemyCheck, AllowCryoFridgeOnSaddle, DisableCryopodFridgeRequirement You can add them manually in GameUserSettings.ini or use the Reset server config file button Please note this resets your default settings
- Added Classification for DestroyTamesOverTheSoftTameLimit, MaxTamedDinos_SoftTameLimit, MaxTamedDinos_SoftTameLimit_CountdownForDeletionDuration You can add them manually in GameUserSettings.ini or use the Reset server config file button Please note this resets your default settings
- Moving the IP address save to the server profile rather than the general save
- Added dark theme to MainWindow
1.5.8.1
- Added the list of connected players with their ID in the Server Management tab
- Added the number of players connected to the main window
1.5.7.1
- Correction of RCON messages authorization of spaces and \
1.5.7.0
- Added the ability to rollback to a previous version of the application
1.5.6.0
- To prevent parameter deletion from Game.ini and GameUserSettings.ini by the dedicated server, a solution involves setting these files to read-only upon server start and reversing this when the server stops, with additional measures for emergency unlocking, amidst a lack of alternative lasting solutions and hope for a fix from wildcard studio.
- See the forum Latest Updates 1.5.6.0 for more info
1.5.5.0
- Added RCON Automatic message before shutdown every 15,10,5,1 minutes
- Added RCON Manual message button for send any personal messages. Leave your mouse on the textbox for more info
- Added the Verify button to check if the server is up to date without having to restart the program
- ServerManagement tab UI reworked
1.5.4.4
- Fix of the Update ARK server button which sends lots of unwanted messageboxes. Correct redirection to the logs in automatic and manual mode
- Fix Auto schedule logs Scrollviewer
- Fix the update remains blocked because two manager instances are launched
1.5.4.2
- Emergency fix for dinos not appearing. Go to the forum for details topic: (latest-updates) to resolve temporarily click on the Reset server config file button be careful this will reset all your settings otherwise you can make the changes manually read the forum
1.5.4.1
- Quick Fix for Shutdown Server CheckBox unchecked don't stop the timer
1.5.4.0
- New advanced method for Server Management tab.
* A lot of code was modified in the launch, shutdown and update of the server I'll let you report any new bugs. Unfortunately I haven't had internet for 2 days it's complicated for me to test correctly. So I couldn't provide you the RCON schedule message for this update... stay tuned

- Added a log panel for the autoschedule and this includes the removal of messageboxes that occur in manual mode (with buttons: start, stop, update)
- All checkbox saving methods have been redone to simplify the code