diff --git a/Changelog.txt b/Changelog.txt index 73ace67c7..76fe00c28 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,15 @@ -v 1.9.4.4 +v 1.9.4.5 +Improved: Allow providing reasons for IP bans +Improved: Allow over 32767 deaths when using SQLite as database backend +Improved: /whonick output when multiple matching player/bot nicks +Improved: Discord relay bot logs less messages when disconnected +Improved: 'multiple matching players/ranks/loaded levels' messages now also include colours +Improved: Allow using more chat/info/quit commands when frozen +Fixed: Don't send heartbeats when server fails to start listening +Fixed: Realistic map gen erroring when map height was 4 blocks or less +Fixed: Leaves should still propagate physics checks even when leaf decay is disabled + +v 1.9.4.4 Added: ExtEntityTeleport CPE (Thanks Goodly) Added: Allow using ReplaceBrush as a /brush Added: Grid brush (gridlines) diff --git a/MCGalaxy/Server/Server.Fields.cs b/MCGalaxy/Server/Server.Fields.cs index f3bd32ea1..b679c433d 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.4"; + public const string InternalVersion = "1.9.4.5"; public static string Version { get { return InternalVersion; } } public static string SoftwareName = "MCGalaxy"; diff --git a/Uploads/MCGalaxy.exe b/Uploads/MCGalaxy.exe index 050e3cbd2..02c829a82 100644 Binary files a/Uploads/MCGalaxy.exe and b/Uploads/MCGalaxy.exe differ diff --git a/Uploads/MCGalaxyCLI.exe b/Uploads/MCGalaxyCLI.exe index d154036ae..3cdeee31f 100644 Binary files a/Uploads/MCGalaxyCLI.exe and b/Uploads/MCGalaxyCLI.exe differ diff --git a/Uploads/MCGalaxy_.dll b/Uploads/MCGalaxy_.dll index 03e34ed82..fe7e0f584 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 04e35ddba..9f2176391 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 d26193d5d..b3a43ddb8 100644 --- a/Uploads/current_version.txt +++ b/Uploads/current_version.txt @@ -1 +1 @@ -1.9.4.4 \ No newline at end of file +1.9.4.5 \ No newline at end of file