Skip to content

Commit

Permalink
Release 1.9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Dec 31, 2017
1 parent b692d40 commit 58ed57b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion MCGalaxy/Server/Server.Fields.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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.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; } }

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.
2 changes: 1 addition & 1 deletion Uploads/current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0.0
1.9.0.1

0 comments on commit 58ed57b

Please sign in to comment.