diff --git a/Changelog.txt b/Changelog.txt index 0efd6cb77..9267f449d 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,30 @@ +v 1.8.7.2 +Added: Review requests appear on IRC op channel. +Added: Can toggle whether player titles are shown on IRC. +Fixed: /undo not working from console. +Fixed: /cut not working if number of non-air blocks was in draw limit, but volume of copy area was greater than draw limit. +Fixed: /outline now works with custom blocks. +Fixed: /jail and /xjail actually work. +Fixed: IRC bot not joining registered channels due to joining them before server indicates the bot is authenticated. +Fixed: Double disconnection messages. +Fixed: /paste not working properly when paste origin was outside map. +Improved: Player position updates are now bulk grouped and sent as one packet, reducing bandwidth usage. +Improved: /banx now IP bans again. +Improved: /spin now accepts 180/270/-90/-180/-270 angles. +Improved: /whois is now nicer, also shows idle time. +Improved: Rotation is preserved when going to a portal in another map. +Improved: /baninfo shows if IP ban, also last ban/unban reason. +Improved: Can now partially match unloaded map names in commands. +Improved: /resetbot now also uses new irc server/port if it has changed. +Improved: /help for some methods, now also prints aliases. +Improved: Use faster pinvoke method, reduces memory allocation and time to save BlockDB. +Removed: /serverreport and /pcount, now part of /serverinfo. +Removed: /deltemprank, /temprankinfo, /tempranklist, now part of /temprank. +Removed: xcolor/xnick/xtitle/xtcolor/xmodel and make them alias to their actual commands, with the original commands now using an extra permission to affect bots and other players. +Removed: /promote and /demote, now alias to /setrank +up and /setrank -down. +Removed: /staff and /mods, just use /devs +Removed: Global chat. + v 1.8.7.1 - Added: /cmdset now allows you to allow/disallow specific ranks. - Added: /help now uses more concise format, also lists specifically allowed/disallowed ranks. diff --git a/Uploads/MCGalaxy.exe b/Uploads/MCGalaxy.exe index 124458e69..59448efce 100644 Binary files a/Uploads/MCGalaxy.exe and b/Uploads/MCGalaxy.exe differ diff --git a/Uploads/MCGalaxy_.dll b/Uploads/MCGalaxy_.dll index 020100300..eaa7d8925 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 f93d96802..f8f03430c 100644 --- a/Uploads/current_version.txt +++ b/Uploads/current_version.txt @@ -1 +1 @@ -1.8.7.1 \ No newline at end of file +1.8.7.2 \ No newline at end of file diff --git a/properties/AssemblyInfo.cs b/properties/AssemblyInfo.cs index 7bf9e0781..4f3e1c362 100644 --- a/properties/AssemblyInfo.cs +++ b/properties/AssemblyInfo.cs @@ -37,7 +37,7 @@ permissions and limitations under the Licenses. // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("24d9085c-78ba-4f53-b69c-f2b52153683f")] -[assembly: AssemblyVersion("1.8.7.1")] +[assembly: AssemblyVersion("1.8.7.2")] // Version information for an assembly consists of the following four values: //