diff --git a/src/csm/Panels/MessagePanel.cs b/src/csm/Panels/MessagePanel.cs index 875c2418..06796186 100644 --- a/src/csm/Panels/MessagePanel.cs +++ b/src/csm/Panels/MessagePanel.cs @@ -189,22 +189,10 @@ public void DisplayReleaseNotes() Version version = Assembly.GetAssembly(typeof(CSM)).GetName().Version; string message = $"Version {version.Major}.{version.Minor}\n" + - "Last Update: April 14th, 2023\n\n" + - "- Features:\n" + - " - Better NAT traversal, now using our API server\n" + - " to negotiate connections\n" + - " -> This means you should no longer need\n" + - " Hamachi or similar VPN solutions!\n" + - " (Tell us on Discord about your experience)\n\n" + - " - You can now join using the Steam friends menu\n" + - " - New player cursors show the mouse position\n" + - " and current tool of other players\n" + - " - Save game download progress is now shown\n" + - " - Similar chat messages are now merged\n\n" + + "Last Update: May 25th, 2023\n\n" + "- Fixes:\n" + - " - Handle timeouts while joining correctly\n" + - " - Fix several exceptions from the log\n" + - " - Fix some game crashes"; + " - Fix problems of new hotels update\n" + + " - Fix exception reported by a few members on Discord"; SetMessage(message); Show(true);