diff --git a/Changelog.txt b/Changelog.txt index c76bd7d5e..8d3d1c6c5 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,49 @@ -v 1.9.4.2 +v 1.9.4.3 +Added: Gradient brush for /Brush +Added: Dithered mode for /ImagePrint (thanks Goodlyay) +Improved: CLI: Reset color instead of explicitly setting foreground color to white +Improved: Grayscale Rainbow brush now supports random mode +Improved: Allow changing perbuild/pervisit of multiple levels at once +Improved: ZS: Change infect messages to use / instead of {0}/{1} +Improved: GUI: Avoid duplicate entries in input log, to simplify navigation through input history +Improved: Allow changing default login/logout message +Improved: Prevent using /ignore,/afk,/whisper in MBs +Improved: Prevent using /mi env on levels you can't visit +Improved: Zones should default to perbuild of level (and perbuildmax) +Improved: GUI: Split up Messages panel in Settings into Messages and Moderation messages +Improved: Message non-controller users when they try to run in-game commands from IRC/Discord that they don't have the permission to run them +Improved: Now can run on bare minimum of mono-runtime (no longer depends on System.Data) +Improved: Plugins that depend on other plugin DLLs are now better supported +Improved: Warn when can-mention-everyone is enabled in discordbot.properties +Improved: Try to preserve original file modification date in /server backup ZIPs +Improved: Keep log file open instead of constantly closing and reopening +Improved: Don't show useless 'on line 0' in compiler error messages +Improved: Make /Server backup table work with double/blob columns +Improved: Don't try to download sqlite DLLs on non-windows +Improved: /pcreate C# example +Improved: /Commands help +Fixed: /Cut being affected by the current transform +Fixed: /Transform rotate output having holes +Fixed: /Info of offline players not showing nick +Fixed: Some https:// heartbeat URLs not working with ProtocolError +Fixed: GUI: Unmute and freeze actions in Players tab not working +Fixed: Discord messages with newlines not appearing in-game at all +Fixed: /Server backup .zips can't be added to/edited using Windows Explorer zip support +Fixed: Some obscure MOTDs crashing original classic client +Fixed: On NetBSD, doing /sinfo throws IndexOutOfRangeException +Fixed: In the rare case when running on mono with System.Drawing package but not libgdiplus package, /ImagePrint crashes the server +Fixed: Attempt to workaround very rare issue where GUI would crash on Linux +Fixed: Old BlockDB upgrader produced /b entries with modification time being a couple of hours off +Fixed: Old zone migrator sometimes produced 0 block wide zones +Removed: Dropped support for old password format (obsolete 20 months) +Fixed: In dotnet build, /Restart not working sometimes +Improved: Dotnet build now use ImageSharp library instead for image decoding/resizing +Improved: Dotnet build no longer depends on CodeDom library +Fixed: In standalone build, /Restart didn't work +Fixed: In standalone build, not loading SSL/TLS certificates on Linux +Improved: For standalone build, WIP on updating support + +v 1.9.4.2 Added: When verify-names is off, mppass can be used for /pass at login Added: Allow setting custom round/infection start countdown time in ZS Improved: Stop using cmdautoload.txt and just autoload all commands in extra/commands/dll folder diff --git a/MCGalaxy/Server/Server.Fields.cs b/MCGalaxy/Server/Server.Fields.cs index a45e9f93e..f2a700d95 100644 --- a/MCGalaxy/Server/Server.Fields.cs +++ b/MCGalaxy/Server/Server.Fields.cs @@ -38,7 +38,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.2"; + public const string InternalVersion = "1.9.4.3"; public static string Version { get { return InternalVersion; } } public static string SoftwareName = "MCGalaxy"; diff --git a/Uploads/MCGalaxy.exe b/Uploads/MCGalaxy.exe index 37e60d024..0b72cfff8 100644 Binary files a/Uploads/MCGalaxy.exe and b/Uploads/MCGalaxy.exe differ diff --git a/Uploads/MCGalaxyCLI.exe b/Uploads/MCGalaxyCLI.exe index 43a29598f..59dfd1f5f 100644 Binary files a/Uploads/MCGalaxyCLI.exe and b/Uploads/MCGalaxyCLI.exe differ diff --git a/Uploads/MCGalaxy_.dll b/Uploads/MCGalaxy_.dll index a77570800..5e883b77e 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 b0294abb5..a2343250d 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 52a35c7cc..1ef31d1d7 100644 --- a/Uploads/current_version.txt +++ b/Uploads/current_version.txt @@ -1 +1 @@ -1.9.4.2 \ No newline at end of file +1.9.4.3 \ No newline at end of file