diff --git a/Changelog.txt b/Changelog.txt index 8d3d1c6c5..73ace67c7 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,22 @@ -v 1.9.4.3 +v 1.9.4.4 +Added: ExtEntityTeleport CPE (Thanks Goodly) +Added: Allow using ReplaceBrush as a /brush +Added: Grid brush (gridlines) +Added: disabled-commands option to server.properties to allow completely removing built-in commands +Improved: Support for forwarding user's IP when connecting through a websocket reverse proxy +Improved: `/setspawn` now tries to avoid changing your current position +Improved: Make /Notes use paginated output +Improved: Checkered brush also supports providing frequencies/weights for blocks +Improved: Majorly increase default realms limit for admin/owner ranks +Improved: CTF: Set default Y of spawn and flags to middle of level +Improved: ZS: Allow turning off a player dying always resulting them in being infected +Improved: GUI: Change Undo input feld in Players tab to timespan input +Improved: Simplify /BlockSpeed command +Improved: Discord relay bot now refuses to start instead of just logging a warning when lacking required permissions +Fixed: Prevent using /Spawn while a game is running +Fixed: Games couldn't autostart when less than 3 levels were configured/setup + +v 1.9.4.3 Added: Gradient brush for /Brush Added: Dithered mode for /ImagePrint (thanks Goodlyay) Improved: CLI: Reset color instead of explicitly setting foreground color to white diff --git a/MCGalaxy/Server/Server.Fields.cs b/MCGalaxy/Server/Server.Fields.cs index f2a700d95..6bf5caf7e 100644 --- a/MCGalaxy/Server/Server.Fields.cs +++ b/MCGalaxy/Server/Server.Fields.cs @@ -38,7 +38,7 @@ public sealed partial class Server { public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt"); /// *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. - public const string InternalVersion = "1.9.4.3"; + public const string InternalVersion = "1.9.4.4"; public static string Version { get { return InternalVersion; } } public static string SoftwareName = "MCGalaxy"; diff --git a/Uploads/MCGalaxy.exe b/Uploads/MCGalaxy.exe index 0b72cfff8..050e3cbd2 100644 Binary files a/Uploads/MCGalaxy.exe and b/Uploads/MCGalaxy.exe differ diff --git a/Uploads/MCGalaxyCLI.exe b/Uploads/MCGalaxyCLI.exe index 59dfd1f5f..d154036ae 100644 Binary files a/Uploads/MCGalaxyCLI.exe and b/Uploads/MCGalaxyCLI.exe differ diff --git a/Uploads/MCGalaxy_.dll b/Uploads/MCGalaxy_.dll index 5e883b77e..03e34ed82 100644 Binary files a/Uploads/MCGalaxy_.dll and b/Uploads/MCGalaxy_.dll differ diff --git a/Uploads/MCGalaxy_infid.dll b/Uploads/MCGalaxy_infid.dll index a2343250d..04e35ddba 100644 Binary files a/Uploads/MCGalaxy_infid.dll and b/Uploads/MCGalaxy_infid.dll differ diff --git a/Uploads/current_version.txt b/Uploads/current_version.txt index 1ef31d1d7..d26193d5d 100644 --- a/Uploads/current_version.txt +++ b/Uploads/current_version.txt @@ -1 +1 @@ -1.9.4.3 \ No newline at end of file +1.9.4.4 \ No newline at end of file