Skip to content

Commit

Permalink
Release 1.8.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Jun 26, 2016
1 parent 0596bf5 commit 8bcbf53
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
v 1.8.7.3
Added: Review queue shows to appropriate staff on joining
Added: Multiple commands in a single /mb block
Added: /seen now shows last time an online player visiited the server
Added: /irccontrollers rank [rank] to set rank of IRC controllers
Fixed: Being unable to place blocks when guest rank when outside map at negative coordinates
Fixed: Dirt/Grass not changing to appropriate block in all circumstances.
Fixed: Properly check extra permissions in /zone
Fixed: Logging in as yourself counting as a kick
Fixed: /skin not working properly with uppercase characters.
Fixed: Various IRC things not outputting properly to op channel
Fixed: Passwords list not showing in server gui
Fixed: Make /vip actually work
Improved: Commands that are designed to only be used in game (e.g. /z) can no longer be used by IRC controllers.
Improved: More commands use different colours for syntax in /help
Improved: More files support writing/reading code page 437 characters
Improved: More saving data methods are threadsafe, minimising random data loss/corruption
Improved: /help for /newlvl
Improved: 'X is not a valid player/level' name messages are consistent
Removed: /click, old behaviour is now integrated into /mark
Removed: Separate /topfive and /topten, now just alias for /top
Removed: /reveal, now part of /reload with extra command permissions

v 1.8.7.2
Added: Review requests appear on IRC op channel.
Added: Can toggle whether player titles are shown on IRC.
Expand Down
Binary file modified Uploads/MCGalaxy.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.8.7.2
1.8.7.3
2 changes: 1 addition & 1 deletion properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")]
[assembly: AssemblyVersion("1.8.7.3")]

// Version information for an assembly consists of the following four values:
//
Expand Down

0 comments on commit 8bcbf53

Please sign in to comment.