diff --git a/Changelog.txt b/Changelog.txt index 837ed9b4a..43e541c06 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,18 @@ +v 1.9.0.1 +Fixed: /xban erroring +Fixed: .dll commands added via GUI keeping open handle to file +Fixed: Standing on top of map triggering noclip detection in ZS. +Fixed: Maps saving block changes saved after ZS round end +Fixed: /info with _ in names not always working properly (Thanks goodlyay) +Fixed: /paste without having /copy ed anything erroring +Fixed: colours not showing in MOTD. (Thanks xnotx123) +Fixed: WE/NS blocks being incorrectly flipped with /rotate 180 +Improved: /color bot now only shows message to you +Improved: /os map texturepack alias for /os map texturezip +Improved: Can use /m coord as shortcut for /m coord coord coord +Improved: Support for * and ? wildcards in /search +Improved: /search blocks now searches through custom blocks list too + v 1.9.0.0 Added: custom 8ball responses Added: @ [rule] shortcuts in /report diff --git a/MCGalaxy/Server/Server.Fields.cs b/MCGalaxy/Server/Server.Fields.cs index b274fb6ec..c61014f9c 100644 --- a/MCGalaxy/Server/Server.Fields.cs +++ b/MCGalaxy/Server/Server.Fields.cs @@ -43,7 +43,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.0.0"; + public const string InternalVersion = "1.9.0.1"; public static Version Version { get { return new Version(InternalVersion); } } public static string VersionString { get { return InternalVersion; } } diff --git a/Uploads/MCGalaxy.exe b/Uploads/MCGalaxy.exe index 7f27a67c1..42e2cd1da 100644 Binary files a/Uploads/MCGalaxy.exe and b/Uploads/MCGalaxy.exe differ diff --git a/Uploads/MCGalaxyCLI.exe b/Uploads/MCGalaxyCLI.exe index 41a4ddfb5..a72a1cbe7 100644 Binary files a/Uploads/MCGalaxyCLI.exe and b/Uploads/MCGalaxyCLI.exe differ diff --git a/Uploads/MCGalaxy_.dll b/Uploads/MCGalaxy_.dll index 2c64f15de..851bfdde2 100644 Binary files a/Uploads/MCGalaxy_.dll and b/Uploads/MCGalaxy_.dll differ diff --git a/Uploads/current_version.txt b/Uploads/current_version.txt index 36497cb44..8a77def39 100644 --- a/Uploads/current_version.txt +++ b/Uploads/current_version.txt @@ -1 +1 @@ -1.9.0.0 \ No newline at end of file +1.9.0.1 \ No newline at end of file