diff --git a/Changelog.txt b/Changelog.txt index be98b59b2..83f4e7305 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,28 @@ -v 1.9.4.7 +v 1.9.4.8 +Added: Mojang server login authentication support (for Betacraft) +Improved: /highight now displays how many changes were found (Thanks Goodly) +Improved: Doing /spawn should always respawn you at level spawn +Improved: Move /server update to separate /update command +Improved: Increase summary errors when compiling fails from 2 to 5 +Improved: Allow changing death invulnerability cooldown from default of 1 second +Improved: /store list output is now paginated +Improved: /SInfo now includes number of CPU cores in output +Improved: Kick message for unsupported protocol version also includes version number +Fixed: Some markdown characters not being escaped for messages sent to Discord +Fixed: Some physics entries wrongly never getting removed from physics list +Fixed: Multiple people changing a block definition at the same time sometimes erroring +Fixed: disabled-command option in server.properties not working +Fixed: Messages with over 2000 characters failing to send to Discord +Fixed: Main level should always ignore visit permission restrictions +Removed: Unused destroys chance from LS map settings in GUI +Map generator related changes: +Improved: Allow providing spaces in map gen args to provide multiple arguments +Improved: Heightmap map gen theme now uses biome +Improved: Flat and space themes now use biome blocks and env +Improved: Pixel/empty/rainbow themes now use biome env +Fixed: Doing '/os map add' with two arguments doing nothing + +v 1.9.4.7 Game related changes: Added: LS: /lives command for showing you current number of lives Added: LS: Can now set default round/flood times diff --git a/MCGalaxy/Server/Server.Fields.cs b/MCGalaxy/Server/Server.Fields.cs index 80c7f1ce7..148124765 100644 --- a/MCGalaxy/Server/Server.Fields.cs +++ b/MCGalaxy/Server/Server.Fields.cs @@ -40,7 +40,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.4.7"; + public const string InternalVersion = "1.9.4.8"; public static string Version { get { return InternalVersion; } } public static string SoftwareName = "MCGalaxy"; diff --git a/Uploads/MCGalaxy.exe b/Uploads/MCGalaxy.exe index 20a73c404..e2f6e87e9 100644 Binary files a/Uploads/MCGalaxy.exe and b/Uploads/MCGalaxy.exe differ diff --git a/Uploads/MCGalaxyCLI.exe b/Uploads/MCGalaxyCLI.exe index 238b23c80..6625a1734 100644 Binary files a/Uploads/MCGalaxyCLI.exe and b/Uploads/MCGalaxyCLI.exe differ diff --git a/Uploads/MCGalaxy_.dll b/Uploads/MCGalaxy_.dll index e3b5c0d9e..bb9de0989 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 4f60e42ac..3111ed21a 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 f8c61c492..8cfa59357 100644 --- a/Uploads/current_version.txt +++ b/Uploads/current_version.txt @@ -1 +1 @@ -1.9.4.7 \ No newline at end of file +1.9.4.8 \ No newline at end of file