diff --git a/Changelog.txt b/Changelog.txt index 700dfcf56..d7748c064 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,16 @@ -v 1.9.2.1 +v 1.9.2.3 +* Added: /ln alias for /line (fCraft compatibility) +* Added: Packets for custom models +* Removed: /bs shortcut for /blockspeed +* Improved: Parse /shutdown delay as timespan instead of integer seconds only +* Removed: /devs, link to MCGalaxy source in /sinfo instead +* Improved: Make /eat an economy item, so price can be configured +* Improved: Make p.Extensions public +* Fixed: Doing /model while a zombie in ZS still changing it +* Fixed: Can't /os map add on server without + after names when there are existing maps with your account name, but you aren't realmowner of them +* Fixed: Can't see map joining/leaving messages on maps with localchat on + +v 1.9.2.2 Added: /limit realms to set max realms a rank can have from in-game Added: /BotInfo that shows information on the given bot Added: A few more env presets diff --git a/MCGalaxy/Server/Server.Fields.cs b/MCGalaxy/Server/Server.Fields.cs index 4163e15b2..701845e9e 100644 --- a/MCGalaxy/Server/Server.Fields.cs +++ b/MCGalaxy/Server/Server.Fields.cs @@ -40,7 +40,7 @@ namespace MCGalaxy { 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.2.2"; + public const string InternalVersion = "1.9.2.3"; public static string Version { get { return InternalVersion; } } public static string SoftwareName = "MCGalaxy"; diff --git a/Uploads/MCGalaxy.exe b/Uploads/MCGalaxy.exe index 4a9caf512..c808808ca 100644 Binary files a/Uploads/MCGalaxy.exe and b/Uploads/MCGalaxy.exe differ diff --git a/Uploads/MCGalaxyCLI.exe b/Uploads/MCGalaxyCLI.exe index 79c18fa4c..79d98a057 100644 Binary files a/Uploads/MCGalaxyCLI.exe and b/Uploads/MCGalaxyCLI.exe differ diff --git a/Uploads/MCGalaxy_.dll b/Uploads/MCGalaxy_.dll index d049a4b07..f674c30a2 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 ebf567501..fc98e39f9 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 70da04608..5fa06b7fd 100644 --- a/Uploads/current_version.txt +++ b/Uploads/current_version.txt @@ -1 +1 @@ -1.9.2.2 \ No newline at end of file +1.9.2.3 \ No newline at end of file