Skip to content

Commit

Permalink
Update inappchangelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicMaas authored May 24, 2023
1 parent 59b59bf commit 4a481f6
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions src/csm/Panels/MessagePanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4a481f6

Please sign in to comment.