Skip to content

Commit

Permalink
Release 1.9.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Jul 21, 2022
1 parent 3cd44c8 commit b94b0ee
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion Changelog.txt
@@ -1,4 +1,21 @@
v 1.9.4.1
v 1.9.4.2
Added: When verify-names is off, mppass can be used for /pass at login
Added: Allow setting custom round/infection start countdown time in ZS
Improved: Stop using cmdautoload.txt and just autoload all commands in extra/commands/dll folder
Improved: Allow /punload ing plugins with spaces in their names
Improved: Make /compload work with plugins too
Improved: When verify-names is off, you can still reconnect through the server list now
Improved: Truncate long errors returned by Discord
Improved: Custom Commands GUI no longer hardcodes compilers list for creating commands
Improved: Enable /baninfo and /rankinfo to be used in MBs
Fixed: Make /restart work with .NET core on Linux
Fixed: Make /sinfo 'all processes CPU usage' work on macOS
Fixed: Make /sinfo 'all processes CPU usage' work with .NET core on Linux
Fixed: Fix /whitelist disable enabling whitelist instead
Fixed: Very rare case where server would drop out of server list
Fixed: Trrain gradual movement bias towards 0,0

v 1.9.4.1
Added: Custom network protocol support
Added: /Whitelist enable/disable to turn on/off whitelisted only mode
Added: Shortcut /br for /Brush
Expand Down
2 changes: 1 addition & 1 deletion MCGalaxy/Server/Server.Fields.cs
Expand Up @@ -38,7 +38,7 @@ public sealed partial class Server {
public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt");

/// <summary> *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. </summary>
public const string InternalVersion = "1.9.4.1";
public const string InternalVersion = "1.9.4.2";
public static string Version { get { return InternalVersion; } }

public static string SoftwareName = "MCGalaxy";
Expand Down
Binary file modified Uploads/MCGalaxy.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxyCLI.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxy_.dll
Binary file not shown.
Binary file modified Uploads/MCGalaxy_infid.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Uploads/current_version.txt
@@ -1 +1 @@
1.9.4.1
1.9.4.2

0 comments on commit b94b0ee

Please sign in to comment.