Skip to content

Commit

Permalink
Release 1.9.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Nov 19, 2022
1 parent 63bb8d3 commit 1612526
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
v 1.9.4.3
v 1.9.4.4
Added: ExtEntityTeleport CPE (Thanks Goodly)
Added: Allow using ReplaceBrush as a /brush
Added: Grid brush (gridlines)
Added: disabled-commands option to server.properties to allow completely removing built-in commands
Improved: Support for forwarding user's IP when connecting through a websocket reverse proxy
Improved: `/setspawn` now tries to avoid changing your current position
Improved: Make /Notes use paginated output
Improved: Checkered brush also supports providing frequencies/weights for blocks
Improved: Majorly increase default realms limit for admin/owner ranks
Improved: CTF: Set default Y of spawn and flags to middle of level
Improved: ZS: Allow turning off a player dying always resulting them in being infected
Improved: GUI: Change Undo input feld in Players tab to timespan input
Improved: Simplify /BlockSpeed command
Improved: Discord relay bot now refuses to start instead of just logging a warning when lacking required permissions
Fixed: Prevent using /Spawn while a game is running
Fixed: Games couldn't autostart when less than 3 levels were configured/setup

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
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 @@ -38,7 +38,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.4.3";
public const string InternalVersion = "1.9.4.4";
public static string Version { get { return InternalVersion; } }

public static string SoftwareName = "MCGalaxy";
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.
Binary file modified Uploads/MCGalaxy_infid.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.4.3
1.9.4.4

0 comments on commit 1612526

Please sign in to comment.